You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Creates a new config from the given mount point and access point or file system.
242
244
245
+
Important: Must provide either access point or file system.
246
+
243
247
Args:
244
248
mount_point (StrPath): Intended mount point of the EFS file system on the host.
245
-
access_point (Optional[Union[str, AccessPointDescriptionTypeDef]]): Identifier of the access point or the access point description. If specified as a string, can be either the access point id or name. Defaults to None.
246
-
file_system (Optional[Union[str, FileSystemDescriptionTypeDef]]): Identifier of the file system or the file system description. If specified as a string, can be either the file system id or name. Defaults to None.
0 commit comments