Skip to main content

AwsSingleAzRegionModuleSchema

AwsSingleAzRegionModuleSchema is the input schema for the AwsSingleAzRegionModule module. This schema defines the required inputs for creating AWS regions within a single availability zone. Having all resources within a single availability zone ensures maximum network speed.

@group

Modules/Region/AwsSingleAzRegion

@see

AwsSingleAzRegionModule to learn more about the AwsSingleAzRegionModule module.

Index

Properties

account

account: Account = ...

The AWS account that this region will be associated with.

name

name: string = ...

The name of the region.

regionId

regionId: AwsSingleAzRegionId = ...

The availability zone for the AWS region. The region will be created in this availability zone.

vpcCidrBlock

vpcCidrBlock: string = ...

The CIDR block for the VPC in this region. This defines the IP address range for the virtual network infrastructure. The CIDR range should not overlap with any other CIDR ranges in the account.

Page Options