destinations
Retrieves a list of destinations
in a region
Overview
Name | destinations |
Type | Resource |
Description | destinations |
Id | awscc.logs.destinations |
Fields
Name | Datatype | Description |
---|---|---|
destination_name | string | The name of the destination resource |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
destination_name
FROM awscc.logs.destinations
WHERE region = 'us-east-1'
Permissions
To operate on the destinations
resource, the following permissions are required:
Create
logs:PutDestination,
logs:PutDestinationPolicy,
logs:DescribeDestinations,
iam:PassRole
List
logs:DescribeDestinations