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` package Paws::Kendra::DescribeIndexResponse; use Moose; has CapacityUnits => (is => 'ro', isa => 'Paws::Kendra::CapacityUnitsConfiguration'); has CreatedAt => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has DocumentMetadataConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::Kendra::DocumentMetadataConfiguration]'); has Edition => (is => 'ro', isa => 'Str'); has ErrorMessage => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str'); has IndexStatistics => (is => 'ro', isa => 'Paws::Kendra::IndexStatistics'); has Name => (is => 'ro', isa => 'Str'); has RoleArn => (is => 'ro', isa => 'Str'); has ServerSideEncryptionConfiguration => (is => 'ro', isa => 'Paws::Kendra::ServerSideEncryptionConfiguration'); has Status => (is => 'ro', isa => 'Str'); has UpdatedAt => (is => 'ro', isa => 'Str'); has UserContextPolicy => (is => 'ro', isa => 'Str'); has UserTokenConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::Kendra::UserTokenConfiguration]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Kendra::DescribeIndexResponse =head1 ATTRIBUTES =head2 CapacityUnits => L For Enterprise edition indexes, you can choose to use additional capacity to meet the needs of your application. This contains the capacity units used for the index. A 0 for the query capacity or the storage capacity indicates that the index is using the default capacity for the index. =head2 CreatedAt => Str The Unix datetime that the index was created. =head2 Description => Str The description of the index. =head2 DocumentMetadataConfigurations => ArrayRef[L] Configuration settings for any metadata applied to the documents in the index. =head2 Edition => Str The Amazon Kendra edition used for the index. You decide the edition when you create the index. Valid values are: C<"DEVELOPER_EDITION">, C<"ENTERPRISE_EDITION"> =head2 ErrorMessage => Str When th eC field value is C, the C field contains a message that explains why. =head2 Id => Str The name of the index. =head2 IndexStatistics => L Provides information about the number of FAQ questions and answers and the number of text documents indexed. =head2 Name => Str The name of the index. =head2 RoleArn => Str The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon Cloudwatch logs. =head2 ServerSideEncryptionConfiguration => L The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs. =head2 Status => Str The current status of the index. When the value is C, the index is ready for use. If the C field value is C, the C field contains a message that explains why. Valid values are: C<"CREATING">, C<"ACTIVE">, C<"DELETING">, C<"FAILED">, C<"UPDATING">, C<"SYSTEM_UPDATING"> =head2 UpdatedAt => Str The Unix datetime that the index was last updated. =head2 UserContextPolicy => Str The user context policy for the Amazon Kendra index. Valid values are: C<"ATTRIBUTE_FILTER">, C<"USER_TOKEN"> =head2 UserTokenConfigurations => ArrayRef[L] The user token configuration for the Amazon Kendra index. =head2 _request_id => Str =cut 1;