Skip to main content

AwsMultiAzRegionModuleSchema

AwsMultiAzRegionModuleSchema is the input schema for the AwsMultiAzRegionModule module. This schema defines the required inputs for creating AWS regions with multiple availability zones.

@group

Modules/Region/AwsMultiAzRegion

@see

AwsMultiAzRegionModule to learn more about the AwsMultiAzRegionModule module.

Index

Properties

account

account: Account = ...

The AWS account that this region will be associated with.

name

name: string = ...

The name of the region.

regionIds

regionIds: AwsMultiAzRegionId[] = ...

The availability zones for the AWS region. The region will be created in these availability zones.

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