---
type: resource-type
title: FeatureGroup
description: aws resource type AWS::SageMaker::FeatureGroup
name: FeatureGroup
lexicon: aws
resource_type: AWS::SageMaker::FeatureGroup
---
`AWS::SageMaker::FeatureGroup`, a resource type of the aws lexicon.

## Properties

- `EventTimeFeatureName` (`string`, required): The Event Time Feature Name.
- `FeatureDefinitions` (`FeatureGroup_FeatureDefinition[]`, required): An Array of Feature Definition
- `FeatureGroupName` (`string`, required): The Name of the FeatureGroup.
- `RecordIdentifierFeatureName` (`string`, required): The Record Identifier Feature Name.
- `CreationTime` (`string`, optional): A timestamp of FeatureGroup creation time.
- `Description` (`string`, optional): Description about the FeatureGroup.
- `FeatureGroupStatus` (`string`, optional): The status of the feature group.
- `OfflineStoreConfig` (`Record<string, unknown>`, optional)
- `OnlineStoreConfig` (`Record<string, unknown>`, optional)
- `RoleArn` (`string`, optional): Role Arn
- `Tags` (`FeatureGroup_Tag[]`, optional): An array of key-value pair to apply to this resource.
- `ThroughputConfig` (`FeatureGroup_ThroughputConfig`, optional)

## Attributes

- `CreationTime`
- `FeatureGroupStatus`
