Class DatabaseAclConfigurationArgs.Builder

    • Method Detail

      • s3AclOption

        public DatabaseAclConfigurationArgs.Builder s3AclOption​(com.pulumi.core.Output<java.lang.String> s3AclOption)
        Parameters:
        s3AclOption - Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`. > **NOTE:** When Athena queries are executed, result files may be created in the specified bucket. Consider using `force_destroy` on the bucket too in order to avoid any problems when destroying the bucket.
        Returns:
        builder
      • s3AclOption

        public DatabaseAclConfigurationArgs.Builder s3AclOption​(java.lang.String s3AclOption)
        Parameters:
        s3AclOption - Amazon S3 canned ACL that Athena should specify when storing query results. Valid value is `BUCKET_OWNER_FULL_CONTROL`. > **NOTE:** When Athena queries are executed, result files may be created in the specified bucket. Consider using `force_destroy` on the bucket too in order to avoid any problems when destroying the bucket.
        Returns:
        builder