Class CfnIndexProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIndexProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndexProps
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 ObjectSpecifies additional capacity units configured for your Enterprise Edition index.final StringA description for the index.final ObjectSpecifies the properties of an index field.final StringIndicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise 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, a Developer Edition index, or a GenAI Enterprise Edition index.- Specified by:
getEditionin interfaceCfnIndexProps- See Also:
-
getName
Description copied from interface:CfnIndexPropsThe name of the index.- Specified by:
getNamein interfaceCfnIndexProps- See Also:
-
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- See Also:
-
getCapacityUnits
Description copied from interface:CfnIndexPropsSpecifies additional capacity units configured for your Enterprise Edition index.You can add and remove capacity units to fit your usage requirements.
Returns union: either
IResolvableorCfnIndex.CapacityUnitsConfigurationProperty- Specified by:
getCapacityUnitsin interfaceCfnIndexProps- See Also:
-
getDescription
Description copied from interface:CfnIndexPropsA description for the index.- Specified by:
getDescriptionin interfaceCfnIndexProps- See Also:
-
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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIndex.DocumentMetadataConfigurationProperty>- Specified by:
getDocumentMetadataConfigurationsin interfaceCfnIndexProps- See Also:
-
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.
Returns union: either
IResolvableorCfnIndex.ServerSideEncryptionConfigurationProperty- Specified by:
getServerSideEncryptionConfigurationin interfaceCfnIndexProps- See Also:
-
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- See Also:
-
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- See Also:
- 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIndex.UserTokenConfigurationProperty>- Specified by:
getUserTokenConfigurationsin interfaceCfnIndexProps- See Also:
-
$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()
-