AWS Fundamentals Logo
AWS Fundamentals
AWS::Logs::DeliveryDestination

Logs DeliveryDestination

This 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.

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
DeliveryDestinationPolicy
DestinationPolicy
DeliveryDestinationType
string
Create-only
DestinationResourceArn
string
Create-only
OutputFormat
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) that uniquely identifies this delivery destination.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

logs:PutDeliveryDestinationlogs:GetDeliveryDestinationlogs:ListTagsForResourcelogs:TagResourcelogs:UntagResourcelogs:PutDeliveryDestinationPolicylogs:GetDeliveryDestinationPolicy

read

logs:GetDeliveryDestinationlogs:ListTagsForResourcelogs:GetDeliveryDestinationPolicy

update

logs:PutDeliveryDestinationlogs:GetDeliveryDestinationlogs:ListTagsForResourcelogs:TagResourcelogs:UntagResourcelogs:DeleteDeliveryDestinationPolicylogs:PutDeliveryDestinationPolicylogs:GetDeliveryDestinationPolicy

delete

logs:DeleteDeliveryDestinationlogs:DeleteDeliveryDestinationPolicy

list

logs:DescribeDeliveryDestinationslogs:GetDeliveryDestinationPolicy

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLogs
Properties7
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameOutputFormatDestinationResourceArnDeliveryDestinationType

External Links