Aws cloudformation describe-stack-resource-drifts --stack-name

From wikieduonline
Jump to navigation Jump to search
aws cloudformation describe-stack-resource-drifts --stack-name MY_STACK_NAME
{
    "StackResourceDrifts": [
        {
            "StackId": "arn:aws:cloudformation:us-east-2:8928578465787:stack/MY_STACK_NAME/0ba7cc40-0007-11ec-bf04-02091cdbfec6",
            "LogicalResourceId": "MyDB",
            "PhysicalResourceId": "rm1nzvy04jepmbj",
            "ResourceType": "AWS::RDS::DBInstance",
            "ExpectedProperties": "{\"AllocatedStorage\":5,\"DBInstanceClass\":\"db.t2.micro\",\"DBName\":\"MyDatabase\",\"Engine\":\"mysql\",\"MasterUsername\":\"myName\"}",
            "ActualProperties": "{\"AllocatedStorage\":5,\"DBInstanceClass\":\"db.t2.micro\",\"DBName\":\"MyDatabase\",\"Engine\":\"mysql\",\"MasterUsername\":\"myName\"}",
            "PropertyDifferences": [],
            "StackResourceDriftStatus": "IN_SYNC",
            "Timestamp": "2021-08-19T10:20:10.148000+00:00"
        }
    ]
}


See also[edit]

Advertising: