aws.personalize.describe_feature_transformation
Example SQL Queries
SELECT * FROMaws.personalize.describe_feature_transformationWHERE"feature_transformation_arn" = 'VALUE';Description
Describes the given feature transformation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| feature_transformation_arn Required Input Column The Amazon Resource Name (ARN) of the feature transformation to describe. | VARCHAR |
| _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 |
| feature_transformation A listing of the FeatureTransformation properties. | STRUCT( |
Show child fields
| |