Class CfnIndexProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnIndexProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIndexProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndexProps
@Stability(Stable)
@Internal
public static final class CfnIndexProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndexProps
An implementation for
CfnIndexProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndexProps
CfnIndexProps.Builder, CfnIndexProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIndexProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
AWS::Kendra::Index.CapacityUnits
.final String
A description for the index.final Object
Specifies the properties of an index field.final String
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.final String
getName()
The name of the index.final String
An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics.final Object
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.getTags()
An array of key-value pairs to apply to this resource.final String
The user context policy.final Object
Defines the type of user token used for the index.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIndexProps.Builder
.
-
-
Method Details
-
getEdition
Description copied from interface:CfnIndexProps
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.Valid values are
DEVELOPER_EDITION
andENTERPRISE_EDITION
.- Specified by:
getEdition
in interfaceCfnIndexProps
-
getName
Description copied from interface:CfnIndexProps
The name of the index.- Specified by:
getName
in interfaceCfnIndexProps
-
getRoleArn
Description copied from interface:CfnIndexProps
An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics.This is also the role used when you use the BatchPutDocument operation to index documents from an Amazon S3 bucket.
- Specified by:
getRoleArn
in interfaceCfnIndexProps
-
getCapacityUnits
Description copied from interface:CfnIndexProps
AWS::Kendra::Index.CapacityUnits
.- Specified by:
getCapacityUnits
in interfaceCfnIndexProps
-
getDescription
Description copied from interface:CfnIndexProps
A description for the index.- Specified by:
getDescription
in interfaceCfnIndexProps
-
getDocumentMetadataConfigurations
Description copied from interface:CfnIndexProps
Specifies the properties of an index field.You can add either a custom or a built-in field. You can add and remove built-in fields at any time. When a built-in field is removed it's configuration reverts to the default for the field. Custom fields can't be removed from an index after they are added.
- Specified by:
getDocumentMetadataConfigurations
in interfaceCfnIndexProps
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnIndexProps
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.Amazon Kendra doesn't support asymmetric CMKs.
- Specified by:
getServerSideEncryptionConfiguration
in interfaceCfnIndexProps
-
getTags
Description copied from interface:CfnIndexProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnIndexProps
-
getUserContextPolicy
Description copied from interface:CfnIndexProps
The user context policy.ATTRIBUTE_FILTER
- All indexed content is searchable and displayable for all users. If you want to filter search results on user context, you can use the attribute filters of
_user_id
and_group_ids
or you can provide user and group information inUserContext
.
USER_TOKEN
- Enables token-based user access control to filter search results on user context. All documents with no access control and all documents accessible to the user will be searchable and displayable.
- Specified by:
getUserContextPolicy
in interfaceCfnIndexProps
- All indexed content is searchable and displayable for all users. If you want to filter search results on user context, you can use the attribute filters of
-
getUserTokenConfigurations
Description copied from interface:CfnIndexProps
Defines the type of user token used for the index.- Specified by:
getUserTokenConfigurations
in interfaceCfnIndexProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-