Phase Config Args
data class PhaseConfigArgs(val percentage: Output<Int>, val phaseId: Output<String>, val profiles: Output<List<String>>? = null, val verify: Output<Boolean>? = null) : ConvertibleToJava<PhaseConfigArgs>
PhaseConfig represents the configuration for a phase in the custom canary deployment.