NetworkMigrationDeployedStackDetails - ApplicationMigrationService

NetworkMigrationDeployedStackDetails

Details about a CloudFormation stack that has been deployed as part of the network migration.

Contents

failedResources

A list of resources that failed to deploy.

Type: Array of NetworkMigrationFailedResourceDetails objects

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

Required: No

segmentID

The ID of the segment that this stack was deployed for.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: No

stackLogicalID

The logical ID of the stack.

Type: String

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

Pattern: [a-zA-Z][a-zA-Z0-9-]*

Required: No

stackPhysicalID

The physical ID of the CloudFormation stack.

Type: String

Length Constraints: Minimum length of 86. Maximum length of 128.

Pattern: arn:aws:cloudformation:[a-z0-9-]+:[0-9]{12}:stack/[a-zA-Z0-9-]+/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Required: No

status

The current status of the deployed stack.

Type: String

Valid Values: CREATE_COMPLETE | CREATE_FAILED | CREATE_STARTED | DELETE_COMPLETE | DELETE_FAILED | DELETE_STARTED

Required: No

targetAccount

The target AWS account where the stack was deployed.

Type: String

Length Constraints: Fixed length of 12.

Pattern: .*[0-9]{12,}.*

Required: No

See Also

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