Amazon EFS · JSON Structure

Efs Openapi Mount Target Structure

MountTarget schema from Amazon EFS Amazon Elastic File System (EFS) API

Type: object Properties: 9
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorage

MountTarget is a JSON Structure definition published by Amazon EFS, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MountTargetId FileSystemId SubnetId LifeCycleState IpAddress NetworkInterfaceId AvailabilityZoneId AvailabilityZoneName VpcId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-efs/refs/heads/main/json-structure/efs-openapi-mount-target-structure.json",
  "name": "MountTarget",
  "description": "MountTarget schema from Amazon EFS Amazon Elastic File System (EFS) API",
  "type": "object",
  "properties": {
    "MountTargetId": {
      "type": "string",
      "description": "System-assigned mount target ID."
    },
    "FileSystemId": {
      "type": "string",
      "description": "The ID of the file system for which the mount target is intended."
    },
    "SubnetId": {
      "type": "string",
      "description": "The ID of the subnet."
    },
    "LifeCycleState": {
      "type": "string",
      "description": "Lifecycle state of the mount target."
    },
    "IpAddress": {
      "type": "string",
      "description": "Address at which the file system is mountable."
    },
    "NetworkInterfaceId": {
      "type": "string",
      "description": "The ID of the network interface."
    },
    "AvailabilityZoneId": {
      "type": "string",
      "description": "The unique and consistent identifier of the Availability Zone."
    },
    "AvailabilityZoneName": {
      "type": "string",
      "description": "The name of the Availability Zone."
    },
    "VpcId": {
      "type": "string",
      "description": "The Virtual Private Cloud ID."
    }
  }
}