class Aws::ConfigService::Types::ConfigurationItem
A list that contains detailed configurations of a specified resource.
@!attribute [rw] version
The version number of the resource configuration. @return [String]
@!attribute [rw] account_id
The 12-digit Amazon Web Services account ID associated with the resource. @return [String]
@!attribute [rw] configuration_item_capture_time
The time when the configuration recording was initiated. @return [Time]
@!attribute [rw] configuration_item_status
The configuration item status. The valid values are: * OK – The resource configuration has been updated * ResourceDiscovered – The resource was newly discovered * ResourceNotRecorded – The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type * ResourceDeleted – The resource was deleted * ResourceDeletedNotRecorded – The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type <note markdown="1"> The CIs do not incur any cost. </note> @return [String]
@!attribute [rw] configuration_state_id
An identifier that indicates the ordering of the configuration items of a resource. @return [String]
@!attribute [rw] configuration_item_md5_hash
Unique MD5 hash that represents the configuration item's state. You can use MD5 hash to compare the states of two or more configuration items that are associated with the same resource. @return [String]
@!attribute [rw] arn
Amazon Resource Name (ARN) associated with the resource. @return [String]
@!attribute [rw] resource_type
The type of Amazon Web Services resource. @return [String]
@!attribute [rw] resource_id
The ID of the resource (for example, `sg-xxxxxx`). @return [String]
@!attribute [rw] resource_name
The custom name of the resource, if available. @return [String]
@!attribute [rw] aws_region
The region where the resource resides. @return [String]
@!attribute [rw] availability_zone
The Availability Zone associated with the resource. @return [String]
@!attribute [rw] resource_creation_time
The time stamp when the resource was created. @return [Time]
@!attribute [rw] tags
A mapping of key value tags associated with the resource. @return [Hash<String,String>]
@!attribute [rw] related_events
A list of CloudTrail event IDs. A populated field indicates that the current configuration was initiated by the events recorded in the CloudTrail log. For more information about CloudTrail, see [What Is CloudTrail][1]. An empty field indicates that the current configuration was not initiated by any event. As of Version 1.3, the relatedEvents field is empty. You can access the [LookupEvents API][2] in the *CloudTrail API Reference* to retrieve the events for the resource. [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html [2]: https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html @return [Array<String>]
@!attribute [rw] relationships
A list of related Amazon Web Services resources. @return [Array<Types::Relationship>]
@!attribute [rw] configuration
The description of the resource configuration. @return [String]
@!attribute [rw] supplementary_configuration
Configuration attributes that Config returns for certain resource types to supplement the information returned for the `configuration` parameter. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationItem AWS API Documentation
Constants
- SENSITIVE