---
type: resource-type
title: LogsDestination
description: aws resource type AWS::Logs::Destination
name: LogsDestination
lexicon: aws
resource_type: AWS::Logs::Destination
---
`AWS::Logs::Destination`, a resource type of the aws lexicon.

## Properties

- `DestinationName` (`string`, required): The name of the destination resource
- `RoleArn` (`string`, required): The ARN of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource
- `TargetArn` (`string`, required): The ARN of the physical target where the log events are delivered (for example, a Kinesis stream)
- `Arn` (`string`, optional)
- `DestinationPolicy` (`string`, optional): An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
- `Tags` (`LogsDestination_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
