Reference to an existing bucket.

interface ExistingBucketArgs {
    arn?: any;
    name?: any;
}

Properties

Properties

arn?: any

Arn of the bucket. Only one of [arn] or [name] can be specified.

name?: any

Name of the bucket. Only one of [arn] or [name] can be specified.

Generated using TypeDoc