toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.outputs
/
ExperimentStepBranch
Experiment
Step
Branch
data
class
ExperimentStepBranch
(
val
actions
:
List
<
ExperimentStepBranchAction
>
,
val
name
:
String
)
Members
Constructors
Experiment
Step
Branch
Link copied to clipboard
constructor
(
actions
:
List
<
ExperimentStepBranchAction
>
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
val
actions
:
List
<
ExperimentStepBranchAction
>
One or more
actions
blocks as defined above.
name
Link copied to clipboard
val
name
:
String
The name of the branch.