/AWS1/CL_SSMRESRCDATASYNCS3DST¶
Information about the target S3 bucket for the resource data sync.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/SSMRESRCDATASYNCS3BKTN00 /AWS1/SSMRESRCDATASYNCS3BKTN00¶
The name of the S3 bucket where the aggregated data is stored.
iv_syncformat TYPE /AWS1/SSMRESRCDATASYNCS3FORMAT /AWS1/SSMRESRCDATASYNCS3FORMAT¶
A supported sync format. The following format is currently supported: JsonSerDe
iv_region TYPE /AWS1/SSMRESRCDATASYNCS3REGION /AWS1/SSMRESRCDATASYNCS3REGION¶
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
Optional arguments:¶
iv_prefix TYPE /AWS1/SSMRESRCDATASYNCS3PREFIX /AWS1/SSMRESRCDATASYNCS3PREFIX¶
An Amazon S3 prefix for the bucket.
iv_awskmskeyarn TYPE /AWS1/SSMRESRCDATASYNCAWSKMS00 /AWS1/SSMRESRCDATASYNCAWSKMS00¶
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.
io_destinationdatasharing TYPE REF TO /AWS1/CL_SSMRESRCDATASYNCDST00 /AWS1/CL_SSMRESRCDATASYNCDST00¶
Enables destination data sharing. By default, this field is
null.
Queryable Attributes¶
BucketName¶
The name of the S3 bucket where the aggregated data is stored.
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 |
Prefix¶
An Amazon S3 prefix for the bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |
SyncFormat¶
A supported sync format. The following format is currently supported: JsonSerDe
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SYNCFORMAT() |
Getter for SYNCFORMAT, with configurable default |
ASK_SYNCFORMAT() |
Getter for SYNCFORMAT w/ exceptions if field has no value |
HAS_SYNCFORMAT() |
Determine if SYNCFORMAT has a value |
Region¶
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
AWSKMSKeyARN¶
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSKMSKEYARN() |
Getter for AWSKMSKEYARN, with configurable default |
ASK_AWSKMSKEYARN() |
Getter for AWSKMSKEYARN w/ exceptions if field has no value |
HAS_AWSKMSKEYARN() |
Determine if AWSKMSKEYARN has a value |
DestinationDataSharing¶
Enables destination data sharing. By default, this field is
null.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONDATASHARING() |
Getter for DESTINATIONDATASHARING |