@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.549Z") @Stability(value=Stable) public interface CfnFaqProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFaqProps.Builder
A builder for
CfnFaqProps |
static class |
CfnFaqProps.Jsii$Proxy
An implementation for
CfnFaqProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFaqProps.Builder |
builder() |
default String |
getDescription()
`AWS::Kendra::Faq.Description`.
|
default String |
getFileFormat()
`AWS::Kendra::Faq.FileFormat`.
|
String |
getIndexId()
`AWS::Kendra::Faq.IndexId`.
|
String |
getName()
`AWS::Kendra::Faq.Name`.
|
String |
getRoleArn()
`AWS::Kendra::Faq.RoleArn`.
|
Object |
getS3Path()
`AWS::Kendra::Faq.S3Path`.
|
default List<CfnTag> |
getTags()
`AWS::Kendra::Faq.Tags`.
|
@Stability(value=Stable) @NotNull String getIndexId()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull Object getS3Path()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getFileFormat()
@Stability(value=Stable) static CfnFaqProps.Builder builder()
CfnFaqProps.Builder of CfnFaqPropsCopyright © 2021. All rights reserved.