aws.evidently.list_segments
Example SQL Queries
SELECT * FROMaws.evidently.list_segments;Description
Returns a list of audience segments that you have created in your account in this Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of the segment. | VARCHAR |
| created_time The date and time that this segment was created. | TIMESTAMP_S |
| description The customer-created description for this segment. | VARCHAR |
| experiment_count The number of experiments that this segment is used in. This count includes all current experiments, not just those that are currently running. | BIGINT |
| last_updated_time The date and time that this segment was most recently updated. | TIMESTAMP_S |
| launch_count The number of launches that this segment is used in. This count includes all current launches, not just those that are currently running. | BIGINT |
| name The name of the segment. | VARCHAR |
| pattern The pattern that defines the attributes to use to evalute whether a user session will be in the segment. For more information about the pattern syntax, see Segment rule pattern syntax. | VARCHAR |
| tags The list of tag keys and values associated with this launch. | MAP(VARCHAR, VARCHAR) |