Skip to main content

EfsMountTargetSchema

The EfsMountTargetSchema class is the schema for the EfsMountTarget resource, which represents the AWS Elastic File System (EFS) Mount Target resource. This resource can create a efs mount target in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/EfsMountTarget

@overrideProperty

parents - This resource has parents.

@overrideProperty

resourceId - The resource id is of format efs-mount-<region-id>-<subnet-name>-<file-system-name>

Hierarchy

  • BaseResourceSchema
    • EfsMountTargetSchema

Index

Properties

inheritedparents

parents: IResourceReference[]

properties

properties: { awsAccountId: string; awsRegionId: string } = ...

Input properties.

  • properties.awsAccountId - The AWS account id.
  • properties.awsRegionId - The AWS region id.

Type declaration

  • awsAccountId: string
  • awsRegionId: string

inheritedresourceId

resourceId: string

response

response: { MountTargetId?: string; NetworkInterfaceId?: string } = ...

Saved response.

  • response.MountTargetId - The mount target id.
  • response.NetworkInterfaceId - The network interface id.

Type declaration

  • optionalMountTargetId?: string
  • optionalNetworkInterfaceId?: string

inheritedtags

tags: {}

Type declaration

  • [key string]: string