CustomRoutingAcceleratorAttributes

data class CustomRoutingAcceleratorAttributes(val flowLogsEnabled: Boolean? = null, val flowLogsS3Bucket: String? = null, val flowLogsS3Prefix: String? = null)

Constructors

Link copied to clipboard
constructor(flowLogsEnabled: Boolean? = null, flowLogsS3Bucket: String? = null, flowLogsS3Prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether flow logs are enabled. Defaults to false. Valid values: true, false.

Link copied to clipboard

The name of the Amazon S3 bucket for the flow logs. Required if flow_logs_enabled is true.

Link copied to clipboard

The prefix for the location in the Amazon S3 bucket for the flow logs. Required if flow_logs_enabled is true.