AWS::Evidently::ExperimentResource Type definition for AWS::Evidently::Experiment.
12 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
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::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"Permissions CloudFormation needs in your IAM role to manage this resource.
evidently:CreateExperimentevidently:TagResourceevidently:GetExperimentevidently:StartExperimentevidently:GetExperimentevidently:ListTagsForResourceevidently:UpdateExperimentevidently:TagResourceevidently:UntagResourceevidently:GetExperimentevidently:StartExperimentevidently:StopExperimentevidently:DeleteExperimentevidently:UntagResourceevidently:GetExperimentOur 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