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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndexPropsCfnIndexProps.Builder, CfnIndexProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIndexProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIndexProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAWS::Kendra::Index.CapacityUnits.final StringA description for the index.final ObjectSpecifies the properties of an index field.final StringIndicates whether the index is a Enterprise Edition index or a Developer Edition index.final StringgetName()The name of the index.final StringAn IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics.final ObjectThe 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 StringThe user context policy.final ObjectDefines the type of user token used for the index.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnIndexProps.Builder.
 
- 
- 
Method Details- 
getEditionDescription copied from interface:CfnIndexPropsIndicates whether the index is a Enterprise Edition index or a Developer Edition index.Valid values are DEVELOPER_EDITIONandENTERPRISE_EDITION.- Specified by:
- getEditionin interface- CfnIndexProps
 
- 
getNameDescription copied from interface:CfnIndexPropsThe name of the index.- Specified by:
- getNamein interface- CfnIndexProps
 
- 
getRoleArnDescription copied from interface:CfnIndexPropsAn 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:
- getRoleArnin interface- CfnIndexProps
 
- 
getCapacityUnitsDescription copied from interface:CfnIndexPropsAWS::Kendra::Index.CapacityUnits.- Specified by:
- getCapacityUnitsin interface- CfnIndexProps
 
- 
getDescriptionDescription copied from interface:CfnIndexPropsA description for the index.- Specified by:
- getDescriptionin interface- CfnIndexProps
 
- 
getDocumentMetadataConfigurationsDescription copied from interface:CfnIndexPropsSpecifies 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:
- getDocumentMetadataConfigurationsin interface- CfnIndexProps
 
- 
getServerSideEncryptionConfigurationDescription copied from interface:CfnIndexPropsThe 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:
- getServerSideEncryptionConfigurationin interface- CfnIndexProps
 
- 
getTagsDescription copied from interface:CfnIndexPropsAn array of key-value pairs to apply to this resource.For more information, see Tag . - Specified by:
- getTagsin interface- CfnIndexProps
 
- 
getUserContextPolicyDescription copied from interface:CfnIndexPropsThe 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_idand_group_idsor 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:
- getUserContextPolicyin interface- CfnIndexProps
 
- 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 
- 
getUserTokenConfigurationsDescription copied from interface:CfnIndexPropsDefines the type of user token used for the index.- Specified by:
- getUserTokenConfigurationsin interface- CfnIndexProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-