toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.outputs
Package-level
declarations
Types
Types
Experiment
Identity
Link copied to clipboard
data
class
ExperimentIdentity
(
val
identityIds
:
List
<
String
>
?
=
null
,
val
principalId
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
type
:
String
)
Experiment
Selector
Link copied to clipboard
data
class
ExperimentSelector
(
val
chaosStudioTargetIds
:
List
<
String
>
,
val
name
:
String
)
Experiment
Step
Link copied to clipboard
data
class
ExperimentStep
(
val
branches
:
List
<
ExperimentStepBranch
>
,
val
name
:
String
)
Experiment
Step
Branch
Link copied to clipboard
data
class
ExperimentStepBranch
(
val
actions
:
List
<
ExperimentStepBranchAction
>
,
val
name
:
String
)
Experiment
Step
Branch
Action
Link copied to clipboard
data
class
ExperimentStepBranchAction
(
val
actionType
:
String
,
val
duration
:
String
?
=
null
,
val
parameters
:
Map
<
String
,
String
>
?
=
null
,
val
selectorName
:
String
?
=
null
,
val
urn
:
String
?
=
null
)