/AWS1/CL_MGNTARGETS3CONF¶
S3 configuration for storing target network artifacts.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucket TYPE /AWS1/MGNS3BUCKETNAME /AWS1/MGNS3BUCKETNAME¶
The name of the S3 bucket for target artifacts.
iv_s3bucketowner TYPE /AWS1/MGNACCOUNTID /AWS1/MGNACCOUNTID¶
The AWS account ID of the S3 bucket owner.
Queryable Attributes¶
s3Bucket¶
The name of the S3 bucket for target artifacts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
s3BucketOwner¶
The AWS account ID of the S3 bucket owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER, with configurable default |
ASK_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER w/ exceptions if field has no value |
HAS_S3BUCKETOWNER() |
Determine if S3BUCKETOWNER has a value |