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

Ec2Config

import type { Ec2Config } from "https://aws-api.deno.dev/v0.3/services/datasync.ts?docs=full";

The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.

interface Ec2Config {
SecurityGroupArns: string[];
SubnetArn: string;
}

§Properties

§
SecurityGroupArns: string[]
[src]

The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.

§
SubnetArn: string
[src]

The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.