wb resource create s3-external-bucket
Categories:
Name
wb-resource-create-s3-external-bucket - Add a controlled AWS S3 external bucket.
Synopsis
wb resource create s3-external-bucket [--access=<access>] --account=<account> --bucket-name=<bucketName> [--description=<description>] [--format=<format>] [--prefix=<prefix>] --region=<region> [--tag-prefix=<tagPrefix>] [--workspace=<id>] (--id=<id>)
Description
Add a controlled AWS S3 external bucket.
Options
-
--access=<access>
Access scope for the resource.Valid values: SHARED_ACCESS, PRIVATE_ACCESS
Default: SHARED_ACCESS -
--account=<account>
Account number that the external bucket resides in. -
--bucket-name=<bucketName>
Name of the external S3 bucket. -
--description=<description>
Description of the resource. -
--format=<format>
Set the format for printing command output. Defaults to the config format property.Valid values: JSON, TEXT
Default: null -
--id=<id>
ID of the resource, scoped to the workspace. Only use letters, numbers, dashes, and underscores. -
--prefix=<prefix>
Optional object key prefix to limit access to. -
--region=<region>
AWS Region that the external bucket resides in. -
--tag-prefix=<tagPrefix>
Optional tag prefix for use in IAM policies.Default: vwb- -
--workspace=<id>
Workspace ID to use for this command only.
Last Modified: 9 January 2026