Resource Type definition for AWS::SageMaker::FeatureGroup
event_time_feature_name
(String) The Event Time Feature Name.feature_definitions
(Attributes List) An Array of Feature Definition (see below for nested schema)feature_group_name
(String) The Name of the FeatureGroup.record_identifier_feature_name
(String) The Record Identifier Feature Name.description
(String) Description about the FeatureGroup.offline_store_config
(Attributes) (see below for nested schema)online_store_config
(Attributes) (see below for nested schema)role_arn
(String) Role Arntags
(Attributes List) An array of key-value pair to apply to this resource. (see below for nested schema)throughput_config
(Attributes) (see below for nested schema)creation_time
(String) A timestamp of FeatureGroup creation time.feature_group_status
(String) The status of the feature group.id
(String) Uniquely identifies the resource.feature_definitions
Required:
feature_name
(String)feature_type
(String)offline_store_config
Required:
s3_storage_config
(Attributes) (see below for nested schema)Optional:
data_catalog_config
(Attributes) (see below for nested schema)disable_glue_table_creation
(Boolean)table_format
(String) Format for the offline store feature group. Iceberg is the optimal format for feature groups shared between offline and online stores.offline_store_config.s3_storage_config
Required:
s3_uri
(String)Optional:
kms_key_id
(String)offline_store_config.data_catalog_config
Required:
catalog
(String)database
(String)table_name
(String)online_store_config
Optional:
enable_online_store
(Boolean)security_config
(Attributes) (see below for nested schema)storage_type
(String)ttl_duration
(Attributes) TTL configuration of the feature group (see below for nested schema)online_store_config.security_config
Optional:
kms_key_id
(String)online_store_config.ttl_duration
Optional:
unit
(String) Unit of ttl configurationvalue
(Number) Value of ttl configurationtags
Required:
key
(String)value
(String)throughput_config
Required:
throughput_mode
(String) Throughput mode configuration of the feature groupOptional:
provisioned_read_capacity_units
(Number) For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.provisioned_write_capacity_units
(Number) For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.Import is supported using the following syntax:
$ terraform import awscc_sagemaker_feature_group.example <resource ID>