class
Amazonite::CloudFormation::DescribeChangeSetOutput
- Amazonite::CloudFormation::DescribeChangeSetOutput
- Reference
- Object
Overview
The output for the DescribeChangeSet action.
Defined in:
cloudformation/describe_change_set_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(change_set_name : String | Nil = nil, change_set_id : String | Nil = nil, stack_id : String | Nil = nil, stack_name : String | Nil = nil, description : String | Nil = nil, parameters : Array(Parameter) | Nil = nil, creation_time : Time | Nil = nil, execution_status : ExecutionStatus | Nil = nil, status : ChangeSetStatus | Nil = nil, status_reason : String | Nil = nil, stack_drift_status : StackDriftStatus | Nil = nil, notification_ar_ns : Array(String) | Nil = nil, rollback_configuration : RollbackConfiguration | Nil = nil, capabilities : Array(Capability) | Nil = nil, tags : Array(Tag) | Nil = nil, changes : Array(Change) | Nil = nil, next_token : String | Nil = nil, include_nested_stacks : Bool | Nil = nil, parent_change_set_id : String | Nil = nil, root_change_set_id : String | Nil = nil, on_stack_failure : OnStackFailure | Nil = nil, import_existing_resources : Bool | Nil = nil, deployment_mode : DeploymentMode | Nil = nil, deployment_config : DeploymentConfig | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capabilities : Array(Capability) | Nil
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
-
#capabilities=(capabilities : Array(Capability) | Nil)
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
-
#change_set_id : String | Nil
The Amazon Resource Name (ARN) of the change set.
-
#change_set_id=(change_set_id : String | Nil)
The Amazon Resource Name (ARN) of the change set.
-
#change_set_name : String | Nil
The name of the change set.
-
#change_set_name=(change_set_name : String | Nil)
The name of the change set.
-
#changes : Array(Change) | Nil
A list of
Changestructures that describes the resources CloudFormation changes if you execute the change set. -
#changes=(changes : Array(Change) | Nil)
A list of
Changestructures that describes the resources CloudFormation changes if you execute the change set. -
#creation_time : Time | Nil
The start time when the change set was created, in UTC.
-
#creation_time=(creation_time : Time | Nil)
The start time when the change set was created, in UTC.
-
#deployment_config : DeploymentConfig | Nil
The deployment configuration specified when the change set was created.
-
#deployment_config=(deployment_config : DeploymentConfig | Nil)
The deployment configuration specified when the change set was created.
-
#deployment_mode : DeploymentMode | Nil
The deployment mode specified when the change set was created.
-
#deployment_mode=(deployment_mode : DeploymentMode | Nil)
The deployment mode specified when the change set was created.
-
#description : String | Nil
Information about the change set.
-
#description=(description : String | Nil)
Information about the change set.
-
#execution_status : ExecutionStatus | Nil
If the change set execution status is
AVAILABLE, you can execute the change set. -
#execution_status=(execution_status : ExecutionStatus | Nil)
If the change set execution status is
AVAILABLE, you can execute the change set. -
#hash(hasher)
See
Object#hash(hasher) -
#import_existing_resources : Bool | Nil
Indicates if the change set imports resources that already exist.
-
#import_existing_resources=(import_existing_resources : Bool | Nil)
Indicates if the change set imports resources that already exist.
-
#include_nested_stacks : Bool | Nil
Verifies if
IncludeNestedStacksis set toTrue. -
#include_nested_stacks=(include_nested_stacks : Bool | Nil)
Verifies if
IncludeNestedStacksis set toTrue. -
#next_token : String | Nil
If the output exceeds 1 MB, a string that identifies the next page of changes.
-
#next_token=(next_token : String | Nil)
If the output exceeds 1 MB, a string that identifies the next page of changes.
-
#notification_ar_ns : Array(String) | Nil
The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.
-
#notification_ar_ns=(notification_ar_ns : Array(String) | Nil)
The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.
-
#on_stack_failure : OnStackFailure | Nil
Determines what action will be taken if stack creation fails.
-
#on_stack_failure=(on_stack_failure : OnStackFailure | Nil)
Determines what action will be taken if stack creation fails.
-
#parameters : Array(Parameter) | Nil
A list of
Parameterstructures that describes the input parameters and their values used to create the change set. -
#parameters=(parameters : Array(Parameter) | Nil)
A list of
Parameterstructures that describes the input parameters and their values used to create the change set. -
#parent_change_set_id : String | Nil
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
-
#parent_change_set_id=(parent_change_set_id : String | Nil)
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
-
#rollback_configuration : RollbackConfiguration | Nil
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
-
#rollback_configuration=(rollback_configuration : RollbackConfiguration | Nil)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
-
#root_change_set_id : String | Nil
Specifies the change set ID of the root change set in the current nested change set hierarchy.
-
#root_change_set_id=(root_change_set_id : String | Nil)
Specifies the change set ID of the root change set in the current nested change set hierarchy.
-
#stack_drift_status : StackDriftStatus | Nil
The drift status of the stack when the change set was created.
-
#stack_drift_status=(stack_drift_status : StackDriftStatus | Nil)
The drift status of the stack when the change set was created.
-
#stack_id : String | Nil
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
-
#stack_id=(stack_id : String | Nil)
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
-
#stack_name : String | Nil
The name of the stack that's associated with the change set.
-
#stack_name=(stack_name : String | Nil)
The name of the stack that's associated with the change set.
-
#status : ChangeSetStatus | Nil
The current status of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED. -
#status=(status : ChangeSetStatus | Nil)
The current status of the change set, such as
CREATE_PENDING,CREATE_COMPLETE, orFAILED. -
#status_reason : String | Nil
A description of the change set's status.
-
#status_reason=(status_reason : String | Nil)
A description of the change set's status.
-
#tags : Array(Tag) | Nil
If you execute the change set, the tags that will be associated with the stack.
-
#tags=(tags : Array(Tag) | Nil)
If you execute the change set, the tags that will be associated with the stack.
- #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?.
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
The Amazon Resource Name (ARN) of the change set.
A list of Change structures that describes the resources CloudFormation changes if you execute
the change set.
A list of Change structures that describes the resources CloudFormation changes if you execute
the change set.
The start time when the change set was created, in UTC.
The deployment configuration specified when the change set was created.
The deployment configuration specified when the change set was created.
The deployment mode specified when the change set was created. Valid value is REVERT_DRIFT.
Only present for drift-aware change sets.
The deployment mode specified when the change set was created. Valid value is REVERT_DRIFT.
Only present for drift-aware change sets.
If the change set execution status is AVAILABLE, you can execute the change set. If you can't
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state
because the stack was already updated.
If the change set execution status is AVAILABLE, you can execute the change set. If you can't
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state
because the stack was already updated.
Indicates if the change set imports resources that already exist.
This parameter can only import resources that have custom names in templates. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead.
Indicates if the change set imports resources that already exist.
This parameter can only import resources that have custom names in templates. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead.
Verifies if IncludeNestedStacks is set to True.
If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.
If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.
The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.
The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.
Determines what action will be taken if stack creation fails. When this parameter is specified,
the DisableRollback parameter to the
ExecuteChangeSet
API operation must not be specified. This must be one of these values:
-
DELETE- Deletes the change set if the stack creation fails. This is only valid when theChangeSetTypeparameter is set toCREATE. If the deletion of the stack fails, the status of the stack isDELETE_FAILED. -
DO_NOTHING- if the stack creation fails, do nothing. This is equivalent to specifyingtruefor theDisableRollbackparameter to the ExecuteChangeSet API operation. -
ROLLBACK- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalsefor theDisableRollbackparameter to the ExecuteChangeSet API operation.
Determines what action will be taken if stack creation fails. When this parameter is specified,
the DisableRollback parameter to the
ExecuteChangeSet
API operation must not be specified. This must be one of these values:
-
DELETE- Deletes the change set if the stack creation fails. This is only valid when theChangeSetTypeparameter is set toCREATE. If the deletion of the stack fails, the status of the stack isDELETE_FAILED. -
DO_NOTHING- if the stack creation fails, do nothing. This is equivalent to specifyingtruefor theDisableRollbackparameter to the ExecuteChangeSet API operation. -
ROLLBACK- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalsefor theDisableRollbackparameter to the ExecuteChangeSet API operation.
A list of Parameter structures that describes the input parameters and their values used to
create the change set. For more information, see the
Parameter
data type.
A list of Parameter structures that describes the input parameters and their values used to
create the change set. For more information, see the
Parameter
data type.
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
Specifies the change set ID of the root change set in the current nested change set hierarchy.
Specifies the change set ID of the root change set in the current nested change set hierarchy.
The drift status of the stack when the change set was created. Valid values:
-
DRIFTED– The stack has drifted from its last deployment. -
IN_SYNC– The stack is in sync with its last deployment. -
NOT_CHECKED– CloudFormation doesn’t currently return this value. -
UNKNOWN– The drift status could not be determined.
Only present for drift-aware change sets.
The drift status of the stack when the change set was created. Valid values:
-
DRIFTED– The stack has drifted from its last deployment. -
IN_SYNC– The stack is in sync with its last deployment. -
NOT_CHECKED– CloudFormation doesn’t currently return this value. -
UNKNOWN– The drift status could not be determined.
Only present for drift-aware change sets.
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
The name of the stack that's associated with the change set.
The current status of the change set, such as CREATE_PENDING, CREATE_COMPLETE, or FAILED.
The current status of the change set, such as CREATE_PENDING, CREATE_COMPLETE, or FAILED.
A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.
A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.
If you execute the change set, the tags that will be associated with the stack.
If you execute the change set, the tags that will be associated with the stack.