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