delivery_destinations
Retrieves a list of delivery_destinations
in a region
Overview
Name | delivery_destinations |
Type | Resource |
Description | delivery_destinations |
Id | awscc.logs.delivery_destinations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of this delivery destination. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.logs.delivery_destinations
WHERE region = 'us-east-1'
Permissions
To operate on the delivery_destinations
resource, the following permissions are required:
Create
logs:PutDeliveryDestination,
logs:GetDeliveryDestination,
logs:ListTagsForResource,
logs:TagResource,
logs:UntagResource,
logs:PutDeliveryDestinationPolicy,
logs:GetDeliveryDestinationPolicy
List
logs:DescribeDeliveryDestinations,
logs:GetDeliveryDestinationPolicy