Queue Args
data class QueueArgs(val clusterId: Output<String>? = null, val computeNodeGroupConfigurations: Output<List<QueueComputeNodeGroupConfigurationArgs>>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<QueueArgs>
AWS::PCS::Queue resource creates an AWS PCS queue.