Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateMountTargetRequest

import type { CreateMountTargetRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface CreateMountTargetRequest {
FileSystemId: string;
IpAddress?: string | null;
SecurityGroups?: string[] | null;
SubnetId: string;
}

§Properties

§
FileSystemId: string
[src]

The ID of the file system for which to create the mount target.

§
IpAddress?: string | null
[src]

Valid IPv4 address within the address range of the specified subnet.

§
SecurityGroups?: string[] | null
[src]

Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified.

§
SubnetId: string
[src]

The ID of the subnet to add the mount target in. For file systems that use One Zone storage classes, use the subnet that is associated with the file system's Availability Zone.