AWS::Logs::DeliveryThis structure contains information about one delivery in your account. A delivery is a connection between a logical delivery source and a logical delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html).
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeliveryDestinationArn | string | RequiredCreate-only |
DeliverySourceName | string | RequiredCreate-only |
FieldDelimiter | string | |
RecordFields | Array<string> | |
S3EnableHiveCompatiblePath | boolean | |
S3SuffixPath | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) that uniquely identifies this delivery. |
DeliveryDestinationType | string | Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. |
DeliveryId | string | The unique ID that identifies this delivery in your account. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Logs::Delivery
Resources:
MyResource:
Type: AWS::Logs::Delivery
Properties:
DeliverySourceName: "my-deliverysourcename"
DeliveryDestinationArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
logs:CreateDeliverylogs:GetDeliverylogs:DescribeDeliverieslogs:ListTagsForResourcelogs:TagResourcelogs:GetDeliverySourcelogs:GetDeliveryDestinationlogs:GetDeliverylogs:ListTagsForResourcelogs:GetDeliverylogs:ListTagsForResourcelogs:TagResourcelogs:UntagResourcelogs:UpdateDeliveryConfigurationlogs:DeleteDeliverylogs:ListTagsForResourcelogs:UntagResourcelogs:DescribeDeliverieslogs:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDeliveryIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DeliverySourceNameDeliveryDestinationArn