--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_sagemaker_feature_group Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::SageMaker::FeatureGroup --- # awscc_sagemaker_feature_group (Resource) Resource Type definition for AWS::SageMaker::FeatureGroup ## Schema ### Required - `event_time_feature_name` (String) The Event Time Feature Name. - `feature_definitions` (Attributes List) An Array of Feature Definition (see [below for nested schema](#nestedatt--feature_definitions)) - `feature_group_name` (String) The Name of the FeatureGroup. - `record_identifier_feature_name` (String) The Record Identifier Feature Name. ### Optional - `description` (String) Description about the FeatureGroup. - `offline_store_config` (Attributes) (see [below for nested schema](#nestedatt--offline_store_config)) - `online_store_config` (Attributes) (see [below for nested schema](#nestedatt--online_store_config)) - `role_arn` (String) Role Arn - `tags` (Attributes List) An array of key-value pair to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. ### Nested Schema for `feature_definitions` Required: - `feature_name` (String) - `feature_type` (String) ### Nested Schema for `offline_store_config` Optional: - `data_catalog_config` (Attributes) (see [below for nested schema](#nestedatt--offline_store_config--data_catalog_config)) - `disable_glue_table_creation` (Boolean) - `s3_storage_config` (Attributes) (see [below for nested schema](#nestedatt--offline_store_config--s3_storage_config)) ### Nested Schema for `offline_store_config.data_catalog_config` Optional: - `catalog` (String) - `database` (String) - `table_name` (String) ### Nested Schema for `offline_store_config.s3_storage_config` Optional: - `kms_key_id` (String) - `s3_uri` (String) ### Nested Schema for `online_store_config` Optional: - `enable_online_store` (Boolean) - `security_config` (Attributes) (see [below for nested schema](#nestedatt--online_store_config--security_config)) ### Nested Schema for `online_store_config.security_config` Optional: - `kms_key_id` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_sagemaker_feature_group.example ```