AWS::SageMaker::FeatureGroupResource Type definition for AWS::SageMaker::FeatureGroup
10 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EventTimeFeatureName | string | RequiredCreate-only |
FeatureDefinitions | Array<FeatureDefinition> | Required |
FeatureGroupName | string | RequiredCreate-only |
RecordIdentifierFeatureName | string | RequiredCreate-only |
Description | string | Create-only |
OfflineStoreConfig | object | Create-only |
OnlineStoreConfig | object | |
RoleArn | string | Create-only |
Tags | Array<Tag> | Create-only |
ThroughputConfig | ThroughputConfig |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | A timestamp of FeatureGroup creation time. |
FeatureGroupStatus | string | The status of the feature group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::FeatureGroup
Resources:
MyResource:
Type: AWS::SageMaker::FeatureGroup
Properties:
FeatureGroupName: "my-featuregroupname"
RecordIdentifierFeatureName: "my-recordidentifierfeaturename"
EventTimeFeatureName: "my-eventtimefeaturename"
FeatureDefinitions: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRolekms:CreateGrantkms:DescribeKeyglue:CreateTableglue:GetTableglue:CreateDatabaseglue:GetDatabasesagemaker:CreateFeatureGroupsagemaker:UpdateFeatureGroupsagemaker:DescribeFeatureGroupsagemaker:AddTagssagemaker:ListTagssagemaker:DeleteTagssagemaker:DescribeFeatureGroupsagemaker:ListTagssagemaker:DeleteFeatureGroupsagemaker:DescribeFeatureGroupsagemaker:ListFeatureGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFeatureGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FeatureGroupNameRecordIdentifierFeatureNameEventTimeFeatureNameOnlineStoreConfig/SecurityConfigOnlineStoreConfig/EnableOnlineStoreOnlineStoreConfig/StorageTypeOfflineStoreConfigRoleArnDescriptionTags