AWS::Evidently::FeatureResource Type definition for AWS::Evidently::Feature.
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Project | string | RequiredCreate-only |
Variations | Array<VariationObject> | Required |
DefaultVariation | string | |
Description | string | |
EntityOverrides | Array<EntityOverride> | |
EvaluationStrategy | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Evidently::Feature
Resources:
MyResource:
Type: AWS::Evidently::Feature
Properties:
Name: "my-name"
Project: "value"
Variations: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
evidently:CreateFeatureevidently:TagResourceevidently:GetFeatureevidently:GetFeatureevidently:ListTagsForResourceevidently:UpdateFeatureevidently:ListTagsForResourceevidently:TagResourceevidently:UntagResourceevidently:GetFeatureevidently:DeleteFeatureevidently:UntagResourceevidently:GetFeatureOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameProject