WorkgroupArgs

data class WorkgroupArgs(val baseCapacity: Output<Int>? = null, val configParameters: Output<List<WorkgroupConfigParameterArgs>>? = null, val enhancedVpcRouting: Output<Boolean>? = null, val namespaceName: Output<String>? = null, val port: Output<Int>? = null, val publiclyAccessible: Output<Boolean>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<WorkgroupTagArgs>>? = null, val workgroupName: Output<String>? = null) : ConvertibleToJava<WorkgroupArgs>

Definition of AWS::RedshiftServerless::Workgroup Resource Type

Constructors

Link copied to clipboard
fun WorkgroupArgs(baseCapacity: Output<Int>? = null, configParameters: Output<List<WorkgroupConfigParameterArgs>>? = null, enhancedVpcRouting: Output<Boolean>? = null, namespaceName: Output<String>? = null, port: Output<Int>? = null, publiclyAccessible: Output<Boolean>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<WorkgroupTagArgs>>? = null, workgroupName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val baseCapacity: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val enhancedVpcRouting: Output<Boolean>? = null
Link copied to clipboard
val namespaceName: Output<String>? = null
Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
val publiclyAccessible: Output<Boolean>? = null
Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null
Link copied to clipboard
val subnetIds: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<List<WorkgroupTagArgs>>? = null
Link copied to clipboard
val workgroupName: Output<String>? = null