AcceleratorAttributesArgs

data class AcceleratorAttributesArgs(val flowLogsEnabled: Output<Boolean>? = null, val flowLogsS3Bucket: Output<String>? = null, val flowLogsS3Prefix: Output<String>? = null) : ConvertibleToJava<AcceleratorAttributesArgs>

Constructors

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

Properties

Link copied to clipboard
val flowLogsEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val flowLogsS3Bucket: Output<String>? = null

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

Link copied to clipboard
val flowLogsS3Prefix: Output<String>? = null

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

Functions

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