@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.549Z") @Stability(value=Stable) public class CfnIndex extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnIndex.Builder
A fluent builder for
CfnIndex. |
static interface |
CfnIndex.CapacityUnitsConfigurationProperty |
static interface |
CfnIndex.DocumentMetadataConfigurationProperty |
static interface |
CfnIndex.JsonTokenTypeConfigurationProperty |
static interface |
CfnIndex.JwtTokenTypeConfigurationProperty |
static interface |
CfnIndex.RelevanceProperty |
static interface |
CfnIndex.SearchProperty |
static interface |
CfnIndex.ServerSideEncryptionConfigurationProperty |
static interface |
CfnIndex.UserTokenConfigurationProperty |
static interface |
CfnIndex.ValueImportanceItemProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnIndex(software.constructs.Construct scope,
String id,
CfnIndexProps props)
Create a new `AWS::Kendra::Index`.
|
protected |
CfnIndex(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnIndex(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrId() |
Object |
getCapacityUnits()
`AWS::Kendra::Index.CapacityUnits`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Kendra::Index.Description`.
|
Object |
getDocumentMetadataConfigurations()
`AWS::Kendra::Index.DocumentMetadataConfigurations`.
|
String |
getEdition()
`AWS::Kendra::Index.Edition`.
|
String |
getName()
`AWS::Kendra::Index.Name`.
|
String |
getRoleArn()
`AWS::Kendra::Index.RoleArn`.
|
Object |
getServerSideEncryptionConfiguration()
`AWS::Kendra::Index.ServerSideEncryptionConfiguration`.
|
TagManager |
getTags()
`AWS::Kendra::Index.Tags`.
|
String |
getUserContextPolicy()
`AWS::Kendra::Index.UserContextPolicy`.
|
Object |
getUserTokenConfigurations()
`AWS::Kendra::Index.UserTokenConfigurations`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCapacityUnits(CfnIndex.CapacityUnitsConfigurationProperty value)
`AWS::Kendra::Index.CapacityUnits`.
|
void |
setCapacityUnits(IResolvable value)
`AWS::Kendra::Index.CapacityUnits`.
|
void |
setDescription(String value)
`AWS::Kendra::Index.Description`.
|
void |
setDocumentMetadataConfigurations(IResolvable value)
`AWS::Kendra::Index.DocumentMetadataConfigurations`.
|
void |
setDocumentMetadataConfigurations(List<Object> value)
`AWS::Kendra::Index.DocumentMetadataConfigurations`.
|
void |
setEdition(String value)
`AWS::Kendra::Index.Edition`.
|
void |
setName(String value)
`AWS::Kendra::Index.Name`.
|
void |
setRoleArn(String value)
`AWS::Kendra::Index.RoleArn`.
|
void |
setServerSideEncryptionConfiguration(CfnIndex.ServerSideEncryptionConfigurationProperty value)
`AWS::Kendra::Index.ServerSideEncryptionConfiguration`.
|
void |
setServerSideEncryptionConfiguration(IResolvable value)
`AWS::Kendra::Index.ServerSideEncryptionConfiguration`.
|
void |
setUserContextPolicy(String value)
`AWS::Kendra::Index.UserContextPolicy`.
|
void |
setUserTokenConfigurations(IResolvable value)
`AWS::Kendra::Index.UserTokenConfigurations`.
|
void |
setUserTokenConfigurations(List<Object> value)
`AWS::Kendra::Index.UserTokenConfigurations`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnIndex(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnIndex(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnIndex(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnIndexProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getEdition()
@Stability(value=Stable)
public void setEdition(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getCapacityUnits()
@Stability(value=Stable)
public void setCapacityUnits(@Nullable
CfnIndex.CapacityUnitsConfigurationProperty value)
@Stability(value=Stable)
public void setCapacityUnits(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDocumentMetadataConfigurations()
@Stability(value=Stable)
public void setDocumentMetadataConfigurations(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setDocumentMetadataConfigurations(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public Object getServerSideEncryptionConfiguration()
@Stability(value=Stable)
public void setServerSideEncryptionConfiguration(@Nullable
CfnIndex.ServerSideEncryptionConfigurationProperty value)
@Stability(value=Stable)
public void setServerSideEncryptionConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getUserContextPolicy()
@Stability(value=Stable)
public void setUserContextPolicy(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getUserTokenConfigurations()
@Stability(value=Stable)
public void setUserTokenConfigurations(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.