Custom Routing Accelerator Attributes Args
data class CustomRoutingAcceleratorAttributesArgs(val flowLogsEnabled: Output<Boolean>? = null, val flowLogsS3Bucket: Output<String>? = null, val flowLogsS3Prefix: Output<String>? = null) : ConvertibleToJava<CustomRoutingAcceleratorAttributesArgs>
Constructors
Link copied to clipboard
fun CustomRoutingAcceleratorAttributesArgs(flowLogsEnabled: Output<Boolean>? = null, flowLogsS3Bucket: Output<String>? = null, flowLogsS3Prefix: Output<String>? = null)