/AWS1/CL_TRLGETRESOURCEPLYRSP¶
GetResourcePolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/TRLRESOURCEARN /AWS1/TRLRESOURCEARN¶
The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to resource-based policy.
Example event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample dashboard ARN format:
arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDashExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890
iv_resourcepolicy TYPE /AWS1/TRLRESOURCEPOLICY /AWS1/TRLRESOURCEPOLICY¶
A JSON-formatted string that contains the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
iv_delegatedadminresourceply TYPE /AWS1/TRLRESOURCEPOLICY /AWS1/TRLRESOURCEPOLICY¶
The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see Default resource policy for delegated administrators.
Queryable Attributes¶
ResourceArn¶
The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to resource-based policy.
Example event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample dashboard ARN format:
arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDashExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
ResourcePolicy¶
A JSON-formatted string that contains the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEPOLICY() |
Getter for RESOURCEPOLICY, with configurable default |
ASK_RESOURCEPOLICY() |
Getter for RESOURCEPOLICY w/ exceptions if field has no valu |
HAS_RESOURCEPOLICY() |
Determine if RESOURCEPOLICY has a value |
DelegatedAdminResourcePolicy¶
The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see Default resource policy for delegated administrators.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELEGATEDADMINRESRCPLY() |
Getter for DELEGATEDADMINRESOURCEPOLICY, with configurable d |
ASK_DELEGATEDADMINRESRCPLY() |
Getter for DELEGATEDADMINRESOURCEPOLICY w/ exceptions if fie |
HAS_DELEGATEDADMINRESRCPLY() |
Determine if DELEGATEDADMINRESOURCEPOLICY has a value |