This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Logs::DeliveryDestination DestinationPolicy
An IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DeliveryDestinationName" :
String
, "DeliveryDestinationPolicy" :Json
}
YAML
DeliveryDestinationName:
String
DeliveryDestinationPolicy:Json
Properties
DeliveryDestinationName
-
A name for an existing destination.
Required: No
Type: String
Minimum:
1
Maximum:
60
Update requires: No interruption
DeliveryDestinationPolicy
-
Creates or updates an access policy associated with an existing destination. An access policy is an IAM policy document that is used to authorize claims to register a subscription filter against a given destination.
Required: No
Type: Json
Update requires: No interruption