EfsMountTargetSchema
Hierarchy
- BaseResourceSchema
- EfsMountTargetSchema
Index
Properties
Properties
inheritedparents
properties
Input properties.
properties.awsAccountId
- The AWS account id.properties.awsRegionId
- The AWS region id.
Type declaration
awsAccountId: string
awsRegionId: string
inheritedresourceId
response
Saved response.
response.MountTargetId
- The mount target id.response.NetworkInterfaceId
- The network interface id.
Type declaration
optionalMountTargetId?: string
optionalNetworkInterfaceId?: string
inheritedtags
Type declaration
[key string]: string
The
EfsMountTargetSchema
class is the schema for theEfsMountTarget
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.Resources/EfsMountTarget
parents - This resource has parents.
resourceId - The resource id is of format
efs-mount-<region-id>-<subnet-name>-<file-system-name>