AWS Fundamentals Logo
AWS Fundamentals
AWS::Evidently::Experiment

Evidently Experiment

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

Properties

12 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
MetricGoals
Array<MetricGoalObject>
Required
Name
string
RequiredCreate-only
OnlineAbConfig
OnlineAbConfigObject
Required
Project
string
RequiredCreate-only
Treatments
Array<TreatmentObject>
Required
Description
string
RandomizationSalt
string
RemoveSegment
boolean
RunningStatus
RunningStatusObject
SamplingRate
integer
Segment
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::Experiment

Resources:
  MyResource:
    Type: AWS::Evidently::Experiment
    Properties:
      Name: "my-name"
      Project: "value"
      Treatments: []
      MetricGoals: []
      OnlineAbConfig: "value"
      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:CreateExperimentevidently:TagResourceevidently:GetExperimentevidently:StartExperiment

read

evidently:GetExperimentevidently:ListTagsForResource

update

evidently:UpdateExperimentevidently:TagResourceevidently:UntagResourceevidently:GetExperimentevidently:StartExperimentevidently:StopExperiment

delete

evidently:DeleteExperimentevidently:UntagResourceevidently:GetExperiment

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
Properties13
Required5
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