NAME
Paws::CloudFormation::StackResourceDriftInformation
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::CloudFormation::StackResourceDriftInformation object:
$service_obj->Method(Att1 => { LastCheckTimestamp => $value, ..., StackResourceDriftStatus => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFormation::StackResourceDriftInformation object:
$result = $service_obj->Method(...);
$result->Att1->LastCheckTimestamp
DESCRIPTION
Contains information about whether the resource's actual configuration differs, or has drifted, from its expected configuration.
ATTRIBUTES
LastCheckTimestamp => Str
When AWS CloudFormation last checked if the resource had drifted from its expected configuration.
REQUIRED StackResourceDriftStatus => Str
Status of the resource's actual configuration compared to its expected configuration
DELETED
: The resource differs from its expected configuration in that it has been deleted.MODIFIED
: The resource differs from its expected configuration.NOT_CHECKED
: AWS CloudFormation has not checked if the resource differs from its expected configuration.Any resources that do not currently support drift detection have a status of
NOT_CHECKED
. For more information, see Resources that Support Drift Detection (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html).IN_SYNC
: The resources's actual configuration matches its expected configuration.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CloudFormation
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues