aws.kinesis.get_resource_policy
Example SQL Queries
SELECT * FROMaws.kinesis.get_resource_policyWHERE"resource_arn" = 'VALUE';Description
Returns a policy attached to the specified data stream or consumer. Request patterns can be one of the following:
Data stream pattern: arn:aws.*:kinesis:.*:\d{12}:.*stream/\S+
Consumer pattern: ^(arn):aws.*:kinesis:.*:\d{12}:.*stream\/[a-zA-Z0-9_.-]+\/consumer\/[a-zA-Z0-9_.-]+:[0-9]+
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the data stream or consumer. | 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 Details of the resource policy. This is formatted as a JSON string. | VARCHAR |