Experiment Template Args
data class ExperimentTemplateArgs(val actions: Output<ExperimentTemplateActionMapArgs>? = null, val description: Output<String>? = null, val logConfiguration: Output<ExperimentTemplateLogConfigurationArgs>? = null, val roleArn: Output<String>? = null, val stopConditions: Output<List<ExperimentTemplateStopConditionArgs>>? = null, val tags: Output<Any>? = null, val targets: Output<ExperimentTemplateTargetMapArgs>? = null) : ConvertibleToJava<ExperimentTemplateArgs>
Resource schema for AWS::FIS::ExperimentTemplate
Constructors
Link copied to clipboard
fun ExperimentTemplateArgs(actions: Output<ExperimentTemplateActionMapArgs>? = null, description: Output<String>? = null, logConfiguration: Output<ExperimentTemplateLogConfigurationArgs>? = null, roleArn: Output<String>? = null, stopConditions: Output<List<ExperimentTemplateStopConditionArgs>>? = null, tags: Output<Any>? = null, targets: Output<ExperimentTemplateTargetMapArgs>? = null)