Skip to main content

segment

Gets an individual segment resource

Overview

Namesegment
TypeResource
Descriptionsegment
Idawscc.evidently.segment

Fields

NameDatatypeDescription
arnstring
namestring
descriptionstring
patternstring
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
description,
pattern,
tags
FROM awscc.evidently.segment
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

evidently:GetSegment,
evidently:ListTagsForResource

Delete

evidently:DeleteSegment,
evidently:GetSegment,
evidently:UntagResource