Stratosphere.Evidently.Feature
module Stratosphere.Evidently.Feature.EntityOverrideProperty
module Stratosphere.Evidently.Feature.VariationObjectProperty
data Feature Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-defaultvariation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-entityoverrides
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-evaluationstrategy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-project
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-feature.html#cfn-evidently-feature-variations
Defined in Stratosphere.Evidently.Feature
Methods
toJSON :: Feature -> Value #
toEncoding :: Feature -> Encoding #
toJSONList :: [Feature] -> Value #
toEncodingList :: [Feature] -> Encoding #
omitField :: Feature -> Bool #
showsPrec :: Int -> Feature -> ShowS #
show :: Feature -> String #
showList :: [Feature] -> ShowS #
(==) :: Feature -> Feature -> Bool #
(/=) :: Feature -> Feature -> Bool #
toResourceProperties :: Feature -> ResourceProperties #
Associated Types
set :: PropertyType "DefaultVariation" Feature -> Feature -> Feature #
set :: PropertyType "Description" Feature -> Feature -> Feature #
set :: PropertyType "EntityOverrides" Feature -> Feature -> Feature #
set :: PropertyType "EvaluationStrategy" Feature -> Feature -> Feature #
set :: PropertyType "Name" Feature -> Feature -> Feature #
set :: PropertyType "Project" Feature -> Feature -> Feature #
set :: PropertyType "Tags" Feature -> Feature -> Feature #
set :: PropertyType "Variations" Feature -> Feature -> Feature #
mkFeature :: Value Text -> Value Text -> [VariationObjectProperty] -> Feature Source #