Application Migration Service Create Replication Configuration Template Request Structure

Request to create a replication configuration template

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Create Replication Configuration Template Request Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}