delivery
Gets an individual delivery
resource
Overview
Name | delivery |
Type | Resource |
Description | delivery |
Id | awscc.logs.delivery |
Fields
Name | Datatype | Description |
---|---|---|
delivery_id | string | The unique ID that identifies this delivery in your account. |
arn | string | The Amazon Resource Name (ARN) that uniquely identifies this delivery. |
delivery_source_name | string | The name of the delivery source that is associated with this delivery. |
delivery_destination_arn | string | The ARN of the delivery destination that is associated with this delivery. |
delivery_destination_type | string | Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. |
tags | array | The tags that have been assigned to this delivery. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
delivery_id,
arn,
delivery_source_name,
delivery_destination_arn,
delivery_destination_type,
tags
FROM awscc.logs.delivery
WHERE data__Identifier = '<DeliveryId>';
Permissions
To operate on the delivery
resource, the following permissions are required:
Read
logs:GetDelivery,
logs:ListTagsForResource
Update
logs:GetDelivery,
logs:ListTagsForResource,
logs:TagResource,
logs:UntagResource
Delete
logs:DeleteDelivery,
logs:ListTagsForResource,
logs:UntagResource