launch
Gets an individual launch
resource
Overview
Name | launch |
Type | Resource |
Description | launch |
Id | awscc.evidently.launch |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | |
project | string | |
description | string | |
randomization_salt | string | |
scheduled_splits_config | array | |
groups | array | |
metric_monitors | array | |
tags | array | An array of key-value pairs to apply to this resource. |
execution_status | object | Start or Stop Launch Launch. Default is not started. |
region | string | AWS 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