# AWS::SageMaker::FeatureGroup FeatureDefinition ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"FeatureName" : String,
"FeatureType" : String
}
### YAML
FeatureName: String FeatureType: String## Properties #### FeatureName _Required_: Yes _Type_: String _Minimum_:
1
_Maximum_: 64
_Pattern_: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,63}
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### FeatureType
_Required_: Yes
_Type_: String
_Allowed Values_: Integral | Fractional | String
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)