delivery_destination_tags
Expands all tag keys and values for delivery_destinations
in a region
Overview
Name | delivery_destination_tags |
Type | Resource |
Description | This structure contains information about one delivery destination in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations. |
Id | aws.logs.delivery_destination_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of this delivery destination. |
arn | string | The Amazon Resource Name (ARN) that uniquely identifies this delivery destination. |
destination_resource_arn | string | The ARN of the AWS resource that will receive the logs. |
delivery_destination_type | string | Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. |
delivery_destination_policy | object | IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. The policy must be in JSON string format. Length Constraints: Maximum length of 51200 |
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 delivery_destinations
in a region.
SELECT
region,
name,
arn,
destination_resource_arn,
delivery_destination_type,
delivery_destination_policy,
tag_key,
tag_value
FROM aws.logs.delivery_destination_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the delivery_destination_tags
resource, see delivery_destinations