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

AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails

import type { AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails {
AccessPointId?: string | null;
Iam?: string | null;
}

§Properties

§
AccessPointId?: string | null
[src]

The Amazon EFS access point identifier to use.

§
Iam?: string | null
[src]

Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.