stream_tags
Expands all tag keys and values for streams in a region
Overview
| Name | stream_tags |
| Type | Resource |
| Description | Resource schema for AWS::QLDB::Stream. |
| Id | aws.qldb.stream_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
ledger_name | string | |
stream_name | string | |
role_arn | string | |
inclusive_start_time | string | |
exclusive_end_time | string | |
kinesis_configuration | object | |
arn | string | |
id | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all streams in a region.
SELECT
region,
ledger_name,
stream_name,
role_arn,
inclusive_start_time,
exclusive_end_time,
kinesis_configuration,
arn,
id,
tag_key,
tag_value
FROM aws.qldb.stream_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stream_tags resource, see streams