FeatureArgs

data class FeatureArgs(val defaultVariation: Output<String>? = null, val description: Output<String>? = null, val entityOverrides: Output<List<FeatureEntityOverrideArgs>>? = null, val evaluationStrategy: Output<FeatureEvaluationStrategy>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val tags: Output<List<FeatureTagArgs>>? = null, val variations: Output<List<FeatureVariationObjectArgs>>? = null) : ConvertibleToJava<FeatureArgs>

Resource Type definition for AWS::Evidently::Feature.

Constructors

Link copied to clipboard
fun FeatureArgs(defaultVariation: Output<String>? = null, description: Output<String>? = null, entityOverrides: Output<List<FeatureEntityOverrideArgs>>? = null, evaluationStrategy: Output<FeatureEvaluationStrategy>? = null, name: Output<String>? = null, project: Output<String>? = null, tags: Output<List<FeatureTagArgs>>? = null, variations: Output<List<FeatureVariationObjectArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FeatureArgs

Properties

Link copied to clipboard
val defaultVariation: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val tags: Output<List<FeatureTagArgs>>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard