pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.outputs
/
ExperimentSelector
Experiment
Selector
data
class
ExperimentSelector
(
val
chaosStudioTargetIds
:
List
<
String
>
,
val
name
:
String
)
Types
Constructors
Properties
Constructors
Experiment
Selector
Link copied to clipboard
fun
ExperimentSelector
(
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.