First Party App Definition Args
data class FirstPartyAppDefinitionArgs(val architecture: Output<Either<String, Architecture>>? = null, val channel: Output<String>? = null, val interopExecutionMode: Output<Either<String, InteropExecutionMode>>? = null, val name: Output<String>? = null, val ring: Output<String>? = null) : ConvertibleToJava<FirstPartyAppDefinitionArgs>
Properties of the definition of a first party application of the Test Base package.
Constructors
Link copied to clipboard
constructor(architecture: Output<Either<String, Architecture>>? = null, channel: Output<String>? = null, interopExecutionMode: Output<Either<String, InteropExecutionMode>>? = null, name: Output<String>? = null, ring: Output<String>? = null)