/AWS1/CL_BUPRPTDELIVERYCHANNEL¶
Contains information from your report plan about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_s3bucketname
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The unique name of the S3 bucket that receives your reports.
Optional arguments:¶
iv_s3keyprefix
TYPE /AWS1/BUPSTRING
/AWS1/BUPSTRING
¶
The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/
prefix
/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.
it_formats
TYPE /AWS1/CL_BUPFORMATLIST_W=>TT_FORMATLIST
TT_FORMATLIST
¶
The format of your reports:
CSV
,JSON
, or both. If not specified, the default format isCSV
.
Queryable Attributes¶
S3BucketName¶
The unique name of the S3 bucket that receives your reports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3BUCKETNAME() |
Getter for S3BUCKETNAME, with configurable default |
ASK_S3BUCKETNAME() |
Getter for S3BUCKETNAME w/ exceptions if field has no value |
HAS_S3BUCKETNAME() |
Determine if S3BUCKETNAME has a value |
S3KeyPrefix¶
The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/
prefix
/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3KEYPREFIX() |
Getter for S3KEYPREFIX, with configurable default |
ASK_S3KEYPREFIX() |
Getter for S3KEYPREFIX w/ exceptions if field has no value |
HAS_S3KEYPREFIX() |
Determine if S3KEYPREFIX has a value |
Formats¶
The format of your reports:
CSV
,JSON
, or both. If not specified, the default format isCSV
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FORMATS() |
Getter for FORMATS, with configurable default |
ASK_FORMATS() |
Getter for FORMATS w/ exceptions if field has no value |
HAS_FORMATS() |
Determine if FORMATS has a value |