![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.fis.kotlin.inputs.ExperimentTemplateActionArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.fis.kotlin.inputs
import com.pulumi.awsnative.fis.inputs.ExperimentTemplateActionArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Specifies an action for the experiment template.
* @property actionId The ID of the action.
* @property description A description for the action.
* @property parameters The parameters for the action, if applicable.
* @property startAfter The name of the action that must be completed before the current action starts.
* @property targets One or more targets for the action.
*/
public data class ExperimentTemplateActionArgs(
public val actionId: Output,
public val description: Output? = null,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy