GetDeliveryDestinationResult

data class GetDeliveryDestinationResult(val arn: String? = null, val deliveryDestinationPolicy: List<DeliveryDestinationDestinationPolicy>? = null, val deliveryDestinationType: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deliveryDestinationPolicy: List<DeliveryDestinationDestinationPolicy>? = null, deliveryDestinationType: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.

Link copied to clipboard

IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. The policy must be in JSON string format. Length Constraints: Maximum length of 51200

Link copied to clipboard

Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.

Link copied to clipboard
val tags: List<Tag>? = null

The tags that have been assigned to this delivery destination.