AccessLogSubscriptionArgs

data class AccessLogSubscriptionArgs(val destinationArn: Output<String>? = null, val resourceIdentifier: Output<String>? = null, val tags: Output<List<AccessLogSubscriptionTagArgs>>? = null) : ConvertibleToJava<AccessLogSubscriptionArgs>

Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner will only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network.

Constructors

Link copied to clipboard
fun AccessLogSubscriptionArgs(destinationArn: Output<String>? = null, resourceIdentifier: Output<String>? = null, tags: Output<List<AccessLogSubscriptionTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AccessLogSubscriptionArgs

Properties

Link copied to clipboard
val destinationArn: Output<String>? = null
Link copied to clipboard
val resourceIdentifier: Output<String>? = null
Link copied to clipboard
val tags: Output<List<AccessLogSubscriptionTagArgs>>? = null