NAME
Paws::ApplicationMigration::CreateReplicationConfigurationTemplate - Arguments for method CreateReplicationConfigurationTemplate on Paws::ApplicationMigration
DESCRIPTION
This 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.
SYNOPSIS
my $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
ATTRIBUTES
REQUIRED AssociateDefaultSecurityGroup => Bool
Request to associate the default Application Migration Service Security group with the Replication Settings template.
REQUIRED BandwidthThrottling => Int
Request to configure bandwidth throttling during Replication Settings template creation.
REQUIRED CreatePublicIP => Bool
Request to create Public IP during Replication Settings template creation.
REQUIRED DataPlaneRouting => Str
Request to configure data plane routing during Replication Settings template creation.
Valid values are: "PRIVATE_IP"
, "PUBLIC_IP"
REQUIRED DefaultLargeStagingDiskType => Str
Request to configure the Staging Disk EBS volume type to "gp2" during Replication Settings template creation.
Valid values are: "GP2"
, "ST1"
REQUIRED EbsEncryption => Str
Request to configure EBS enryption during Replication Settings template creation.
Valid values are: "DEFAULT"
, "CUSTOM"
EbsEncryptionKeyArn => Str
Request to configure an EBS enryption key during Replication Settings template creation.
REQUIRED ReplicationServerInstanceType => Str
Request 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 => Str
Request to configure the Staging Area subnet ID during Replication Settings template creation.
REQUIRED StagingAreaTags => Paws::ApplicationMigration::TagsMap
Request to configure Staiging Area tags during Replication Settings template creation.
Tags => Paws::ApplicationMigration::TagsMap
Request to configure tags during Replication Settings template creation.
REQUIRED UseDedicatedReplicationServer => Bool
Request to use Dedicated Replication Servers during Replication Settings template creation.
SEE ALSO
This class forms part of Paws, documenting arguments for method CreateReplicationConfigurationTemplate in Paws::ApplicationMigration
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues