--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_efs_mount_target Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::EFS::MountTarget --- # awscc_efs_mount_target (Resource) Resource Type definition for AWS::EFS::MountTarget ## Schema ### Required - `file_system_id` (String) - `security_groups` (Set of String) - `subnet_id` (String) ### Optional - `ip_address` (String) ### Read-Only - `id` (String) The ID of this resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_efs_mount_target.example ```