segments_list_only
Lists segments
in a region or regions, for all properties use segments
Overview
Name | segments_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Evidently::Segment |
Id | aws.evidently.segments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | |
description | string | |
pattern | string | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all segments
in a region.
SELECT
region,
arn
FROM aws.evidently.segments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the segments_list_only
resource, see segments