segments
Retrieves a list of segments
in a region
Overview
Name | segments |
Type | Resource |
Description | segments |
Id | awscc.evidently.segments |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.evidently.segments
WHERE region = 'us-east-1'
Permissions
To operate on the segments
resource, the following permissions are required:
Create
evidently:CreateSegment,
evidently:GetSegment,
evidently:TagResource
List
evidently:ListSegment,
evidently:ListTagsForResource