UpdateReplicationConfigurationTemplate - ApplicationMigrationService

UpdateReplicationConfigurationTemplate

Updates multiple ReplicationConfigurationTemplates by ID.

Request Syntax

POST /UpdateReplicationConfigurationTemplate HTTP/1.1 Content-type: application/json { "arn": "string", "associateDefaultSecurityGroup": boolean, "bandwidthThrottling": number, "createPublicIP": boolean, "dataPlaneRouting": "string", "defaultLargeStagingDiskType": "string", "ebsEncryption": "string", "ebsEncryptionKeyArn": "string", "replicationConfigurationTemplateID": "string", "replicationServerInstanceType": "string", "replicationServersSecurityGroupsIDs": [ "string" ], "stagingAreaSubnetId": "string", "stagingAreaTags": { "string" : "string" }, "useDedicatedReplicationServer": boolean, "useFipsEndpoint": boolean }

URI Request Parameters

The request does not use any URI parameters.

Request Body

The request accepts the following data in JSON format.

arn

Update replication configuration template ARN request.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Required: No

associateDefaultSecurityGroup

Update replication configuration template associate default Application Migration Service Security group request.

Type: Boolean

Required: No

bandwidthThrottling

Update replication configuration template bandwidth throttling request.

Type: Long

Valid Range: Minimum value of 0. Maximum value of 10000.

Required: No

createPublicIP

Update replication configuration template create Public IP request.

Type: Boolean

Required: No

dataPlaneRouting

Update replication configuration template data plane routing request.

Type: String

Valid Values: PRIVATE_IP | PUBLIC_IP

Required: No

defaultLargeStagingDiskType

Update replication configuration template use default large Staging Disk type request.

Type: String

Valid Values: GP2 | ST1 | GP3

Required: No

ebsEncryption

Update replication configuration template EBS encryption request.

Type: String

Valid Values: DEFAULT | CUSTOM

Required: No

ebsEncryptionKeyArn

Update replication configuration template EBS encryption key ARN request.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Required: No

replicationConfigurationTemplateID

Update replication configuration template template ID request.

Type: String

Length Constraints: Fixed length of 21.

Pattern: ^rct-[0-9a-zA-Z]{17}$

Required: Yes

replicationServerInstanceType

Update replication configuration template Replication Server instance type request.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Required: No

replicationServersSecurityGroupsIDs

Update replication configuration template Replication Server Security groups IDs request.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 32 items.

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: ^sg-[0-9a-fA-F]{8,}$

Required: No

stagingAreaSubnetId

Update replication configuration template Staging Area subnet ID request.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: ^subnet-[0-9a-fA-F]{8,}$

Required: No

stagingAreaTags

Update replication configuration template Staging Area Tags request.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 0. Maximum length of 256.

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

useDedicatedReplicationServer

Update replication configuration template use dedicated Replication Server request.

Type: Boolean

Required: No

useFipsEndpoint

Update replication configuration template use Fips Endpoint request.

Type: Boolean

Required: No

Response Syntax

HTTP/1.1 200 Content-type: application/json { "arn": "string", "associateDefaultSecurityGroup": boolean, "bandwidthThrottling": number, "createPublicIP": boolean, "dataPlaneRouting": "string", "defaultLargeStagingDiskType": "string", "ebsEncryption": "string", "ebsEncryptionKeyArn": "string", "replicationConfigurationTemplateID": "string", "replicationServerInstanceType": "string", "replicationServersSecurityGroupsIDs": [ "string" ], "stagingAreaSubnetId": "string", "stagingAreaTags": { "string" : "string" }, "tags": { "string" : "string" }, "useDedicatedReplicationServer": boolean, "useFipsEndpoint": boolean }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

arn

Replication Configuration template ARN.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

associateDefaultSecurityGroup

Replication Configuration template associate default Application Migration Service Security group.

Type: Boolean

bandwidthThrottling

Replication Configuration template bandwidth throttling.

Type: Long

Valid Range: Minimum value of 0. Maximum value of 10000.

createPublicIP

Replication Configuration template create Public IP.

Type: Boolean

dataPlaneRouting

Replication Configuration template data plane routing.

Type: String

Valid Values: PRIVATE_IP | PUBLIC_IP

defaultLargeStagingDiskType

Replication Configuration template use default large Staging Disk type.

Type: String

Valid Values: GP2 | ST1 | GP3

ebsEncryption

Replication Configuration template EBS encryption.

Type: String

Valid Values: DEFAULT | CUSTOM

ebsEncryptionKeyArn

Replication Configuration template EBS encryption key ARN.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

replicationConfigurationTemplateID

Replication Configuration template ID.

Type: String

Length Constraints: Fixed length of 21.

Pattern: ^rct-[0-9a-zA-Z]{17}$

replicationServerInstanceType

Replication Configuration template server instance type.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

replicationServersSecurityGroupsIDs

Replication Configuration template server Security Groups IDs.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 32 items.

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: ^sg-[0-9a-fA-F]{8,}$

stagingAreaSubnetId

Replication Configuration template Staging Area subnet ID.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Pattern: ^subnet-[0-9a-fA-F]{8,}$

stagingAreaTags

Replication Configuration template Staging Area Tags.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 0. Maximum length of 256.

Value Length Constraints: Minimum length of 0. Maximum length of 256.

tags

Replication Configuration template Tags.

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 50 items.

Key Length Constraints: Minimum length of 0. Maximum length of 256.

Value Length Constraints: Minimum length of 0. Maximum length of 256.

useDedicatedReplicationServer

Replication Configuration template use Dedicated Replication Server.

Type: Boolean

useFipsEndpoint

Replication Configuration template use Fips Endpoint.

Type: Boolean

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

Operating denied due to a file permission or access check error.

HTTP Status Code: 403

ResourceNotFoundException

Resource not found exception.

HTTP Status Code: 404

UninitializedAccountException

Uninitialized account exception.

HTTP Status Code: 400

ValidationException

Validate exception.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: