@guardian/cdk
Preparing search index...
constructs/ec2
GuVpc
Class GuVpc
Index
Constructors
constructor
Methods
from
Id
from
Id
Parameter
subnets
subnets
From
Parameter
subnets
From
Parameter
Fixed
Number
Constructors
constructor
new
GuVpc
()
:
GuVpc
Returns
GuVpc
Methods
Static
from
Id
fromId
(
scope
:
GuStack
,
id
:
string
,
props
:
VpcFromIdProps
)
:
IVpc
Parameters
scope
:
GuStack
id
:
string
props
:
VpcFromIdProps
Returns
IVpc
Static
from
Id
Parameter
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
[]
Parameters
scope
:
GuStack
subnets
:
string
[]
Returns
ISubnet
[]
Static
subnets
From
Parameter
subnetsFromParameter
(
scope
:
GuStack
,
props
?:
GuSubnetProps
)
:
ISubnet
[]
Parameters
scope
:
GuStack
Optional
props
:
GuSubnetProps
Returns
ISubnet
[]
Static
subnets
From
Parameter
Fixed
Number
subnetsFromParameterFixedNumber
(
scope
:
GuStack
,
props
?:
GuSubnetProps
,
numSubnets
?:
number
,
)
:
ISubnet
[]
Parameters
scope
:
GuStack
Optional
props
:
GuSubnetProps
numSubnets
:
number
= 3
Returns
ISubnet
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Id
from
Id
Parameter
subnets
subnets
From
Parameter
subnets
From
Parameter
Fixed
Number
@guardian/cdk
Loading...