wb resource create s3-external-bucket

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: 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: JSON, TEXT. Defaults to the config format property.

    Default: null
    
  • --id=<id>
    ID of the resource, scoped to the workspace. Only use letters, numbers, dashes, and underscores.

  • --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: 14 November 2024