AWS::Logs::DeliveryDestinationThis structure contains information about one delivery destination in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations.
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
DeliveryDestinationPolicy | DestinationPolicy | |
DeliveryDestinationType | string | Create-only |
DestinationResourceArn | string | Create-only |
OutputFormat | string | Create-only |
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 destination. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Logs::DeliveryDestination
Resources:
MyResource:
Type: AWS::Logs::DeliveryDestination
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
logs:PutDeliveryDestinationlogs:GetDeliveryDestinationlogs:ListTagsForResourcelogs:TagResourcelogs:UntagResourcelogs:PutDeliveryDestinationPolicylogs:GetDeliveryDestinationPolicylogs:GetDeliveryDestinationlogs:ListTagsForResourcelogs:GetDeliveryDestinationPolicylogs:PutDeliveryDestinationlogs:GetDeliveryDestinationlogs:ListTagsForResourcelogs:TagResourcelogs:UntagResourcelogs:DeleteDeliveryDestinationPolicylogs:PutDeliveryDestinationPolicylogs:GetDeliveryDestinationPolicylogs:DeleteDeliveryDestinationlogs:DeleteDeliveryDestinationPolicylogs:DescribeDeliveryDestinationslogs:GetDeliveryDestinationPolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameOutputFormatDestinationResourceArnDeliveryDestinationType