delivery_sources
Retrieves a list of delivery_sources
in a region
Overview
Name | delivery_sources |
Type | Resource |
Description | delivery_sources |
Id | awscc.logs.delivery_sources |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The unique name of the Log source. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.logs.delivery_sources
WHERE region = 'us-east-1'
Permissions
To operate on the delivery_sources
resource, the following permissions are required:
Create
logs:PutDeliverySource,
logs:GetDeliverySource,
logs:ListTagsForResource,
logs:TagResource,
logs:AllowVendedLogDeliveryForResource,
codewhisperer:AllowVendedLogDeliveryForResource,
autoloop:AllowVendedLogDeliveryForResource,
workmail:AllowVendedLogDeliveryForResource
List
logs:DescribeDeliverySources