Application Migration Service Post Launch Actions Structure

Actions to execute after the instance launches

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

Application Migration Service Post Launch Actions 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-post-launch-actions-structure.json",
  "title": "PostLaunchActions",
  "description": "Actions to execute after the instance launches",
  "type": "record",
  "fields": {
    "deployment": {
      "type": "string",
      "description": "Deployment type for post-launch actions"
    },
    "s3LogBucket": {
      "type": "string",
      "description": "S3 bucket for action logs"
    },
    "s3OutputKeyPrefix": {
      "type": "string",
      "description": "S3 key prefix for action logs"
    },
    "cloudWatchLogGroupName": {
      "type": "string",
      "description": "CloudWatch log group name"
    },
    "ssmDocuments": {
      "type": "array",
      "description": "SSM documents to execute"
    }
  }
}