Skip to main content

delivery

Gets an individual delivery resource

Overview

Namedelivery
TypeResource
Descriptiondelivery
Idawscc.logs.delivery

Fields

NameDatatypeDescription
delivery_idstringThe unique ID that identifies this delivery in your account.
arnstringThe Amazon Resource Name (ARN) that uniquely identifies this delivery.
delivery_source_namestringThe name of the delivery source that is associated with this delivery.
delivery_destination_arnstringThe ARN of the delivery destination that is associated with this delivery.
delivery_destination_typestringDisplays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
tagsarrayThe tags that have been assigned to this delivery.
regionstringAWS 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