feature
Gets an individual feature
resource
Overview
Name | feature |
Type | Resource |
Description | feature |
Id | awscc.evidently.feature |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
project | string | |
name | string | |
description | string | |
evaluation_strategy | string | |
variations | array | |
default_variation | string | |
entity_overrides | array | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
project,
name,
description,
evaluation_strategy,
variations,
default_variation,
entity_overrides,
tags
FROM awscc.evidently.feature
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the feature
resource, the following permissions are required:
Read
evidently:GetFeature,
evidently:ListTagsForResource
Update
evidently:UpdateFeature,
evidently:ListTagsForResource,
evidently:TagResource,
evidently:UntagResource,
evidently:GetFeature
Delete
evidently:DeleteFeature,
evidently:UntagResource,
evidently:GetFeature