class Aws::CloudFormation::Types::DescribeStackResourceDriftsInput
@note When making an API call, you may pass DescribeStackResourceDriftsInput
data as a hash: { stack_name: "StackNameOrId", # required stack_resource_drift_status_filters: ["IN_SYNC"], # accepts IN_SYNC, MODIFIED, DELETED, NOT_CHECKED next_token: "NextToken", max_results: 1, }
@!attribute [rw] stack_name
The name of the stack for which you want drift information. @return [String]
@!attribute [rw] stack_resource_drift_status_filters
The resource drift status values to use as filters for the resource drift results returned. * `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. @return [Array<String>]
@!attribute [rw] next_token
A string that identifies the next page of stack resource drift results. @return [String]
@!attribute [rw] max_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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackResourceDriftsInput AWS API Documentation
Constants
- SENSITIVE