Bucket with default setup.

interface RequiredBucketArgs {
    args?: BucketArgs;
    existing?: ExistingBucketArgs;
}

Properties

Properties

args?: BucketArgs

Arguments to use instead of the default values during creation.

Identity of an existing bucket to use. Cannot be used in combination with args.

Generated using TypeDoc