Class: Aws::CodeDeploy::Types::CloudFormationTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::CloudFormationTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique ID of an AWS CloudFormation blue/green deployment.
-
#last_updated_at ⇒ Time
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
-
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
-
#resource_type ⇒ String
The resource type for the AWS CloudFormation blue/green deployment.
-
#status ⇒ String
The status of an AWS CloudFormation blue/green deployment’s target application.
-
#target_id ⇒ String
The unique ID of a deployment target that has a type of ‘CloudFormationTarget`.
-
#target_version_weight ⇒ Float
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of an AWS CloudFormation blue/green deployment.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 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_at ⇒ Time
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 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_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 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_type ⇒ String
The resource type for the AWS CloudFormation blue/green deployment.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 class CloudFormationTarget < Struct.new( :deployment_id, :target_id, :last_updated_at, :lifecycle_events, :status, :resource_type, :target_version_weight) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an AWS CloudFormation blue/green deployment’s target application.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 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_id ⇒ String
The unique ID of a deployment target that has a type of ‘CloudFormationTarget`.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 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_weight ⇒ Float
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment receives.
786 787 788 789 790 791 792 793 794 795 796 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 786 class CloudFormationTarget < Struct.new( :deployment_id, :target_id, :last_updated_at, :lifecycle_events, :status, :resource_type, :target_version_weight) SENSITIVE = [] include Aws::Structure end |