PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Config::ConfigurationItem; use Moose; has AccountId => (is => 'ro', isa => 'Str', request_name => 'accountId', traits => ['NameInRequest']); has Arn => (is => 'ro', isa => 'Str', request_name => 'arn', traits => ['NameInRequest']); has AvailabilityZone => (is => 'ro', isa => 'Str', request_name => 'availabilityZone', traits => ['NameInRequest']); has AwsRegion => (is => 'ro', isa => 'Str', request_name => 'awsRegion', traits => ['NameInRequest']); has Configuration => (is => 'ro', isa => 'Str', request_name => 'configuration', traits => ['NameInRequest']); has ConfigurationItemCaptureTime => (is => 'ro', isa => 'Str', request_name => 'configurationItemCaptureTime', traits => ['NameInRequest']); has ConfigurationItemMD5Hash => (is => 'ro', isa => 'Str', request_name => 'configurationItemMD5Hash', traits => ['NameInRequest']); has ConfigurationItemStatus => (is => 'ro', isa => 'Str', request_name => 'configurationItemStatus', traits => ['NameInRequest']); has ConfigurationStateId => (is => 'ro', isa => 'Str', request_name => 'configurationStateId', traits => ['NameInRequest']); has RelatedEvents => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'relatedEvents', traits => ['NameInRequest']); has Relationships => (is => 'ro', isa => 'ArrayRef[Paws::Config::Relationship]', request_name => 'relationships', traits => ['NameInRequest']); has ResourceCreationTime => (is => 'ro', isa => 'Str', request_name => 'resourceCreationTime', traits => ['NameInRequest']); has ResourceId => (is => 'ro', isa => 'Str', request_name => 'resourceId', traits => ['NameInRequest']); has ResourceName => (is => 'ro', isa => 'Str', request_name => 'resourceName', traits => ['NameInRequest']); has ResourceType => (is => 'ro', isa => 'Str', request_name => 'resourceType', traits => ['NameInRequest']); has SupplementaryConfiguration => (is => 'ro', isa => 'Paws::Config::SupplementaryConfiguration', request_name => 'supplementaryConfiguration', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'Paws::Config::Tags', request_name => 'tags', traits => ['NameInRequest']); has Version => (is => 'ro', isa => 'Str', request_name => 'version', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::Config::ConfigurationItem =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Config::ConfigurationItem object: $service_obj->Method(Att1 => { AccountId => $value, ..., Version => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Config::ConfigurationItem object: $result = $service_obj->Method(...); $result->Att1->AccountId =head1 DESCRIPTION A list that contains detailed configurations of a specified resource. =head1 ATTRIBUTES =head2 AccountId => Str The 12-digit AWS account ID associated with the resource. =head2 Arn => Str Amazon Resource Name (ARN) associated with the resource. =head2 AvailabilityZone => Str The Availability Zone associated with the resource. =head2 AwsRegion => Str The region where the resource resides. =head2 Configuration => Str The description of the resource configuration. =head2 ConfigurationItemCaptureTime => Str The time when the configuration recording was initiated. =head2 ConfigurationItemMD5Hash => Str 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. =head2 ConfigurationItemStatus => Str The configuration item status. The valid values are: =over =item * OK E The resource configuration has been updated =item * ResourceDiscovered E The resource was newly discovered =item * ResourceNotRecorded E The resource was discovered but its configuration was not recorded since the recorder excludes the recording of resources of this type =item * ResourceDeleted E The resource was deleted =item * ResourceDeletedNotRecorded E The resource was deleted but its configuration was not recorded since the recorder excludes the recording of resources of this type =back The CIs do not incur any cost. =head2 ConfigurationStateId => Str An identifier that indicates the ordering of the configuration items of a resource. =head2 RelatedEvents => ArrayRef[Str|Undef] 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 AWS CloudTrail (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html). 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 (https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_LookupEvents.html) in the I to retrieve the events for the resource. =head2 Relationships => ArrayRef[L] A list of related AWS resources. =head2 ResourceCreationTime => Str The time stamp when the resource was created. =head2 ResourceId => Str The ID of the resource (for example, C). =head2 ResourceName => Str The custom name of the resource, if available. =head2 ResourceType => Str The type of AWS resource. =head2 SupplementaryConfiguration => L Configuration attributes that AWS Config returns for certain resource types to supplement the information returned for the C parameter. =head2 Tags => L A mapping of key value tags associated with the resource. =head2 Version => Str The version number of the resource configuration. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut