DeploymentTarget
Information about the deployment target.
Contents
- cloudFormationTarget
-
Information about the target to be updated by an AWS CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.
Type: CloudFormationTarget object
Required: No
- deploymentTargetType
-
The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.
Type: String
Valid Values:
InstanceTarget | LambdaTarget | ECSTarget | CloudFormationTarget
Required: No
- ecsTarget
-
Information about the target for a deployment that uses the Amazon ECS compute platform.
Type: ECSTarget object
Required: No
- instanceTarget
-
Information about the target for a deployment that uses the EC2/On-premises compute platform.
Type: InstanceTarget object
Required: No
- lambdaTarget
-
Information about the target for a deployment that uses the AWS Lambda compute platform.
Type: LambdaTarget object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: