AWS Fundamentals Logo
AWS Fundamentals
AWS::Evidently::Launch

Evidently Launch

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

Properties

9 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

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::Launch

Resources:
  MyResource:
    Type: AWS::Evidently::Launch
    Properties:
      Name: "my-name"
      Project: "value"
      Groups: []
      ScheduledSplitsConfig: []
      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:CreateLaunchevidently:TagResourceevidently:GetLaunchevidently:StartLaunch

read

evidently:GetLaunchevidently:ListTagsForResource

update

evidently:UpdateLaunchevidently:ListTagsForResourceevidently:TagResourceevidently:UntagResourceevidently:GetLaunchevidently:StartLaunchevidently:StopLaunch

delete

evidently:DeleteLaunchevidently:UntagResourceevidently:GetLaunch

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
Properties10
Required4
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