@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.551Z") @Stability(value=Stable) public interface CfnIndexProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIndexProps.Builder
A builder for
CfnIndexProps |
static class |
CfnIndexProps.Jsii$Proxy
An implementation for
CfnIndexProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIndexProps.Builder |
builder() |
default Object |
getCapacityUnits()
`AWS::Kendra::Index.CapacityUnits`.
|
default String |
getDescription()
`AWS::Kendra::Index.Description`.
|
default Object |
getDocumentMetadataConfigurations()
`AWS::Kendra::Index.DocumentMetadataConfigurations`.
|
String |
getEdition()
`AWS::Kendra::Index.Edition`.
|
String |
getName()
`AWS::Kendra::Index.Name`.
|
String |
getRoleArn()
`AWS::Kendra::Index.RoleArn`.
|
default Object |
getServerSideEncryptionConfiguration()
`AWS::Kendra::Index.ServerSideEncryptionConfiguration`.
|
default List<CfnTag> |
getTags()
`AWS::Kendra::Index.Tags`.
|
default String |
getUserContextPolicy()
`AWS::Kendra::Index.UserContextPolicy`.
|
default Object |
getUserTokenConfigurations()
`AWS::Kendra::Index.UserTokenConfigurations`.
|
@Stability(value=Stable) @NotNull String getEdition()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default Object getCapacityUnits()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getDocumentMetadataConfigurations()
@Stability(value=Stable) @Nullable default Object getServerSideEncryptionConfiguration()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getUserContextPolicy()
@Stability(value=Stable) @Nullable default Object getUserTokenConfigurations()
@Stability(value=Stable) static CfnIndexProps.Builder builder()
CfnIndexProps.Builder of CfnIndexPropsCopyright © 2021. All rights reserved.