

# DeliveryDestination
<a name="API_DeliveryDestination"></a>

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, Firehose, and X-Ray are supported as delivery destinations.

To configure logs delivery between a supported AWS service and a destination, you must do the following:
+ Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see [PutDeliverySource](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html).
+ Create a *delivery destination*, which is a logical object that represents the actual delivery destination. 
+ If you are delivering logs cross-account, you must use [PutDeliveryDestinationPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html) in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination. 
+ Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html).

You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.

## Contents
<a name="API_DeliveryDestination_Contents"></a>

 ** arn **   <a name="CWL-Type-DeliveryDestination-arn"></a>
The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.  
Type: String  
Required: No

 ** deliveryDestinationConfiguration **   <a name="CWL-Type-DeliveryDestination-deliveryDestinationConfiguration"></a>
A structure that contains the ARN of the AWS resource that will receive the logs.  
Type: [DeliveryDestinationConfiguration](API_DeliveryDestinationConfiguration.md) object  
Required: No

 ** deliveryDestinationType **   <a name="CWL-Type-DeliveryDestination-deliveryDestinationType"></a>
Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.  
Type: String  
Valid Values: `S3 | CWL | FH | XRAY`   
Required: No

 ** name **   <a name="CWL-Type-DeliveryDestination-name"></a>
The name of this delivery destination.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 60.  
Pattern: `[\w-]*`   
Required: No

 ** outputFormat **   <a name="CWL-Type-DeliveryDestination-outputFormat"></a>
The format of the logs that are sent to this delivery destination.   
Type: String  
Valid Values: `json | plain | w3c | raw | parquet`   
Required: No

 ** tags **   <a name="CWL-Type-DeliveryDestination-tags"></a>
The tags that have been assigned to this delivery destination.  
Type: String to string map  
Map Entries: Maximum number of 50 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Key Pattern: `^([\p{L}\p{Z}\p{N}_.:/=+\-@]+)$`   
Value Length Constraints: Maximum length of 256.  
Value Pattern: `^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$`   
Required: No

## See Also
<a name="API_DeliveryDestination_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/logs-2014-03-28/DeliveryDestination) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/logs-2014-03-28/DeliveryDestination) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/logs-2014-03-28/DeliveryDestination) 