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

Class: Aws::CodeDeploy::Types::CloudFormationTarget

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

Overview

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of an AWS CloudFormation blue/green deployment.

Returns:

  • (String)

    The unique ID of an AWS CloudFormation blue/green deployment.

#last_updated_atTime

The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.

Returns:

  • (Time)

    The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.

#lifecycle_eventsArray<Types::LifecycleEvent>

The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.

Returns:

  • (Array<Types::LifecycleEvent>)

    The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.

#resource_typeString

The resource type for the AWS CloudFormation blue/green deployment.

Returns:

  • (String)

    The resource type for the AWS CloudFormation blue/green deployment.

#statusString

The status of an AWS CloudFormation blue/green deployment\'s target application.

Possible values:

  • Pending
  • InProgress
  • Succeeded
  • Failed
  • Skipped
  • Unknown
  • Ready

Returns:

  • (String)

    The status of an AWS CloudFormation blue/green deployment\'s target application.

#target_idString

The unique ID of a deployment target that has a type of CloudFormationTarget.

Returns:

  • (String)

    The unique ID of a deployment target that has a type of CloudFormationTarget.

#target_version_weightFloat

The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.

Returns:

  • (Float)

    The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.