AwsSimpleSubnetModule
Hierarchy
- unknown<AwsSimpleSubnetModuleSchema, AwsSimpleSubnet>
- AwsSimpleSubnetModule
Index
Constructors
constructor
Returns AwsSimpleSubnetModule
Methods
onInit
Parameters
inputs: AwsSimpleSubnetModuleSchema
Returns Promise<(AwsSimpleSubnet | AwsSimpleSubnetLocalFilesystemMountOverlay)[]>
registerMetadata
Parameters
inputs: AwsSimpleSubnetModuleSchema
Returns Promise<{ awsAccountId: string; awsAvailabilityZones: string[]; awsRegionId: string; awsRegionVpcCidrBlock: string }>
AwsSimpleSubnetModuleis a simple AWS subnet module that provides an implementation for theSubnetmodel. This module creates VPC subnets with configurable network settings, NAT gateway support, and filesystem mounting capabilities. It manages network isolation and connectivity for containerized applications within AWS regions.TypeScript
Modules/Subnet/AwsSimpleSubnet
Subnetmodel.