Class: Aws::Types::CreateDeploymentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def application_name
  @application_name
end

#auto_rollback_configurationTypes::AutoRollbackConfiguration

Returns the value of attribute auto_rollback_configuration.



252
253
254
# File 'sig/types.rbs', line 252

def auto_rollback_configuration
  @auto_rollback_configuration
end

#deployment_config_name::String

Returns the value of attribute deployment_config_name.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def deployment_config_name
  @deployment_config_name
end

#deployment_group_name::String

Returns the value of attribute deployment_group_name.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def deployment_group_name
  @deployment_group_name
end

#deployment_mode"STANDARD", "RESTART"

Returns the value of attribute deployment_mode.

Returns:

  • ("STANDARD", "RESTART")


255
256
257
# File 'sig/types.rbs', line 255

def deployment_mode
  @deployment_mode
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def description
  @description
end

#file_exists_behavior"DISALLOW", ...

Returns the value of attribute file_exists_behavior.

Returns:

  • ("DISALLOW", "OVERWRITE", "RETAIN")


254
255
256
# File 'sig/types.rbs', line 254

def file_exists_behavior
  @file_exists_behavior
end

#ignore_application_stop_failuresBoolean

Returns the value of attribute ignore_application_stop_failures.

Returns:

  • (Boolean)


250
251
252
# File 'sig/types.rbs', line 250

def ignore_application_stop_failures
  @ignore_application_stop_failures
end

#override_alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute override_alarm_configuration.



256
257
258
# File 'sig/types.rbs', line 256

def override_alarm_configuration
  @override_alarm_configuration
end

#revisionTypes::RevisionLocation

Returns the value of attribute revision.



247
248
249
# File 'sig/types.rbs', line 247

def revision
  @revision
end

#target_instancesTypes::TargetInstances

Returns the value of attribute target_instances.



251
252
253
# File 'sig/types.rbs', line 251

def target_instances
  @target_instances
end

#update_outdated_instances_onlyBoolean

Returns the value of attribute update_outdated_instances_only.

Returns:

  • (Boolean)


253
254
255
# File 'sig/types.rbs', line 253

def update_outdated_instances_only
  @update_outdated_instances_only
end