IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface CreateBucketOutput

    interface CreateBucketOutput {
        Location?: string;
        BucketArn?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Location?: string

    A forward slash followed by the name of the bucket.

    BucketArn?: string

    The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.

    This parameter is only supported for S3 directory buckets. For more information, see Using tags with directory buckets.