/AWS1/CL_DSYREPORTDSTS3¶
Specifies the Amazon S3 bucket where DataSync uploads your task report.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucketarn TYPE /AWS1/DSYS3BUCKETARN /AWS1/DSYS3BUCKETARN¶
Specifies the ARN of the S3 bucket where DataSync uploads your report.
iv_bucketaccessrolearn TYPE /AWS1/DSYIAMROLEARN /AWS1/DSYIAMROLEARN¶
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
Optional arguments:¶
iv_subdirectory TYPE /AWS1/DSYS3SUBDIRECTORY /AWS1/DSYS3SUBDIRECTORY¶
Specifies a bucket prefix for your report.
Queryable Attributes¶
Subdirectory¶
Specifies a bucket prefix for your report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBDIRECTORY() |
Getter for SUBDIRECTORY, with configurable default |
ASK_SUBDIRECTORY() |
Getter for SUBDIRECTORY w/ exceptions if field has no value |
HAS_SUBDIRECTORY() |
Determine if SUBDIRECTORY has a value |
S3BucketArn¶
Specifies the ARN of the S3 bucket where DataSync uploads your report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETARN() |
Getter for S3BUCKETARN, with configurable default |
ASK_S3BUCKETARN() |
Getter for S3BUCKETARN w/ exceptions if field has no value |
HAS_S3BUCKETARN() |
Determine if S3BUCKETARN has a value |
BucketAccessRoleArn¶
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETACCESSROLEARN() |
Getter for BUCKETACCESSROLEARN, with configurable default |
ASK_BUCKETACCESSROLEARN() |
Getter for BUCKETACCESSROLEARN w/ exceptions if field has no |
HAS_BUCKETACCESSROLEARN() |
Determine if BUCKETACCESSROLEARN has a value |