/AWS1/CL_OAMGETSINKPLYOUTPUT¶
GetSinkPolicyOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sinkarn TYPE /AWS1/OAMSTRING /AWS1/OAMSTRING¶
The ARN of the sink.
iv_sinkid TYPE /AWS1/OAMSTRING /AWS1/OAMSTRING¶
The random ID string that Amazon Web Services generated as part of the sink ARN.
iv_policy TYPE /AWS1/OAMSTRING /AWS1/OAMSTRING¶
The policy that you specified, in JSON format.
Queryable Attributes¶
SinkArn¶
The ARN of the sink.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SINKARN() |
Getter for SINKARN, with configurable default |
ASK_SINKARN() |
Getter for SINKARN w/ exceptions if field has no value |
HAS_SINKARN() |
Determine if SINKARN has a value |
SinkId¶
The random ID string that Amazon Web Services generated as part of the sink ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SINKID() |
Getter for SINKID, with configurable default |
ASK_SINKID() |
Getter for SINKID w/ exceptions if field has no value |
HAS_SINKID() |
Determine if SINKID has a value |
Policy¶
The policy that you specified, in JSON format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY, with configurable default |
ASK_POLICY() |
Getter for POLICY w/ exceptions if field has no value |
HAS_POLICY() |
Determine if POLICY has a value |