Class: Aws::ConfigService::Types::BaseConfigurationItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::BaseConfigurationItem
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The detailed configurations of a specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit Amazon Web Services account ID associated with the resource.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#availability_zone ⇒ String
The Availability Zone associated with the resource.
-
#aws_region ⇒ String
The region where the resource resides.
-
#configuration ⇒ String
A JSON-encoded string that contains the contents for the resource configuration.
-
#configuration_item_capture_time ⇒ Time
The time when the recording of configuration changes was initiated for the resource.
-
#configuration_item_delivery_time ⇒ Time
The time when configuration changes for the resource were delivered.
-
#configuration_item_status ⇒ String
The configuration item status.
-
#configuration_state_id ⇒ String
An identifier that indicates the ordering of the configuration items of a resource.
-
#recording_frequency ⇒ String
The recording frequency that Config uses to record configuration changes for the resource.
-
#resource_creation_time ⇒ Time
The time stamp when the resource was created.
-
#resource_id ⇒ String
The ID of the resource (for example., sg-xxxxxx).
-
#resource_name ⇒ String
The custom name of the resource, if available.
-
#resource_type ⇒ String
The type of Amazon Web Services resource.
-
#supplementary_configuration ⇒ Hash<String,String>
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. -
#version ⇒ String
The version number of the resource configuration.
Instance Attribute Details
#account_id ⇒ String
The 12-digit Amazon Web Services account ID associated with the resource.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#availability_zone ⇒ String
The Availability Zone associated with the resource.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#aws_region ⇒ String
The region where the resource resides.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ String
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.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#configuration_item_capture_time ⇒ Time
The time when the recording of configuration changes was initiated for the resource.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#configuration_item_delivery_time ⇒ Time
The time when configuration changes for the resource were delivered.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#configuration_item_status ⇒ String
The configuration item status. Valid values include:
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 doesn't record resources of this type.
ResourceDeleted – The resource was deleted
ResourceDeletedNotRecorded – The resource was deleted, but its configuration was not recorded since the recorder doesn't record resources of this type.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#configuration_state_id ⇒ String
An identifier that indicates the ordering of the configuration items of a resource.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#recording_frequency ⇒ String
The recording frequency that Config uses to record configuration changes for the resource.
DAILY
recording
is enabled for a resource type. If this field is not present,
CONTINUOUS
recording is enabled for that resource type. For more
information on daily recording and continuous recording, see
Recording Frequency in the Config Developer Guide.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#resource_creation_time ⇒ Time
The time stamp when the resource was created.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource (for example., sg-xxxxxx).
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The custom name of the resource, if available.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Amazon Web Services resource.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#supplementary_configuration ⇒ Hash<String,String>
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.
This string needs to be deserialized using json.loads()
before you
can access the contents.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version number of the resource configuration.
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 666 class BaseConfigurationItem < Struct.new( :version, :account_id, :configuration_item_capture_time, :configuration_item_status, :configuration_state_id, :arn, :resource_type, :resource_id, :resource_name, :aws_region, :availability_zone, :resource_creation_time, :configuration, :supplementary_configuration, :recording_frequency, :configuration_item_delivery_time) SENSITIVE = [] include Aws::Structure end |