/AWS1/CL_SSWS3DESTINATION¶
An Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates a file.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_bucketname
TYPE /AWS1/SSWBUCKETNAME
/AWS1/SSWBUCKETNAME
¶
The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
Optional arguments:¶
iv_objectkeyprefix
TYPE /AWS1/SSWOBJECTKEYPREFIX
/AWS1/SSWOBJECTKEYPREFIX
¶
A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
Queryable Attributes¶
BucketName¶
The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
ObjectKeyPrefix¶
A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OBJECTKEYPREFIX() |
Getter for OBJECTKEYPREFIX, with configurable default |
ASK_OBJECTKEYPREFIX() |
Getter for OBJECTKEYPREFIX w/ exceptions if field has no val |
HAS_OBJECTKEYPREFIX() |
Determine if OBJECTKEYPREFIX has a value |