FirstPartyAppDefinitionArgs

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)

Properties

Link copied to clipboard
val architecture: Output<Either<String, Architecture>>? = null

The architecture of a first party application of a Test Base Account.

Link copied to clipboard
val channel: Output<String>? = null

The channel info of a first party application of a Test Base Account.

Link copied to clipboard
val interopExecutionMode: Output<Either<String, InteropExecutionMode>>? = null

Specifies how the first party applications should be inter-operated with user's application.

Link copied to clipboard
val name: Output<String>? = null

The media name of a first party application of a Test Base Account.

Link copied to clipboard
val ring: Output<String>? = null

The ring info of a first party application of a Test Base Account.

Functions

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