@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.135Z") @Stability(value=Stable) public interface CfnFaqProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
CfnFaqProps cfnFaqProps = CfnFaqProps.builder()
.indexId("indexId")
.name("name")
.roleArn("roleArn")
.s3Path(S3PathProperty.builder()
.bucket("bucket")
.key("key")
.build())
// the properties below are optional
.description("description")
.fileFormat("fileFormat")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| 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) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getFileFormat()
@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) static CfnFaqProps.Builder builder()
CfnFaqProps.Builder of CfnFaqPropsCopyright © 2021. All rights reserved.