access Control List Configuration
suspend fun accessControlListConfiguration(value: Output<DataSourceAccessControlListConfigurationArgs>)
Parameters
value
Provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see Access control for S3 data sources .
suspend fun accessControlListConfiguration(argument: suspend DataSourceAccessControlListConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see Access control for S3 data sources .