Constructors
Methods
Static
fromId
fromId(scope: GuStack, id: string, props: VpcFromIdProps): IVpc Parameters
- scope: GuStack
- id: string
- props: VpcFromIdProps
Returns IVpc
Static
fromIdParameter
fromIdParameter( scope: GuStack, id: string, props?: VpcFromIdParameterProps,): IVpc Parameters
- scope: GuStack
- id: string
Optional
props: VpcFromIdParameterProps
Returns IVpc
Static
subnets
subnets(scope: GuStack, subnets: string[]): ISubnet[]
Static
subnetsFromParameter
Static
subnetsFromParameterFixedNumber
subnetsFromParameterFixedNumber( scope: GuStack, props?: GuSubnetProps, numSubnets?: number,): ISubnet[]