Feature Args
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)