Class: Aws::CodeDeploy::Types::BlueGreenDeploymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BlueGreenDeploymentConfiguration
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about blue/green deployment options for a deployment group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_ready_option ⇒ Types::DeploymentReadyOption
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
-
#green_fleet_provisioning_option ⇒ Types::GreenFleetProvisioningOption
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
-
#terminate_blue_instances_on_deployment_success ⇒ Types::BlueInstanceTerminationOption
Information about whether to terminate instances in the original fleet during a blue/green deployment.
Instance Attribute Details
#deployment_ready_option ⇒ Types::DeploymentReadyOption
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
569 570 571 572 573 574 575 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 569 class BlueGreenDeploymentConfiguration < Struct.new( :terminate_blue_instances_on_deployment_success, :deployment_ready_option, :green_fleet_provisioning_option) SENSITIVE = [] include Aws::Structure end |
#green_fleet_provisioning_option ⇒ Types::GreenFleetProvisioningOption
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
569 570 571 572 573 574 575 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 569 class BlueGreenDeploymentConfiguration < Struct.new( :terminate_blue_instances_on_deployment_success, :deployment_ready_option, :green_fleet_provisioning_option) SENSITIVE = [] include Aws::Structure end |
#terminate_blue_instances_on_deployment_success ⇒ Types::BlueInstanceTerminationOption
Information about whether to terminate instances in the original fleet during a blue/green deployment.
569 570 571 572 573 574 575 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 569 class BlueGreenDeploymentConfiguration < Struct.new( :terminate_blue_instances_on_deployment_success, :deployment_ready_option, :green_fleet_provisioning_option) SENSITIVE = [] include Aws::Structure end |