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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnIndexProps
CfnIndexProps.Builder, CfnIndexProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$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 Summary
Modifier 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.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:CfnIndexPropsIndicates whether the index is a Enterprise Edition index or a Developer Edition index.Valid values are
DEVELOPER_EDITIONandENTERPRISE_EDITION.- Specified by:
getEditionin interfaceCfnIndexProps
-
getName
Description copied from interface:CfnIndexPropsThe name of the index.- Specified by:
getNamein interfaceCfnIndexProps
-
getRoleArn
Description 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 interfaceCfnIndexProps
-
getCapacityUnits
Description copied from interface:CfnIndexPropsAWS::Kendra::Index.CapacityUnits.- Specified by:
getCapacityUnitsin interfaceCfnIndexProps
-
getDescription
Description copied from interface:CfnIndexPropsA description for the index.- Specified by:
getDescriptionin interfaceCfnIndexProps
-
getDocumentMetadataConfigurations
Description 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 interfaceCfnIndexProps
-
getServerSideEncryptionConfiguration
Description 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 interfaceCfnIndexProps
-
getTags
Description copied from interface:CfnIndexPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnIndexProps
-
getUserContextPolicy
Description 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 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:CfnIndexPropsDefines the type of user token used for the index.- Specified by:
getUserTokenConfigurationsin interfaceCfnIndexProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-