class
Amazonite::CloudFormation::StackSetSummary
- Amazonite::CloudFormation::StackSetSummary
- Reference
- Object
Overview
The structures that contain summary information about the specified StackSet.
Defined in:
cloudformation/stack_set_summary.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_set_name : String | Nil = nil, stack_set_id : String | Nil = nil, description : String | Nil = nil, status : StackSetStatus | Nil = nil, auto_deployment : AutoDeployment | Nil = nil, permission_model : PermissionModels | Nil = nil, drift_status : StackDriftStatus | Nil = nil, last_drift_check_timestamp : Time | Nil = nil, managed_execution : ManagedExecution | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#auto_deployment : AutoDeployment | Nil
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
-
#auto_deployment=(auto_deployment : AutoDeployment | Nil)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
-
#description : String | Nil
A description of the StackSet that you specify when the StackSet is created or updated.
-
#description=(description : String | Nil)
A description of the StackSet that you specify when the StackSet is created or updated.
-
#drift_status : StackDriftStatus | Nil
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
-
#drift_status=(drift_status : StackDriftStatus | Nil)
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_drift_check_timestamp : Time | Nil
Most recent time when CloudFormation performed a drift detection operation on the StackSet.
-
#last_drift_check_timestamp=(last_drift_check_timestamp : Time | Nil)
Most recent time when CloudFormation performed a drift detection operation on the StackSet.
-
#managed_execution : ManagedExecution | Nil
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
-
#managed_execution=(managed_execution : ManagedExecution | Nil)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
-
#permission_model : PermissionModels | Nil
Describes how the IAM roles required for StackSet operations are created.
-
#permission_model=(permission_model : PermissionModels | Nil)
Describes how the IAM roles required for StackSet operations are created.
-
#stack_set_id : String | Nil
The ID of the StackSet.
-
#stack_set_id=(stack_set_id : String | Nil)
The ID of the StackSet.
-
#stack_set_name : String | Nil
The name of the StackSet.
-
#stack_set_name=(stack_set_name : String | Nil)
The name of the StackSet.
-
#status : StackSetStatus | Nil
The status of the StackSet.
-
#status=(status : StackSetStatus | Nil)
The status of the StackSet.
- #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?.
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).
A description of the StackSet that you specify when the StackSet is created or updated.
A description of the StackSet that you specify when the StackSet is created or updated.
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED: CloudFormation hasn't checked the StackSet for drift. -
IN_SYNC: All the stack instances belonging to the StackSet match the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
Status of the StackSet's actual configuration compared to its expected template and parameter configuration.
-
DRIFTED: One or more of the stack instances belonging to the StackSet differs from the expected template and parameter configuration. A stack instance is considered to have drifted if one or more of the resources in the associated stack have drifted. -
NOT_CHECKED: CloudFormation hasn't checked the StackSet for drift. -
IN_SYNC: All the stack instances belonging to the StackSet match the expected template and parameter configuration. -
UNKNOWN: This value is reserved for future use.
Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
value will be NULL for any StackSet that drift detection hasn't yet been performed on.
Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
value will be NULL for any StackSet that drift detection hasn't yet been performed on.
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
Describes how the IAM roles required for StackSet operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Activate trusted access for StackSets with Organizations.
Describes how the IAM roles required for StackSet operations are created.
-
With
self-managedpermissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see Grant self-managed permissions. -
With
service-managedpermissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by Organizations. For more information, see Activate trusted access for StackSets with Organizations.