toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.outputs
/
ExperimentSelector
Experiment
Selector
data
class
ExperimentSelector
(
val
chaosStudioTargetIds
:
List
<
String
>
,
val
name
:
String
)
Members
Constructors
Experiment
Selector
Link copied to clipboard
constructor
(
chaosStudioTargetIds
:
List
<
String
>
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
chaos
Studio
Target
Ids
Link copied to clipboard
val
chaosStudioTargetIds
:
List
<
String
>
A list of Chaos Studio Target IDs that should be part of this Selector.
name
Link copied to clipboard
val
name
:
String
The name of this Selector.