Skip to content

Commit e892862

Browse files
committed
fix: use SecurityConfig dict key
1 parent 01c6ee3 commit e892862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/feature_store/inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def to_dict(self) -> Dict[str, Any]:
103103
"""
104104
return Config.construct_dict(
105105
EnableOnlineStore=self.enable_online_store,
106-
OnlineStoreSecurityConfig=self.online_store_security_config,
106+
SecurityConfig=self.online_store_security_config,
107107
)
108108

109109

0 commit comments

Comments
 (0)