Skip to main content

EfsSchema

The EfsSchema class is the schema for the Efs resource, which represents the AWS Elastic File System (EFS) resource. This resource can create an efs in AWS using the AWS JavaScript SDK V3 API. See official sdk docs.

@group

Resources/Efs

@overrideProperty

parents - This resource has no parents.

@overrideProperty

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

Hierarchy

  • unknown
    • EfsSchema

Index

Properties

properties

properties: any = ...

Input properties.

  • properties.awsAccountId - The AWS account id.
  • properties.awsRegionId - The AWS region id.
  • properties.filesystemName - The filesystem name.

response

response: any = ...

Saved response.

  • response.FileSystemArn - The filesystem arn.
  • response.FileSystemId - The filesystem id.
Page Options