Class: Aws::Types::CreateChangeSetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]

Returns the value of attribute capabilities.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")])


168
169
170
# File 'sig/types.rbs', line 168

def capabilities
  @capabilities
end

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def change_set_name
  @change_set_name
end

#change_set_type"CREATE", ...

Returns the value of attribute change_set_type.

Returns:

  • ("CREATE", "UPDATE", "IMPORT")


177
178
179
# File 'sig/types.rbs', line 177

def change_set_type
  @change_set_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def client_token
  @client_token
end

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



183
184
185
# File 'sig/types.rbs', line 183

def deployment_config
  @deployment_config
end

#deployment_mode"REVERT_DRIFT"

Returns the value of attribute deployment_mode.

Returns:

  • ("REVERT_DRIFT")


182
183
184
# File 'sig/types.rbs', line 182

def deployment_mode
  @deployment_mode
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def description
  @description
end

#disable_validationBoolean

Returns the value of attribute disable_validation.

Returns:

  • (Boolean)


184
185
186
# File 'sig/types.rbs', line 184

def disable_validation
  @disable_validation
end

#import_existing_resourcesBoolean

Returns the value of attribute import_existing_resources.

Returns:

  • (Boolean)


181
182
183
# File 'sig/types.rbs', line 181

def import_existing_resources
  @import_existing_resources
end

#include_nested_stacksBoolean

Returns the value of attribute include_nested_stacks.

Returns:

  • (Boolean)


179
180
181
# File 'sig/types.rbs', line 179

def include_nested_stacks
  @include_nested_stacks
end

#notification_arns::Array[::String]

Returns the value of attribute notification_arns.

Returns:

  • (::Array[::String])


172
173
174
# File 'sig/types.rbs', line 172

def notification_arns
  @notification_arns
end

#on_stack_failure"DO_NOTHING", ...

Returns the value of attribute on_stack_failure.

Returns:

  • ("DO_NOTHING", "ROLLBACK", "DELETE")


180
181
182
# File 'sig/types.rbs', line 180

def on_stack_failure
  @on_stack_failure
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def parameters
  @parameters
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


169
170
171
# File 'sig/types.rbs', line 169

def resource_types
  @resource_types
end

#resources_to_import::Array[Types::ResourceToImport]

Returns the value of attribute resources_to_import.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def resources_to_import
  @resources_to_import
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def role_arn
  @role_arn
end

#rollback_configurationTypes::RollbackConfiguration

Returns the value of attribute rollback_configuration.



171
172
173
# File 'sig/types.rbs', line 171

def rollback_configuration
  @rollback_configuration
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def stack_name
  @stack_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def template_url
  @template_url
end

#use_previous_templateBoolean

Returns the value of attribute use_previous_template.

Returns:

  • (Boolean)


166
167
168
# File 'sig/types.rbs', line 166

def use_previous_template
  @use_previous_template
end