GetDestinationResult

data class GetDestinationResult(val arn: String? = null, val destinationPolicy: String? = null, val roleArn: String? = null, val targetArn: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, destinationPolicy: String? = null, roleArn: String? = null, targetArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

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 roleArn: String? = null

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

Link copied to clipboard
val targetArn: String? = null

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