GetDestinationResult

data class GetDestinationResult(val arn: String? = null, val description: String? = null, val expression: String? = null, val expressionType: DestinationExpressionType? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, expression: String? = null, expressionType: DestinationExpressionType? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Destination arn. Returned after successful create.

Link copied to clipboard
val description: String? = null

Destination description

Link copied to clipboard
val expression: String? = null

Destination expression

Link copied to clipboard

Must be RuleName

Link copied to clipboard
val roleArn: String? = null

AWS role ARN that grants access

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

A list of key-value pairs that contain metadata for the destination.