delivery_tags
Expands all tag keys and values for deliveries
in a region
Overview
Name | delivery_tags |
Type | Resource |
Description | This structure contains information about one delivery in your account. A delivery is a connection between a logical delivery source and a logical delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html). |
Id | aws.logs.delivery_tags |
Fields
Name | Datatype | Description |
---|---|---|
delivery_id | string | The unique ID that identifies this delivery in your account. |
arn | string | The Amazon Resource Name (ARN) that uniquely identifies this delivery. |
delivery_source_name | string | The name of the delivery source that is associated with this delivery. |
delivery_destination_arn | string | The ARN of the delivery destination that is associated with this delivery. |
delivery_destination_type | string | Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. |
record_fields | array | The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list. |
field_delimiter | string | The field delimiter to use between record fields when the final output format of a delivery is in Plain , W3C , or Raw format. |
s3_suffix_path | string | This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables to use in the suffix path will vary by each log source. See ConfigurationTemplate$allowedSuffixPathFields for more info on what values are supported in the suffix path for each log source. |
s3_enable_hive_compatible_path | boolean | This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive. |
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 deliveries
in a region.
SELECT
region,
delivery_id,
arn,
delivery_source_name,
delivery_destination_arn,
delivery_destination_type,
record_fields,
field_delimiter,
s3_suffix_path,
s3_enable_hive_compatible_path,
tag_key,
tag_value
FROM aws.logs.delivery_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the delivery_tags
resource, see deliveries