| Package | Description |
|---|---|
| software.amazon.awscdk.services.kendra |
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDataSource.TagListProperty.Jsii$Proxy
An implementation for
CfnDataSource.TagListProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.TagListProperty |
CfnDataSource.TagListProperty.Builder.build()
Builds the configured instance.
|
CfnDataSource.TagListProperty |
CfnDataSource.getTags()
`AWS::Kendra::DataSource.Tags`.
|
default CfnDataSource.TagListProperty |
CfnDataSourceProps.getTags()
`AWS::Kendra::DataSource.Tags`.
|
CfnDataSource.TagListProperty |
CfnDataSourceProps.Jsii$Proxy.getTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
CfnDataSource.setTags(CfnDataSource.TagListProperty value)
`AWS::Kendra::DataSource.Tags`.
|
CfnDataSource.Builder |
CfnDataSource.Builder.tags(CfnDataSource.TagListProperty tags)
`AWS::Kendra::DataSource.Tags`.
|
CfnDataSourceProps.Builder |
CfnDataSourceProps.Builder.tags(CfnDataSource.TagListProperty tags)
Sets the value of
CfnDataSourceProps.getTags() |
| Constructor and Description |
|---|
Jsii$Proxy(String indexId,
String name,
String type,
Object dataSourceConfiguration,
String description,
String roleArn,
String schedule,
CfnDataSource.TagListProperty tags)
Constructor that initializes the object based on literal property values passed by the
CfnDataSourceProps.Builder. |
Copyright © 2020. All rights reserved.