Class: Aws::Types::CreateStackInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStackInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
-
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
-
#disable_validation ⇒ Boolean
Returns the value of attribute disable_validation.
-
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#on_failure ⇒ "DO_NOTHING", ...
Returns the value of attribute on_failure.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_policy_body ⇒ ::String
Returns the value of attribute stack_policy_body.
-
#stack_policy_url ⇒ ::String
Returns the value of attribute stack_policy_url.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
-
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
Instance Attribute Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
216 217 218 |
# File 'sig/types.rbs', line 216 def capabilities @capabilities end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
223 224 225 |
# File 'sig/types.rbs', line 223 def client_request_token @client_request_token end |
#deployment_config ⇒ Types::DeploymentConfig
Returns the value of attribute deployment_config.
226 227 228 |
# File 'sig/types.rbs', line 226 def deployment_config @deployment_config end |
#disable_rollback ⇒ Boolean
Returns the value of attribute disable_rollback.
212 213 214 |
# File 'sig/types.rbs', line 212 def disable_rollback @disable_rollback end |
#disable_validation ⇒ Boolean
Returns the value of attribute disable_validation.
227 228 229 |
# File 'sig/types.rbs', line 227 def disable_validation @disable_validation end |
#enable_termination_protection ⇒ Boolean
Returns the value of attribute enable_termination_protection.
224 225 226 |
# File 'sig/types.rbs', line 224 def enable_termination_protection @enable_termination_protection end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
215 216 217 |
# File 'sig/types.rbs', line 215 def notification_arns @notification_arns end |
#on_failure ⇒ "DO_NOTHING", ...
Returns the value of attribute on_failure.
219 220 221 |
# File 'sig/types.rbs', line 219 def on_failure @on_failure end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
211 212 213 |
# File 'sig/types.rbs', line 211 def parameters @parameters end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
217 218 219 |
# File 'sig/types.rbs', line 217 def resource_types @resource_types end |
#retain_except_on_create ⇒ Boolean
Returns the value of attribute retain_except_on_create.
225 226 227 |
# File 'sig/types.rbs', line 225 def retain_except_on_create @retain_except_on_create end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
218 219 220 |
# File 'sig/types.rbs', line 218 def role_arn @role_arn end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
213 214 215 |
# File 'sig/types.rbs', line 213 def rollback_configuration @rollback_configuration end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
208 209 210 |
# File 'sig/types.rbs', line 208 def stack_name @stack_name end |
#stack_policy_body ⇒ ::String
Returns the value of attribute stack_policy_body.
220 221 222 |
# File 'sig/types.rbs', line 220 def stack_policy_body @stack_policy_body end |
#stack_policy_url ⇒ ::String
Returns the value of attribute stack_policy_url.
221 222 223 |
# File 'sig/types.rbs', line 221 def stack_policy_url @stack_policy_url end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
222 223 224 |
# File 'sig/types.rbs', line 222 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
209 210 211 |
# File 'sig/types.rbs', line 209 def template_body @template_body end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
210 211 212 |
# File 'sig/types.rbs', line 210 def template_url @template_url end |
#timeout_in_minutes ⇒ ::Integer
Returns the value of attribute timeout_in_minutes.
214 215 216 |
# File 'sig/types.rbs', line 214 def timeout_in_minutes @timeout_in_minutes end |