expectedProperties property
A JSON structure containing the expected property values of the stack resource, as defined in the stack template and any values specified as template parameters.
For resources whose StackResourceDriftStatus
is
DELETED
, this structure will not be present.
Implementation
final String? expectedProperties;