class Aws::ConfigService::Types::BaseConfigurationItem
The detailed configuration 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] arn
The Amazon Resource Name (ARN) of 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] 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/BaseConfigurationItem AWS API Documentation
Constants
- SENSITIVE