| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPrivateSubnet |
static interface |
IPrivateSubnet.Jsii$Default
Internal default implementation for
IPrivateSubnet. |
interface |
IPublicSubnet |
static interface |
IPublicSubnet.Jsii$Default
Internal default implementation for
IPublicSubnet. |
static interface |
ISubnet.Jsii$Default
Internal default implementation for
ISubnet. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPrivateSubnet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IPublicSubnet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
ISubnet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PrivateSubnet
Represents a private VPC subnet resource.
|
class |
PublicSubnet
Represents a public VPC subnet resource.
|
class |
Subnet
Represents a new VPC subnet resource.
|
| Modifier and Type | Method and Description |
|---|---|
static ISubnet |
Subnet.fromSubnetAttributes(software.constructs.Construct scope,
String id,
SubnetAttributes attrs) |
static ISubnet |
Subnet.fromSubnetId(software.constructs.Construct scope,
String id,
String subnetId)
Import existing subnet from id.
|
ISubnet |
SubnetNetworkAclAssociationProps.getSubnet()
ID of the Subnet.
|
ISubnet |
SubnetNetworkAclAssociationProps.Jsii$Proxy.getSubnet() |
ISubnet |
SubnetNetworkAclAssociation.getSubnet()
ID of the Subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
IVpc.getIsolatedSubnets()
List of isolated subnets in this VPC.
|
List<ISubnet> |
IVpc.Jsii$Proxy.getIsolatedSubnets()
List of isolated subnets in this VPC.
|
default List<ISubnet> |
IVpc.Jsii$Default.getIsolatedSubnets()
List of isolated subnets in this VPC.
|
List<ISubnet> |
Vpc.getIsolatedSubnets()
List of isolated subnets in this VPC.
|
List<ISubnet> |
IVpc.getPrivateSubnets()
List of private subnets in this VPC.
|
List<ISubnet> |
IVpc.Jsii$Proxy.getPrivateSubnets()
List of private subnets in this VPC.
|
default List<ISubnet> |
IVpc.Jsii$Default.getPrivateSubnets()
List of private subnets in this VPC.
|
List<ISubnet> |
Vpc.getPrivateSubnets()
List of private subnets in this VPC.
|
List<ISubnet> |
IVpc.getPublicSubnets()
List of public subnets in this VPC.
|
List<ISubnet> |
IVpc.Jsii$Proxy.getPublicSubnets()
List of public subnets in this VPC.
|
default List<ISubnet> |
IVpc.Jsii$Default.getPublicSubnets()
List of public subnets in this VPC.
|
List<ISubnet> |
Vpc.getPublicSubnets()
List of public subnets in this VPC.
|
default List<ISubnet> |
SubnetSelection.getSubnets()
Explicitly select individual subnets.
|
List<ISubnet> |
SubnetSelection.Jsii$Proxy.getSubnets() |
List<ISubnet> |
SelectedSubnets.getSubnets()
Selected subnet objects.
|
List<ISubnet> |
SelectedSubnets.Jsii$Proxy.getSubnets() |
protected List<ISubnet> |
Vpc.selectSubnetObjects()
Return the subnets appropriate for the placement strategy.
|
protected List<ISubnet> |
Vpc.selectSubnetObjects(SubnetSelection selection)
Return the subnets appropriate for the placement strategy.
|
List<ISubnet> |
SubnetFilter.selectSubnets(List<ISubnet> _subnets)
Executes the subnet filtering logic, returning a filtered set of subnets.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLogResourceType |
FlowLogResourceType.fromSubnet(ISubnet subnet)
The subnet to attach the Flow Log to.
|
SubnetNetworkAclAssociationProps.Builder |
SubnetNetworkAclAssociationProps.Builder.subnet(ISubnet subnet)
Sets the value of
SubnetNetworkAclAssociationProps.getSubnet() |
SubnetNetworkAclAssociation.Builder |
SubnetNetworkAclAssociation.Builder.subnet(ISubnet subnet)
ID of the Subnet.
|
static ClientVpnRouteTarget |
ClientVpnRouteTarget.subnet(ISubnet subnet)
Subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
SubnetFilter.selectSubnets(List<ISubnet> _subnets)
Executes the subnet filtering logic, returning a filtered set of subnets.
|
SubnetSelection.Builder |
SubnetSelection.Builder.subnets(List<? extends ISubnet> subnets)
Sets the value of
SubnetSelection.getSubnets() |
SelectedSubnets.Builder |
SelectedSubnets.Builder.subnets(List<? extends ISubnet> subnets)
Sets the value of
SelectedSubnets.getSubnets() |
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
Cluster.getKubectlPrivateSubnets()
Subnets to host the `kubectl` compute resources.
|
default List<ISubnet> |
ICluster.getKubectlPrivateSubnets()
Subnets to host the `kubectl` compute resources.
|
List<ISubnet> |
ICluster.Jsii$Proxy.getKubectlPrivateSubnets()
Subnets to host the `kubectl` compute resources.
|
default List<ISubnet> |
ICluster.Jsii$Default.getKubectlPrivateSubnets()
Subnets to host the `kubectl` compute resources.
|
| Modifier and Type | Method and Description |
|---|---|
ISubnet |
LustreFileSystemProps.getVpcSubnet()
The subnet that the file system will be accessible from.
|
ISubnet |
LustreFileSystemProps.Jsii$Proxy.getVpcSubnet() |
| Modifier and Type | Method and Description |
|---|---|
LustreFileSystemProps.Builder |
LustreFileSystemProps.Builder.vpcSubnet(ISubnet vpcSubnet)
Sets the value of
LustreFileSystemProps.getVpcSubnet() |
LustreFileSystem.Builder |
LustreFileSystem.Builder.vpcSubnet(ISubnet vpcSubnet)
The subnet that the file system will be accessible from.
|
Copyright © 2022. All rights reserved.