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 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 CloudFormation blue/green deployment.
-
#last_updated_at ⇒ Time
The date and time when the target application was updated by an CloudFormation blue/green deployment.
-
#lifecycle_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the CloudFormation blue/green deployment to this target application.
-
#resource_type ⇒ String
The resource type for the CloudFormation blue/green deployment.
-
#status ⇒ String
The status of an 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 CloudFormation blue/green deployment receives.
Instance Attribute Details
#deployment_id ⇒ String
The unique ID of an CloudFormation blue/green deployment.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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_at ⇒ Time
The date and time when the target application was updated by an CloudFormation blue/green deployment.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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_events ⇒ Array<Types::LifecycleEvent>
The lifecycle events of the CloudFormation blue/green deployment to this target application.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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_type ⇒ String
The resource type for the CloudFormation blue/green deployment.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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 |
#status ⇒ String
The status of an CloudFormation blue/green deployment’s target application.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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_id ⇒ String
The unique ID of a deployment target that has a type of ‘CloudFormationTarget`.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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_weight ⇒ Float
The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.
659 660 661 662 663 664 665 666 667 668 669 |
# File '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 |