bedrock Data Automation Configuration
suspend fun bedrockDataAutomationConfiguration(value: Output<DataSourceBedrockDataAutomationConfigurationArgs>)
suspend fun bedrockDataAutomationConfiguration(value: DataSourceBedrockDataAutomationConfigurationArgs?)
Parameters
value
If you specify BEDROCK_DATA_AUTOMATION
as the parsing strategy for ingesting your data source, use this object to modify configurations for using the Amazon Bedrock Data Automation parser.
suspend fun bedrockDataAutomationConfiguration(argument: suspend DataSourceBedrockDataAutomationConfigurationArgsBuilder.() -> Unit)
Parameters
argument
If you specify BEDROCK_DATA_AUTOMATION
as the parsing strategy for ingesting your data source, use this object to modify configurations for using the Amazon Bedrock Data Automation parser.