GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ApplicationMigration::CreateReplicationConfigurationTemplate(3) User Contributed Perl Documentation Paws::ApplicationMigration::CreateReplicationConfigurationTemplate(3)

Paws::ApplicationMigration::CreateReplicationConfigurationTemplate - Arguments for method CreateReplicationConfigurationTemplate on Paws::ApplicationMigration

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.

    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>

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"

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.

Request to configure tags during Replication Settings template creation.

REQUIRED UseDedicatedReplicationServer => Bool

Request to use Dedicated Replication Servers during Replication Settings template creation.

This class forms part of Paws, documenting arguments for method CreateReplicationConfigurationTemplate in Paws::ApplicationMigration

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.