You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::DeploymentTarget

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the deployment target.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_formation_targetTypes::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.

Returns:

#deployment_target_typeString

The deployment type that is specific to the deployment\'s compute platform or deployments initiated by a CloudFormation stack update.

Possible values:

  • InstanceTarget
  • LambdaTarget
  • ECSTarget
  • CloudFormationTarget

Returns:

  • (String)

    The deployment type that is specific to the deployment\'s compute platform or deployments initiated by a CloudFormation stack update.

#ecs_targetTypes::ECSTarget

Information about the target for a deployment that uses the Amazon ECS compute platform.

Returns:

  • (Types::ECSTarget)

    Information about the target for a deployment that uses the Amazon ECS compute platform.

#instance_targetTypes::InstanceTarget

Information about the target for a deployment that uses the EC2/On-premises compute platform.

Returns:

  • (Types::InstanceTarget)

    Information about the target for a deployment that uses the EC2/On-premises compute platform.

#lambda_targetTypes::LambdaTarget

Information about the target for a deployment that uses the AWS Lambda compute platform.

Returns:

  • (Types::LambdaTarget)

    Information about the target for a deployment that uses the AWS Lambda compute platform.