/AWS1/CL_DSYDESCRLOCS3RESPONSE¶
DescribeLocationS3Response
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_locationarn TYPE /AWS1/DSYLOCATIONARN /AWS1/DSYLOCATIONARN¶
The ARN of the Amazon S3 location.
iv_locationuri TYPE /AWS1/DSYLOCATIONURI /AWS1/DSYLOCATIONURI¶
The URL of the Amazon S3 location that was described.
iv_s3storageclass TYPE /AWS1/DSYS3STORAGECLASS /AWS1/DSYS3STORAGECLASS¶
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
io_s3config TYPE REF TO /AWS1/CL_DSYS3CONFIG /AWS1/CL_DSYS3CONFIG¶
Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.
For more information, see Providing DataSync access to S3 buckets.
it_agentarns TYPE /AWS1/CL_DSYAGENTARNLIST_W=>TT_AGENTARNLIST TT_AGENTARNLIST¶
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
iv_creationtime TYPE /AWS1/DSYTIME /AWS1/DSYTIME¶
The time that the Amazon S3 location was created.
Queryable Attributes¶
LocationArn¶
The ARN of the Amazon S3 location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATIONARN() |
Getter for LOCATIONARN, with configurable default |
ASK_LOCATIONARN() |
Getter for LOCATIONARN w/ exceptions if field has no value |
HAS_LOCATIONARN() |
Determine if LOCATIONARN has a value |
LocationUri¶
The URL of the Amazon S3 location that was described.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATIONURI() |
Getter for LOCATIONURI, with configurable default |
ASK_LOCATIONURI() |
Getter for LOCATIONURI w/ exceptions if field has no value |
HAS_LOCATIONURI() |
Determine if LOCATIONURI has a value |
S3StorageClass¶
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3STORAGECLASS() |
Getter for S3STORAGECLASS, with configurable default |
ASK_S3STORAGECLASS() |
Getter for S3STORAGECLASS w/ exceptions if field has no valu |
HAS_S3STORAGECLASS() |
Determine if S3STORAGECLASS has a value |
S3Config¶
Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.
For more information, see Providing DataSync access to S3 buckets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CONFIG() |
Getter for S3CONFIG |
AgentArns¶
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTARNS() |
Getter for AGENTARNS, with configurable default |
ASK_AGENTARNS() |
Getter for AGENTARNS w/ exceptions if field has no value |
HAS_AGENTARNS() |
Determine if AGENTARNS has a value |
CreationTime¶
The time that the Amazon S3 location was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |