aws.oam.get_sink_policy
Example SQL Queries
SELECT * FROMaws.oam.get_sink_policyWHERE"sink_identifier" = 'VALUE';Description
Returns the current sink policy attached to this sink. The sink policy specifies what accounts can attach to this sink as source accounts, and what types of data they can share.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sink_identifier Required Input Column The ARN of the sink to retrieve the policy of. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| policy The policy that you specified, in JSON format. | VARCHAR |
| sink_arn The ARN of the sink. | VARCHAR |
| sink_id The random ID string that Amazon Web Services generated as part of the sink ARN. | VARCHAR |