ConfigurationItem
A list that contains detailed configurations of a specified resource.
Types
Properties
The Availability Zone associated with the resource.
A JSON-encoded string that contains the contents for the resource configuration. This string needs to be deserialized using json.loads()
before you can access the contents.
The time when the recording of configuration changes was initiated for the resource.
The time when configuration changes for the resource were delivered.
Unique MD5 hash that represents the configuration item's state.
The configuration item status. Valid values include:
An identifier that indicates the ordering of the configuration items of a resource.
The recording frequency that Config uses to record configuration changes for the resource.
A list of CloudTrail event IDs.
A list of related Amazon Web Services resources.
The time stamp when the resource was created.
The ID of the resource (for example, sg-xxxxxx
).
The custom name of the resource, if available.
The type of Amazon Web Services resource.
A string to string map that contains additional contents for the resource configuration.Config returns this field for certain resource types to supplement the information returned for the configuration
field.