DescribeLaunchConfigurationTemplatesRequest

Request to describe launch configuration templates

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
launchConfigurationTemplateIDs array Filter by template IDs
maxResults integer Maximum results to return
nextToken string Pagination token
View JSON Schema on GitHub

JSON Schema

application-migration-service-describe-launch-configuration-templates-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-describe-launch-configuration-templates-request-schema.json",
  "title": "DescribeLaunchConfigurationTemplatesRequest",
  "description": "Request to describe launch configuration templates",
  "type": "object",
  "properties": {
    "launchConfigurationTemplateIDs": {
      "type": "array",
      "description": "Filter by template IDs"
    },
    "maxResults": {
      "type": "integer",
      "description": "Maximum results to return"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    }
  }
}