Skip to main content

AwsSubnetAnchorSchema

This anchor is associated with a Subnet model representing an AWS subnet.

@group

Anchors/AwsSubnet

Hierarchy

  • BaseAnchorSchema
    • AwsSubnetAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { AvailabilityZone: string; awsAccountId: string; awsRegionId: string; CidrBlock: string; subnetName: string } = ...

Input properties.

  • properties.AvailabilityZone - The availability zone for the subnet.
  • properties.awsAccountId - The AWS account ID.
  • properties.awsRegionId - The AWS region ID.
  • properties.CidrBlock - The CIDR block for the subnet.
  • properties.subnetName - The name of the subnet.

Type declaration

  • AvailabilityZone: string
  • awsAccountId: string
  • awsRegionId: string
  • CidrBlock: string
  • subnetName: string
Page Options