![]() |
![]()
| ![]() |
![]()
NAMEPaws::ApplicationMigration::CreateReplicationConfigurationTemplate - Arguments for method CreateReplicationConfigurationTemplate on Paws::ApplicationMigration DESCRIPTIONThis class represents the parameters used for calling the method CreateReplicationConfigurationTemplate on the Application Migration Service service. Use the attributes of this class as arguments to method CreateReplicationConfigurationTemplate. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateReplicationConfigurationTemplate. SYNOPSISmy $mgn = Paws->service('ApplicationMigration'); my $ReplicationConfigurationTemplate = $mgn->CreateReplicationConfigurationTemplate( AssociateDefaultSecurityGroup => 1, BandwidthThrottling => 1, CreatePublicIP => 1, DataPlaneRouting => 'PRIVATE_IP', DefaultLargeStagingDiskType => 'GP2', EbsEncryption => 'DEFAULT', ReplicationServerInstanceType => 'MyEC2InstanceType', ReplicationServersSecurityGroupsIDs => [ 'MySecurityGroupID', ... # max: 255 ], StagingAreaSubnetId => 'MySubnetID', StagingAreaTags => { 'MyTagKey' => 'MyTagValue', # key: max: 256, value: max: 256 }, UseDedicatedReplicationServer => 1, EbsEncryptionKeyArn => 'MyARN', # OPTIONAL Tags => { 'MyTagKey' => 'MyTagValue', # key: max: 256, value: max: 256 }, # OPTIONAL ); # Results: my $Arn = $ReplicationConfigurationTemplate->Arn; my $AssociateDefaultSecurityGroup = $ReplicationConfigurationTemplate->AssociateDefaultSecurityGroup; my $BandwidthThrottling = $ReplicationConfigurationTemplate->BandwidthThrottling; my $CreatePublicIP = $ReplicationConfigurationTemplate->CreatePublicIP; my $DataPlaneRouting = $ReplicationConfigurationTemplate->DataPlaneRouting; my $DefaultLargeStagingDiskType = $ReplicationConfigurationTemplate->DefaultLargeStagingDiskType; my $EbsEncryption = $ReplicationConfigurationTemplate->EbsEncryption; my $EbsEncryptionKeyArn = $ReplicationConfigurationTemplate->EbsEncryptionKeyArn; my $ReplicationConfigurationTemplateID = $ReplicationConfigurationTemplate->ReplicationConfigurationTemplateID; my $ReplicationServerInstanceType = $ReplicationConfigurationTemplate->ReplicationServerInstanceType; my $ReplicationServersSecurityGroupsIDs = $ReplicationConfigurationTemplate->ReplicationServersSecurityGroupsIDs; my $StagingAreaSubnetId = $ReplicationConfigurationTemplate->StagingAreaSubnetId; my $StagingAreaTags = $ReplicationConfigurationTemplate->StagingAreaTags; my $Tags = $ReplicationConfigurationTemplate->Tags; my $UseDedicatedReplicationServer = $ReplicationConfigurationTemplate->UseDedicatedReplicationServer; # Returns a Paws::ApplicationMigration::ReplicationConfigurationTemplate object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/mgn/CreateReplicationConfigurationTemplate> ATTRIBUTESREQUIRED AssociateDefaultSecurityGroup => BoolRequest to associate the default Application Migration Service Security group with the Replication Settings template. REQUIRED BandwidthThrottling => IntRequest to configure bandwidth throttling during Replication Settings template creation. REQUIRED CreatePublicIP => BoolRequest to create Public IP during Replication Settings template creation. REQUIRED DataPlaneRouting => StrRequest to configure data plane routing during Replication Settings template creation. Valid values are: "PRIVATE_IP", "PUBLIC_IP" REQUIRED DefaultLargeStagingDiskType => StrRequest to configure the Staging Disk EBS volume type to "gp2" during Replication Settings template creation. Valid values are: "GP2", "ST1" REQUIRED EbsEncryption => StrRequest to configure EBS enryption during Replication Settings template creation. Valid values are: "DEFAULT", "CUSTOM" EbsEncryptionKeyArn => StrRequest to configure an EBS enryption key during Replication Settings template creation. REQUIRED ReplicationServerInstanceType => StrRequest to configure the Replication Server instance type during Replication Settings template creation. REQUIRED ReplicationServersSecurityGroupsIDs => ArrayRef[Str|Undef]Request to configure the Replication Server Secuirity group ID during Replication Settings template creation. REQUIRED StagingAreaSubnetId => StrRequest to configure the Staging Area subnet ID during Replication Settings template creation. REQUIRED StagingAreaTags => Paws::ApplicationMigration::TagsMapRequest to configure Staiging Area tags during Replication Settings template creation. Tags => Paws::ApplicationMigration::TagsMapRequest to configure tags during Replication Settings template creation. REQUIRED UseDedicatedReplicationServer => BoolRequest to use Dedicated Replication Servers during Replication Settings template creation. SEE ALSOThis class forms part of Paws, documenting arguments for method CreateReplicationConfigurationTemplate in Paws::ApplicationMigration BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|