Class CfnIndexMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIndexMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndexMixinProps
CfnIndexMixinProps-
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.cfnpropertymixins.services.kendra.CfnIndexMixinProps
CfnIndexMixinProps.Builder, CfnIndexMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIndexMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIndexMixinProps.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 ObjectAn 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 theCfnIndexMixinProps.Builder.
-
-
Method Details
-
getCapacityUnits
Description copied from interface:CfnIndexMixinPropsSpecifies additional capacity units configured for your Enterprise Edition index.You can add and remove capacity units to fit your usage requirements.
Returns union: either
IResolvableorCfnIndexPropsMixin.CapacityUnitsConfigurationProperty- Specified by:
getCapacityUnitsin interfaceCfnIndexMixinProps- See Also:
-
getDescription
Description copied from interface:CfnIndexMixinPropsA description for the index.- Specified by:
getDescriptionin interfaceCfnIndexMixinProps- See Also:
-
getDocumentMetadataConfigurations
Description copied from interface:CfnIndexMixinPropsSpecifies 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: '<'eitherIResolvableorCfnIndexPropsMixin.DocumentMetadataConfigurationProperty>- Specified by:
getDocumentMetadataConfigurationsin interfaceCfnIndexMixinProps- See Also:
-
getEdition
Description copied from interface:CfnIndexMixinPropsIndicates whether the index is a Enterprise Edition index, a Developer Edition index, or a GenAI Enterprise Edition index.- Specified by:
getEditionin interfaceCfnIndexMixinProps- See Also:
-
getName
Description copied from interface:CfnIndexMixinPropsThe name of the index.- Specified by:
getNamein interfaceCfnIndexMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnIndexMixinPropsAn 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 interfaceCfnIndexMixinProps- See Also:
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnIndexMixinPropsThe 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
IResolvableorCfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty- Specified by:
getServerSideEncryptionConfigurationin interfaceCfnIndexMixinProps- See Also:
-
getTags
Description copied from interface:CfnIndexMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnIndexMixinProps- See Also:
-
getUserContextPolicy
Description copied from interface:CfnIndexMixinPropsThe 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 interfaceCfnIndexMixinProps- 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:CfnIndexMixinPropsDefines the type of user token used for the index.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIndexPropsMixin.UserTokenConfigurationProperty>- Specified by:
getUserTokenConfigurationsin interfaceCfnIndexMixinProps- 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()
-