S3StorageIntegration
Manages the integration of Snowflake with S3 storage.
Examples
Python
YAML
Fields
name
(string, required) - The name of the storage integration.enabled
(bool, required) - Whether the storage integration is enabled. Defaults to True.storage_aws_role_arn
(string, required) - The AWS IAM role ARN to access the S3 bucket.storage_allowed_locations
(list, required) - A list of allowed locations for storage in the format 's3:////'.storage_blocked_locations
(list) - A list of blocked locations for storage in the format 's3:////'. Defaults to an empty list.storage_aws_object_acl
(string) - The ACL policy for objects stored in S3. Defaults to 'bucket-owner-full-control'.type
(string) - The type of storage integration. Defaults to 'EXTERNAL_STAGE'.owner
(string or Role) - The owner role of the storage integration. Defaults to 'ACCOUNTADMIN'.comment
(string) - An optional comment about the storage integration.
Last updated