Skip to main content

feature

Gets an individual feature resource

Overview

Namefeature
TypeResource
Descriptionfeature
Idawscc.evidently.feature

Fields

NameDatatypeDescription
arnstring
projectstring
namestring
descriptionstring
evaluation_strategystring
variationsarray
default_variationstring
entity_overridesarray
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,
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