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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The unique ID of an CloudFormation blue/green deployment.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

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

Returns:

  • (Time)


659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_eventsArray<Types::LifecycleEvent>

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

Returns:



659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type for the CloudFormation blue/green deployment.

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end

#target_idString

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

Returns:

  • (String)


659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end

#target_version_weightFloat

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

Returns:

  • (Float)


659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 659

class CloudFormationTarget < Struct.new(
  :deployment_id,
  :target_id,
  :last_updated_at,
  :lifecycle_events,
  :status,
  :resource_type,
  :target_version_weight)
  SENSITIVE = []
  include Aws::Structure
end