delivery_streams_list_only
Lists delivery_streams
in a region or regions, for all properties use delivery_streams
Overview
Name | delivery_streams_list_only |
Type | Resource |
Description | Resource Type definition for AWS::KinesisFirehose::DeliveryStream |
Id | aws.kinesisfirehose.delivery_streams_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
delivery_stream_encryption_configuration_input | object | |
delivery_stream_name | string | |
delivery_stream_type | string | |
elasticsearch_destination_configuration | object | |
amazonopensearchservice_destination_configuration | object | |
amazon_open_search_serverless_destination_configuration | object | |
extended_s3_destination_configuration | object | |
kinesis_stream_source_configuration | object | |
msk_source_configuration | object | |
redshift_destination_configuration | object | |
s3_destination_configuration | object | |
splunk_destination_configuration | object | |
http_endpoint_destination_configuration | object | |
snowflake_destination_configuration | object | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all delivery_streams
in a region.
SELECT
region,
delivery_stream_name
FROM aws.kinesisfirehose.delivery_streams_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the delivery_streams_list_only
resource, see delivery_streams