/AWS1/CL_MGNCNCTORSSMCMDCONFIG¶
Connector SSM command config.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3outputenabled TYPE /AWS1/MGNBOOLEAN /AWS1/MGNBOOLEAN¶
Connector SSM command config S3 output enabled.
iv_cloudwatchoutputenabled TYPE /AWS1/MGNBOOLEAN /AWS1/MGNBOOLEAN¶
Connector SSM command config CloudWatch output enabled.
Optional arguments:¶
iv_outputs3bucketname TYPE /AWS1/MGNS3BUCKETNAME /AWS1/MGNS3BUCKETNAME¶
Connector SSM command config output S3 bucket name.
iv_cloudwatchloggroupname TYPE /AWS1/MGNCLOUDWATCHLOGGRPNAME /AWS1/MGNCLOUDWATCHLOGGRPNAME¶
Connector SSM command config CloudWatch log group name.
Queryable Attributes¶
s3OutputEnabled¶
Connector SSM command config S3 output enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OUTPUTENABLED() |
Getter for S3OUTPUTENABLED, with configurable default |
ASK_S3OUTPUTENABLED() |
Getter for S3OUTPUTENABLED w/ exceptions if field has no val |
HAS_S3OUTPUTENABLED() |
Determine if S3OUTPUTENABLED has a value |
outputS3BucketName¶
Connector SSM command config output S3 bucket name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS3BUCKETNAME() |
Getter for OUTPUTS3BUCKETNAME, with configurable default |
ASK_OUTPUTS3BUCKETNAME() |
Getter for OUTPUTS3BUCKETNAME w/ exceptions if field has no |
HAS_OUTPUTS3BUCKETNAME() |
Determine if OUTPUTS3BUCKETNAME has a value |
cloudWatchOutputEnabled¶
Connector SSM command config CloudWatch output enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDWATCHOUTPUTENABLED() |
Getter for CLOUDWATCHOUTPUTENABLED, with configurable defaul |
ASK_CLOUDWATCHOUTPUTENABLED() |
Getter for CLOUDWATCHOUTPUTENABLED w/ exceptions if field ha |
HAS_CLOUDWATCHOUTPUTENABLED() |
Determine if CLOUDWATCHOUTPUTENABLED has a value |
cloudWatchLogGroupName¶
Connector SSM command config CloudWatch log group name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDWATCHLOGGROUPNAME() |
Getter for CLOUDWATCHLOGGROUPNAME, with configurable default |
ASK_CLOUDWATCHLOGGROUPNAME() |
Getter for CLOUDWATCHLOGGROUPNAME w/ exceptions if field has |
HAS_CLOUDWATCHLOGGROUPNAME() |
Determine if CLOUDWATCHLOGGROUPNAME has a value |