GetAccessLogSubscriptionResult

data class GetAccessLogSubscriptionResult(val arn: String? = null, val destinationArn: String? = null, val id: String? = null, val resourceArn: String? = null, val resourceId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, destinationArn: String? = null, id: String? = null, resourceArn: String? = null, resourceId: 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) of the access log subscription.

Link copied to clipboard
val destinationArn: String? = null

The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.

Link copied to clipboard
val id: String? = null

The ID of the access log subscription.

Link copied to clipboard
val resourceArn: String? = null

The Amazon Resource Name (ARN) of the access log subscription.

Link copied to clipboard
val resourceId: String? = null

The ID of the service network or service.

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

The tags for the access log subscription.