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

  • unknown
    • EfsMountTargetSchema

Index

Properties

properties

properties: any = ...

Input properties.

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

response

response: any = ...

Saved response.

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