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

AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails

import type { AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the Amazon Elastic File System file system that is used for task storage.

interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails {
FilesystemId?: string | null;
RootDirectory?: string | null;
TransitEncryption?: string | null;
TransitEncryptionPort?: number | null;
}

§Properties

§

The authorization configuration details for the Amazon EFS file system.

§
FilesystemId?: string | null
[src]

The Amazon EFS file system identifier to use.

§
RootDirectory?: string | null
[src]

The directory within the Amazon EFS file system to mount as the root directory inside the host.

§
TransitEncryption?: string | null
[src]

Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.

§
TransitEncryptionPort?: number | null
[src]

The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.