Lines Matching defs:CreateReplicationConfigurationTemplateOutput

2997 type CreateReplicationConfigurationTemplateOutput struct {  struct
2998 _ struct{} `type:"structure"`
3001 Arn *string `locationName:"arn" min:"20" type:"string"`
3005 AssociateDefaultSecurityGroup *bool `locationName:"associateDefaultSecurityGroup" type:"boolean"`
3008 BandwidthThrottling *int64 `locationName:"bandwidthThrottling" type:"long"`
3011 CreatePublicIP *bool `locationName:"createPublicIP" type:"boolean"`
3014 …ing `locationName:"dataPlaneRouting" type:"string" enum:"ReplicationConfigurationDataPlaneRouting"`
3017 …aultLargeStagingDiskType" type:"string" enum:"ReplicationConfigurationDefaultLargeStagingDiskType"`
3020 …n *string `locationName:"ebsEncryption" type:"string" enum:"ReplicationConfigurationEbsEncryption"`
3023 EbsEncryptionKeyArn *string `locationName:"ebsEncryptionKeyArn" min:"20" type:"string"`
3028 … *string `locationName:"replicationConfigurationTemplateID" min:"21" type:"string" required:"true"`
3031 ReplicationServerInstanceType *string `locationName:"replicationServerInstanceType" type:"string"`
3034 …ServersSecurityGroupsIDs []*string `locationName:"replicationServersSecurityGroupsIDs" type:"list"`
3037 StagingAreaSubnetId *string `locationName:"stagingAreaSubnetId" type:"string"`
3040 StagingAreaTags map[string]*string `locationName:"stagingAreaTags" type:"map" sensitive:"true"`
3043 Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
3046 UseDedicatedReplicationServer *bool `locationName:"useDedicatedReplicationServer" type:"boolean"`
3050 func (s CreateReplicationConfigurationTemplateOutput) String() string {
3055 func (s CreateReplicationConfigurationTemplateOutput) GoString() string {
3060 …cationConfigurationTemplateOutput) SetArn(v string) *CreateReplicationConfigurationTemplateOutput {
3066 …ateOutput) SetAssociateDefaultSecurityGroup(v bool) *CreateReplicationConfigurationTemplateOutput {
3072 …tionTemplateOutput) SetBandwidthThrottling(v int64) *CreateReplicationConfigurationTemplateOutput {
3078 …figurationTemplateOutput) SetCreatePublicIP(v bool) *CreateReplicationConfigurationTemplateOutput {
3084 …rationTemplateOutput) SetDataPlaneRouting(v string) *CreateReplicationConfigurationTemplateOutput {
3090 …ateOutput) SetDefaultLargeStagingDiskType(v string) *CreateReplicationConfigurationTemplateOutput {
3096 …igurationTemplateOutput) SetEbsEncryption(v string) *CreateReplicationConfigurationTemplateOutput {
3102 …ionTemplateOutput) SetEbsEncryptionKeyArn(v string) *CreateReplicationConfigurationTemplateOutput {
3108 …ut) SetReplicationConfigurationTemplateID(v string) *CreateReplicationConfigurationTemplateOutput {
3114 …eOutput) SetReplicationServerInstanceType(v string) *CreateReplicationConfigurationTemplateOutput {
3120 …SetReplicationServersSecurityGroupsIDs(v []*string) *CreateReplicationConfigurationTemplateOutput {
3126 …ionTemplateOutput) SetStagingAreaSubnetId(v string) *CreateReplicationConfigurationTemplateOutput {
3132 …ateOutput) SetStagingAreaTags(v map[string]*string) *CreateReplicationConfigurationTemplateOutput {
3138 …rationTemplateOutput) SetTags(v map[string]*string) *CreateReplicationConfigurationTemplateOutput {
3144 …ateOutput) SetUseDedicatedReplicationServer(v bool) *CreateReplicationConfigurationTemplateOutput {