Launch

class Launch : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch

Link copied to clipboard
val description: Output<String>?

An optional description for the launch.

Link copied to clipboard

Start or Stop Launch Launch. Default is not started.

Link copied to clipboard

An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.

Link copied to clipboard
val name: Output<String>

The name for the launch. It can include up to 127 characters.

Link copied to clipboard
val project: Output<String>

The name or ARN of the project that you want to create the launch in.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt . If you omit randomizationSalt , Evidently uses the launch name as the randomizationsSalt .

Link copied to clipboard

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>