latest--aws-logs-destination
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-logs-destination.json |
| Parent schema | serverless-framework-configuration |
Type:
object
The AWS::Logs::Destination resource specifies a CloudWatch Logs destination. A destination encapsulates a physical resource (such as an Amazon Kinesis data stream) and enables you to subscribe that resource to a stream of log events.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs.git
Properties
The name of the destination resource
The ARN of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource
The ARN of the physical target where the log events are delivered (for example, a Kinesis stream)
DestinationPolicy
string | Aws_CF_FunctionString
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.