AWS::Evidently::LaunchResource Type definition for AWS::Evidently::Launch.
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Groups | Array<LaunchGroupObject> | Required |
Name | string | RequiredCreate-only |
Project | string | RequiredCreate-only |
ScheduledSplitsConfig | Array<StepConfig> | Required |
Description | string | |
ExecutionStatus | ExecutionStatusObject | |
MetricMonitors | Array<MetricDefinitionObject> | |
RandomizationSalt | 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::Launch
Resources:
MyResource:
Type: AWS::Evidently::Launch
Properties:
Name: "my-name"
Project: "value"
Groups: []
ScheduledSplitsConfig: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
evidently:CreateLaunchevidently:TagResourceevidently:GetLaunchevidently:StartLaunchevidently:GetLaunchevidently:ListTagsForResourceevidently:UpdateLaunchevidently:ListTagsForResourceevidently:TagResourceevidently:UntagResourceevidently:GetLaunchevidently:StartLaunchevidently:StopLaunchevidently:DeleteLaunchevidently:UntagResourceevidently:GetLaunchOur 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