Accelerator Attributes
data class AcceleratorAttributes(val flowLogsEnabled: Boolean? = null, val flowLogsS3Bucket: String? = null, val flowLogsS3Prefix: String? = null)
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.