Class: Aws::Types::CreateDeploymentGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::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.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def application_name
  @application_name
end

#auto_rollback_configurationTypes::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.

Returns:

  • (::Array[::String])


222
223
224
# File 'sig/types.rbs', line 222

def auto_scaling_groups
  @auto_scaling_groups
end

#blue_green_deployment_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def deployment_group_name
  @deployment_group_name
end

#deployment_styleTypes::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.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def ec2_tag_filters
  @ec2_tag_filters
end

#ec2_tag_setTypes::EC2TagSet

Returns the value of attribute ec2_tag_set.

Returns:



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.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def ecs_services
  @ecs_services
end

#load_balancer_infoTypes::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.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def on_premises_instance_tag_filters
  @on_premises_instance_tag_filters
end

#on_premises_tag_setTypes::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.

Returns:

  • ("UPDATE", "IGNORE")


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.

Returns:

  • (::String)


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.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def tags
  @tags
end

#termination_hook_enabledBoolean

Returns the value of attribute termination_hook_enabled.

Returns:

  • (Boolean)


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.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def trigger_configurations
  @trigger_configurations
end