Class: Aws::Types::UpdateDeploymentGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDeploymentGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
-
#auto_scaling_groups ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_groups.
-
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Returns the value of attribute blue_green_deployment_configuration.
-
#current_deployment_group_name ⇒ ::String
Returns the value of attribute current_deployment_group_name.
-
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
-
#deployment_style ⇒ Types::DeploymentStyle
Returns the value of attribute deployment_style.
-
#ec2_tag_filters ⇒ ::Array[Types::EC2TagFilter]
Returns the value of attribute ec2_tag_filters.
-
#ec2_tag_set ⇒ Types::EC2TagSet
Returns the value of attribute ec2_tag_set.
-
#ecs_services ⇒ ::Array[Types::ECSService]
Returns the value of attribute ecs_services.
-
#load_balancer_info ⇒ Types::LoadBalancerInfo
Returns the value of attribute load_balancer_info.
-
#new_deployment_group_name ⇒ ::String
Returns the value of attribute new_deployment_group_name.
-
#on_premises_instance_tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute on_premises_instance_tag_filters.
-
#on_premises_tag_set ⇒ Types::OnPremisesTagSet
Returns the value of attribute on_premises_tag_set.
-
#outdated_instances_strategy ⇒ "UPDATE", "IGNORE"
Returns the value of attribute outdated_instances_strategy.
-
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
-
#termination_hook_enabled ⇒ Boolean
Returns the value of attribute termination_hook_enabled.
-
#trigger_configurations ⇒ ::Array[Types::TriggerConfig]
Returns the value of attribute trigger_configurations.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def alarm_configuration @alarm_configuration end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def application_name @application_name end |
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def auto_rollback_configuration @auto_rollback_configuration end |
#auto_scaling_groups ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_groups.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def auto_scaling_groups @auto_scaling_groups end |
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Returns the value of attribute blue_green_deployment_configuration.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def blue_green_deployment_configuration @blue_green_deployment_configuration end |
#current_deployment_group_name ⇒ ::String
Returns the value of attribute current_deployment_group_name.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def current_deployment_group_name @current_deployment_group_name end |
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def deployment_config_name @deployment_config_name end |
#deployment_style ⇒ Types::DeploymentStyle
Returns the value of attribute deployment_style.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def deployment_style @deployment_style end |
#ec2_tag_filters ⇒ ::Array[Types::EC2TagFilter]
Returns the value of attribute ec2_tag_filters.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def ec2_tag_filters @ec2_tag_filters end |
#ec2_tag_set ⇒ Types::EC2TagSet
Returns the value of attribute ec2_tag_set.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def ec2_tag_set @ec2_tag_set end |
#ecs_services ⇒ ::Array[Types::ECSService]
Returns the value of attribute ecs_services.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def ecs_services @ecs_services end |
#load_balancer_info ⇒ Types::LoadBalancerInfo
Returns the value of attribute load_balancer_info.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def load_balancer_info @load_balancer_info end |
#new_deployment_group_name ⇒ ::String
Returns the value of attribute new_deployment_group_name.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def new_deployment_group_name @new_deployment_group_name end |
#on_premises_instance_tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute on_premises_instance_tag_filters.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def on_premises_instance_tag_filters @on_premises_instance_tag_filters end |
#on_premises_tag_set ⇒ Types::OnPremisesTagSet
Returns the value of attribute on_premises_tag_set.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def on_premises_tag_set @on_premises_tag_set end |
#outdated_instances_strategy ⇒ "UPDATE", "IGNORE"
Returns the value of attribute outdated_instances_strategy.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def outdated_instances_strategy @outdated_instances_strategy end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def service_role_arn @service_role_arn end |
#termination_hook_enabled ⇒ Boolean
Returns the value of attribute termination_hook_enabled.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def termination_hook_enabled @termination_hook_enabled end |
#trigger_configurations ⇒ ::Array[Types::TriggerConfig]
Returns the value of attribute trigger_configurations.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def trigger_configurations @trigger_configurations end |