access Control List Configuration
suspend fun accessControlListConfiguration(value: Output<DataSourceConfigurationS3ConfigurationAccessControlListConfigurationArgs>)
suspend fun accessControlListConfiguration(value: DataSourceConfigurationS3ConfigurationAccessControlListConfigurationArgs?)
Parameters
value
A block that 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. Detailed below.
suspend fun accessControlListConfiguration(argument: suspend DataSourceConfigurationS3ConfigurationAccessControlListConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A block that 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. Detailed below.