pub struct FeatureGroupProperties {
pub description: Option<Value<String>>,
pub event_time_feature_name: Value<String>,
pub feature_definitions: ValueList<FeatureDefinition>,
pub feature_group_name: Value<String>,
pub offline_store_config: Option<Value<Value>>,
pub online_store_config: Option<Value<Value>>,
pub record_identifier_feature_name: Value<String>,
pub role_arn: Option<Value<String>>,
pub tags: Option<ValueList<Tag>>,
}Expand description
Properties for the FeatureGroup resource.
Fields§
§description: Option<Value<String>>Property Description.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
event_time_feature_name: Value<String>Property EventTimeFeatureName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
feature_definitions: ValueList<FeatureDefinition>Property FeatureDefinitions.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
feature_group_name: Value<String>Property FeatureGroupName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
offline_store_config: Option<Value<Value>>Property OfflineStoreConfig.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
online_store_config: Option<Value<Value>>Property OnlineStoreConfig.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
record_identifier_feature_name: Value<String>Property RecordIdentifierFeatureName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
role_arn: Option<Value<String>>Property RoleArn.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Property Tags.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.