delivery_destination
Gets an individual delivery_destination
resource
Overview
Name | delivery_destination |
Type | Resource |
Description | delivery_destination |
Id | awscc.logs.delivery_destination |
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. |
tags | array | The tags that have been assigned to this delivery destination. |
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.<br/><br/>The policy must be in JSON string format.<br/><br/>Length Constraints: Maximum length of 51200 |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
arn,
destination_resource_arn,
tags,
delivery_destination_type,
delivery_destination_policy
FROM awscc.logs.delivery_destination
WHERE data__Identifier = '<Name>';
Permissions
To operate on the delivery_destination
resource, the following permissions are required:
Read
logs:GetDeliveryDestination,
logs:ListTagsForResource,
logs:GetDeliveryDestinationPolicy
Update
logs:PutDeliveryDestination,
logs:GetDeliveryDestination,
logs:ListTagsForResource,
logs:TagResource,
logs:UntagResource,
logs:DeleteDeliveryDestinationPolicy,
logs:PutDeliveryDestinationPolicy,
logs:GetDeliveryDestinationPolicy
Delete
logs:DeleteDeliveryDestination,
logs:DeleteDeliveryDestinationPolicy