class
Amazonite::CloudFormation::ListStackInstanceResourceDriftsInput
Defined in:
cloudformation/list_stack_instance_resource_drifts_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_set_name : String, stack_instance_account : String, stack_instance_region : String, operation_id : String, next_token : String | Nil = nil, max_results : Int32 | Nil = nil, stack_instance_resource_drift_statuses : Array(StackResourceDriftStatus) | Nil = nil, call_as : CallAs | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#call_as : CallAs | Nil
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
-
#call_as=(call_as : CallAs | Nil)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to be returned with a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to be returned with a single call.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#operation_id : String
The unique ID of the drift operation.
-
#operation_id=(operation_id : String)
The unique ID of the drift operation.
-
#stack_instance_account : String
The name of the Amazon Web Services account that you want to list resource drifts for.
-
#stack_instance_account=(stack_instance_account : String)
The name of the Amazon Web Services account that you want to list resource drifts for.
-
#stack_instance_region : String
The name of the Region where you want to list resource drifts.
-
#stack_instance_region=(stack_instance_region : String)
The name of the Region where you want to list resource drifts.
-
#stack_instance_resource_drift_statuses : Array(StackResourceDriftStatus) | Nil
The resource drift status of the stack instance.
-
#stack_instance_resource_drift_statuses=(stack_instance_resource_drift_statuses : Array(StackResourceDriftStatus) | Nil)
The resource drift status of the stack instance.
-
#stack_set_name : String
The name or unique ID of the StackSet that you want to list drifted resources for.
-
#stack_set_name=(stack_set_name : String)
The name or unique ID of the StackSet that you want to list drifted resources for.
- #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] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The name of the Amazon Web Services account that you want to list resource drifts for.
The name of the Amazon Web Services account that you want to list resource drifts for.
The name of the Region where you want to list resource drifts.
The resource drift status of the stack instance.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
The resource drift status of the stack instance.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
The name or unique ID of the StackSet that you want to list drifted resources for.
The name or unique ID of the StackSet that you want to list drifted resources for.