AWS Fundamentals Logo
AWS Fundamentals
AWS::Evidently::Feature

Evidently Feature

Resource Type definition for AWS::Evidently::Feature.

Properties

8 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Project
string
RequiredCreate-only
Variations
Array<VariationObject>
Required
DefaultVariation
string
Description
string
EntityOverrides
Array<EntityOverride>
EvaluationStrategy
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

evidently:CreateFeatureevidently:TagResourceevidently:GetFeature

read

evidently:GetFeatureevidently:ListTagsForResource

update

evidently:UpdateFeatureevidently:ListTagsForResourceevidently:TagResourceevidently:UntagResourceevidently:GetFeature

delete

evidently:DeleteFeatureevidently:UntagResourceevidently:GetFeature

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceEvidently
Properties9
Required3
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameProject

External Links