class Aws::CloudWatchEvidently::Types::CreateFeatureRequest
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/CreateFeatureRequest AWS API Documentation
@return [Array<Types::VariationConfig>]
feature’s different variations.
An array of structures that contain the configuration of the
@!attribute [rw] variations
@return [Hash<String,String>]
<p>You can associate as many as 50 tags with a feature.</p> <p>For more information, see <a href=“docs.aws.amazon.com/general/latest/gr/aws_tagging.html”>Tagging Amazon Web Services resources</a>.</p>
interpreted strictly as strings of characters.
Tags don’t have any semantic meaning to Amazon Web Services and are
values.
permission to access or change only resources with certain tag
also use them to scope user permissions by granting a user
Tags can help you organize and categorize your resources. You can
Assigns one or more tags (key-value pairs) to the feature.
@!attribute [rw] tags
@return [String]
The name or ARN of the project that is to contain the new feature.
@!attribute [rw] project
@return [String]
The name for the new feature.
@!attribute [rw] name
@return [String]
serve the default variation to all users instead.
any ongoing launches or experiments. Specify ‘DEFAULT_VARIATION` to
Specify `ALL_RULES` to activate the traffic allocation specified by
@!attribute [rw] evaluation_strategy
@return [Hash<String,String>]
they are to be served.
identifier. For the value, specify the name of the variation that
specify a user by entering their user ID, account ID, or some other
feature. Each user is specified by a key-value pair . For each key,
Specify users that should always be served a specific variation of a
@!attribute [rw] entity_overrides
@return [String]
An optional description of the feature.
@!attribute [rw] description
@return [String]
`variations` structure is used as the default variation.
If you omit `defaultVariation`, the first variation listed in the
This variation must also be listed in the `variations` structure.
ongoing launches or experiments of this feature.
default variation is served to users who are not allocated to any
The name of the variation to use as the default variation. The
@!attribute [rw] default_variation
}
],
},
},
string_value: “VariableValueStringValueString”,
long_value: 1,
double_value: 1.0,
bool_value: false,
value: { # required
name: “VariationName”, # required
{
variations: [ # required
},
“TagKey” => “TagValue”,
tags: {
project: “ProjectRef”, # required
name: “FeatureName”, # required
evaluation_strategy: “ALL_RULES”, # accepts ALL_RULES, DEFAULT_VARIATION
},
“EntityId” => “VariationName”,
entity_overrides: {
description: “Description”,
default_variation: “VariationName”,
{
data as a hash:
@note When making an API call, you may pass CreateFeatureRequest