LaunchGroupToWeightArgs

data class LaunchGroupToWeightArgs(val groupName: Output<String>, val splitWeight: Output<Int>) : ConvertibleToJava<LaunchGroupToWeightArgs>

Constructors

Link copied to clipboard
constructor(groupName: Output<String>, splitWeight: Output<Int>)

Properties

Link copied to clipboard
val groupName: Output<String>

The name of the launch group. It can include up to 127 characters.

Link copied to clipboard
val splitWeight: Output<Int>

The portion of launch traffic to allocate to this launch group. This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.

Functions

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