class Aws::CloudWatchEvidently::Types::Feature
This structure contains information about one Evidently feature in your account.
@!attribute [rw] arn
The ARN of the feature. @return [String]
@!attribute [rw] created_time
The date and time that the feature is created. @return [Time]
@!attribute [rw] default_variation
The name of the variation that is used as the default variation. The default variation is served to users who are not allocated to any ongoing launches or experiments of this feature. This variation must also be listed in the `variations` structure. If you omit `defaultVariation`, the first variation listed in the `variations` structure is used as the default variation. @return [String]
@!attribute [rw] description
The description of the feature. @return [String]
@!attribute [rw] entity_overrides
A set of key-value pairs that specify users who should always be served a specific variation of a feature. Each key specifies a user using their user ID, account ID, or some other identifier. The value specifies the name of the variation that the user is to be served. For the override to be successful, the value of the key must match the `entityId` used in the [EvaluateFeature][1] operation. [1]: https://docs.aws.amazon.com/cloudwatchevidently/latest/APIReference/API_EvaluateFeature.html @return [Hash<String,String>]
@!attribute [rw] evaluation_rules
An array of structures that define the evaluation rules for the feature. @return [Array<Types::EvaluationRule>]
@!attribute [rw] evaluation_strategy
If this value is `ALL_RULES`, the traffic allocation specified by any ongoing launches or experiments is being used. If this is `DEFAULT_VARIATION`, the default variation is being served to all users. @return [String]
@!attribute [rw] last_updated_time
The date and time that the feature was most recently updated. @return [Time]
@!attribute [rw] name
The name of the feature. @return [String]
@!attribute [rw] project
The name or ARN of the project that contains the feature. @return [String]
@!attribute [rw] status
The current state of the feature. @return [String]
@!attribute [rw] tags
The list of tag keys and values associated with this feature. @return [Hash<String,String>]
@!attribute [rw] value_type
Defines the type of value used to define the different feature variations. For more information, see [Variation types][1] [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Evidently-variationtypes.html @return [String]
@!attribute [rw] variations
An array of structures that contain the configuration of the feature's different variations. @return [Array<Types::Variation>]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/Feature AWS API Documentation
Constants
- SENSITIVE