class
Amazonite::CloudFormation::DeploymentConfig
- Amazonite::CloudFormation::DeploymentConfig
- Reference
- Object
Overview
The deployment configuration for a stack operation, including the deployment mode.
Defined in:
cloudformation/deployment_config.crConstructors
- .from_xml(node : XML::Node) : self
- .new(mode : DeploymentConfigMode | Nil = nil, disable_rollback : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#disable_rollback : Bool | Nil
Specifies whether to disable rollback of the stack if the stack operation fails.
-
#disable_rollback=(disable_rollback : Bool | Nil)
Specifies whether to disable rollback of the stack if the stack operation fails.
-
#hash(hasher)
See
Object#hash(hasher) -
#mode : DeploymentConfigMode | Nil
Specifies the deployment mode for the stack operation.
-
#mode=(mode : DeploymentConfigMode | Nil)
Specifies the deployment mode for the stack operation.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether to disable rollback of the stack if the stack operation fails.
Default: false
Specifies whether to disable rollback of the stack if the stack operation fails.
Default: false
Specifies the deployment mode for the stack operation. Possible values are:
-
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. -
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
Specifies the deployment mode for the stack operation. Possible values are:
-
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. -
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.