Skip to main content

AwsSubnetLocalFilesystemMountAnchorSchema

This anchor is associated with an AOverlay overlay representing a filesystem mount in an AWS subnet.

@group

Anchors/AwsSubnet

Hierarchy

  • BaseAnchorSchema
    • AwsSubnetLocalFilesystemMountAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

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

Input properties.

  • properties.awsAccountId: AWS account ID.
  • properties.awsRegionId: AWS region ID.
  • properties.filesystemName: Name of the filesystem.
  • properties.subnetName: Name of the subnet.

Type declaration

  • awsAccountId: string
  • awsRegionId: string
  • filesystemName: string
  • subnetName: string
Page Options