Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-evidently-launch.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Evidently::Launch.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-evidently

Properties

Name string | Aws_CF_FunctionString required
Project string | Aws_CF_FunctionString required
ScheduledSplitsConfig StepConfig[] required
minItems=1maxItems=6uniqueItems=true
Groups LaunchGroupObject[] required
minItems=1maxItems=5uniqueItems=true
Description string | Aws_CF_FunctionString
RandomizationSalt string | Aws_CF_FunctionString
MetricMonitors MetricDefinitionObject[]
minItems=0maxItems=3uniqueItems=true
Tags Tag[]

An array of key-value pairs to apply to this resource.

uniqueItems=true
ExecutionStatus object
3 nested properties
Status string | Aws_CF_FunctionString required

Provide START or STOP action to apply on a launch

DesiredState string | Aws_CF_FunctionString

Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.

Reason string | Aws_CF_FunctionString

Provide a reason for stopping the launch. Defaults to empty if not provided.

Definitions

ExecutionStatusObject object
Status string | Aws_CF_FunctionString required

Provide START or STOP action to apply on a launch

DesiredState string | Aws_CF_FunctionString

Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.

Reason string | Aws_CF_FunctionString

Provide a reason for stopping the launch. Defaults to empty if not provided.

LaunchGroupObject object
GroupName string | Aws_CF_FunctionString required
Feature string | Aws_CF_FunctionString required
Variation string | Aws_CF_FunctionString required
Description string | Aws_CF_FunctionString
GroupToWeight object
GroupName string | Aws_CF_FunctionString required
SplitWeight integer required
SegmentOverride object
Segment string | Aws_CF_FunctionString required
EvaluationOrder integer required
Weights GroupToWeight[] required
uniqueItems=true
StepConfig object
StartTime string | Aws_CF_FunctionString required
GroupWeights GroupToWeight[] required
uniqueItems=true
SegmentOverrides SegmentOverride[]
uniqueItems=true
MetricDefinitionObject object
MetricName string | Aws_CF_FunctionString required
EntityIdKey string | Aws_CF_FunctionString required

The JSON path to reference the entity id in the event.

ValueKey string | Aws_CF_FunctionString required

The JSON path to reference the numerical metric value in the event.

EventPattern string | Aws_CF_FunctionString

Event patterns have the same structure as the events they match. Rules use event patterns to select events. An event pattern either matches an event or it doesn't.

UnitLabel string | Aws_CF_FunctionString
Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.