{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-create-replication-configuration-template-request-structure.json", "title": "CreateReplicationConfigurationTemplateRequest", "description": "Request to create a replication configuration template", "type": "record", "fields": { "stagingAreaSubnetId": { "type": "string", "description": "Subnet ID" }, "associateDefaultSecurityGroup": { "type": "boolean", "description": "Associate default security group" }, "replicationServersSecurityGroupsIDs": { "type": "array", "description": "replicationServersSecurityGroupsIDs" }, "replicationServerInstanceType": { "type": "string", "description": "replicationServerInstanceType" }, "useLowBandwidthForReplication": { "type": "boolean", "description": "useLowBandwidthForReplication" }, "dataPlaneRouting": { "type": "string", "description": "dataPlaneRouting" }, "createPublicIP": { "type": "boolean", "description": "createPublicIP" }, "stagingAreaTags": { "type": "object", "description": "stagingAreaTags" }, "defaultLargeStagingDiskType": { "type": "string", "description": "defaultLargeStagingDiskType" }, "ebsEncryption": { "type": "string", "description": "ebsEncryption" }, "bandwidthThrottling": { "type": "integer", "description": "bandwidthThrottling" }, "tags": { "type": "object", "description": "tags" } } }