Class: Aws::Types::CreateDeploymentGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentGroupInput
- 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.
-
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
-
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
225 226 227 |
# File 'sig/types.rbs', line 225 def alarm_configuration @alarm_configuration end |
#application_name ⇒ ::String
Returns the value of attribute application_name.
217 218 219 |
# File 'sig/types.rbs', line 217 def application_name @application_name end |
#auto_rollback_configuration ⇒ Types::AutoRollbackConfiguration
Returns the value of attribute auto_rollback_configuration.
226 227 228 |
# File 'sig/types.rbs', line 226 def auto_rollback_configuration @auto_rollback_configuration end |
#auto_scaling_groups ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_groups.
222 223 224 |
# File 'sig/types.rbs', line 222 def auto_scaling_groups @auto_scaling_groups end |
#blue_green_deployment_configuration ⇒ Types::BlueGreenDeploymentConfiguration
Returns the value of attribute blue_green_deployment_configuration.
229 230 231 |
# File 'sig/types.rbs', line 229 def blue_green_deployment_configuration @blue_green_deployment_configuration end |
#deployment_config_name ⇒ ::String
Returns the value of attribute deployment_config_name.
219 220 221 |
# File 'sig/types.rbs', line 219 def deployment_config_name @deployment_config_name end |
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def deployment_group_name @deployment_group_name end |
#deployment_style ⇒ Types::DeploymentStyle
Returns the value of attribute deployment_style.
228 229 230 |
# File 'sig/types.rbs', line 228 def deployment_style @deployment_style end |
#ec2_tag_filters ⇒ ::Array[Types::EC2TagFilter]
Returns the value of attribute ec2_tag_filters.
220 221 222 |
# File 'sig/types.rbs', line 220 def ec2_tag_filters @ec2_tag_filters end |
#ec2_tag_set ⇒ Types::EC2TagSet
Returns the value of attribute ec2_tag_set.
231 232 233 |
# File 'sig/types.rbs', line 231 def ec2_tag_set @ec2_tag_set end |
#ecs_services ⇒ ::Array[Types::ECSService]
Returns the value of attribute ecs_services.
232 233 234 |
# File 'sig/types.rbs', line 232 def ecs_services @ecs_services end |
#load_balancer_info ⇒ Types::LoadBalancerInfo
Returns the value of attribute load_balancer_info.
230 231 232 |
# File 'sig/types.rbs', line 230 def load_balancer_info @load_balancer_info end |
#on_premises_instance_tag_filters ⇒ ::Array[Types::TagFilter]
Returns the value of attribute on_premises_instance_tag_filters.
221 222 223 |
# File 'sig/types.rbs', line 221 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.
233 234 235 |
# File 'sig/types.rbs', line 233 def on_premises_tag_set @on_premises_tag_set end |
#outdated_instances_strategy ⇒ "UPDATE", "IGNORE"
Returns the value of attribute outdated_instances_strategy.
227 228 229 |
# File 'sig/types.rbs', line 227 def outdated_instances_strategy @outdated_instances_strategy end |
#service_role_arn ⇒ ::String
Returns the value of attribute service_role_arn.
223 224 225 |
# File 'sig/types.rbs', line 223 def service_role_arn @service_role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
234 235 236 |
# File 'sig/types.rbs', line 234 def @tags end |
#termination_hook_enabled ⇒ Boolean
Returns the value of attribute termination_hook_enabled.
235 236 237 |
# File 'sig/types.rbs', line 235 def termination_hook_enabled @termination_hook_enabled end |
#trigger_configurations ⇒ ::Array[Types::TriggerConfig]
Returns the value of attribute trigger_configurations.
224 225 226 |
# File 'sig/types.rbs', line 224 def trigger_configurations @trigger_configurations end |