Skip to main content

AwsRegionAnchorSchema

This anchor is associated with a Region model representing an AWS region.

@group

Anchors/AwsRegion

Hierarchy

  • BaseAnchorSchema
    • AwsRegionAnchorSchema

Index

Properties

inheritedanchorId

anchorId: string

inheritedparent

parent: IModelReference & { type: NodeType }

properties

properties: { awsRegionAZs: string[]; awsRegionId: string; regionId: string; vpcCidrBlock: string } = ...

Input properties.

  • properties.awsRegionAZs - List of availability zones in the region.
  • properties.awsRegionId - The AWS ID of the region.
  • properties.regionId - The logical ID of the region.
  • properties.vpcCidrBlock - The CIDR block for the VPC in this region.

Type declaration

  • awsRegionAZs: string[]
  • awsRegionId: string
  • regionId: string
  • vpcCidrBlock: string
Page Options