/AWS1/CL_SSWS3LOCATION¶
A location in Amazon Simple Storage Service (Amazon S3) where SimSpace Weaver stores simulation data, such as your app .zip files and schema file. For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
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.
iv_objectkey
TYPE /AWS1/SSWOBJECTKEY
/AWS1/SSWOBJECTKEY
¶
The key name of an object in Amazon S3. For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 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 |
ObjectKey¶
The key name of an object in Amazon S3. For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 in the Amazon Simple Storage Service User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OBJECTKEY() |
Getter for OBJECTKEY, with configurable default |
ASK_OBJECTKEY() |
Getter for OBJECTKEY w/ exceptions if field has no value |
HAS_OBJECTKEY() |
Determine if OBJECTKEY has a value |