Destination

class Destination : KotlinCustomResource

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.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the CloudWatch Logs destination, such as arn:aws:logs:us-west-1:123456789012:destination:MyDestination .

Link copied to clipboard
val destinationName: Output<String>

The name of the destination resource

Link copied to clipboard

An IAM policy document that governs which AWS accounts can create subscription filters against this destination.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The ARN of an IAM role that permits CloudWatch Logs to send data to the specified AWS resource

Link copied to clipboard
val targetArn: Output<String>

The ARN of the physical target where the log events are delivered (for example, a Kinesis stream)

Link copied to clipboard
val urn: Output<String>