Skip to content

/AWS1/CL_S3_CREATEBUCKETOUTPUT

CreateBucketOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_location TYPE /AWS1/S3_LOCATION /AWS1/S3_LOCATION

A forward slash followed by the name of the bucket.

iv_bucketarn TYPE /AWS1/S3_S3RGNALORS3EXPRESSB00 /AWS1/S3_S3RGNALORS3EXPRESSB00

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.


Queryable Attributes

Location

A forward slash followed by the name of the bucket.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value

BucketArn

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.

Accessible with the following methods

Method Description
GET_BUCKETARN() Getter for BUCKETARN, with configurable default
ASK_BUCKETARN() Getter for BUCKETARN w/ exceptions if field has no value
HAS_BUCKETARN() Determine if BUCKETARN has a value