EfsSchema
Hierarchy
- BaseResourceSchema- EfsSchema
 
Index
Properties
Properties
inheritedparents
properties
Input properties.
- properties.awsAccountId- The AWS account id.
- properties.awsRegionId- The AWS region id.
- properties.filesystemName- The filesystem name.
Type declaration
- awsAccountId: string
- awsRegionId: string
- filesystemName: string
inheritedresourceId
response
Saved response.
- response.FileSystemArn- The filesystem arn.
- response.FileSystemId- The filesystem id.
Type declaration
- optionalFileSystemArn?: string
- optionalFileSystemId?: string
inheritedtags
Type declaration
- [key string]: string
The
EfsSchemaclass is the schema for theEfsresource, 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.Resources/Efs
parents - This resource has no parents.
resourceId - The resource id is of format
efs-<region-id>-<file-system-name>