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