Skip to main content

launch

Gets an individual launch resource

Overview

Namelaunch
TypeResource
Descriptionlaunch
Idawscc.evidently.launch

Fields

NameDatatypeDescription
arnstring
namestring
projectstring
descriptionstring
randomization_saltstring
scheduled_splits_configarray
groupsarray
metric_monitorsarray
tagsarrayAn array of key-value pairs to apply to this resource.
execution_statusobjectStart or Stop Launch Launch. Default is not started.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
project,
description,
randomization_salt,
scheduled_splits_config,
groups,
metric_monitors,
tags,
execution_status
FROM awscc.evidently.launch
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the launch resource, the following permissions are required:

Read

evidently:GetLaunch,
evidently:ListTagsForResource

Update

evidently:UpdateLaunch,
evidently:ListTagsForResource,
evidently:TagResource,
evidently:UntagResource,
evidently:GetLaunch,
evidently:StartLaunch,
evidently:StopLaunch

Delete

evidently:DeleteLaunch,
evidently:UntagResource,
evidently:GetLaunch