| 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
(experimental) Represents a private VPC subnet resource.
|
class |
PublicSubnet
(experimental) Represents a public VPC subnet resource.
|
class |
Subnet
(experimental) 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)
(experimental) Import existing subnet from id.
|
ISubnet |
SubnetNetworkAclAssociation.getSubnet()
(experimental) ID of the Subnet.
|
ISubnet |
SubnetNetworkAclAssociationProps.getSubnet()
(experimental) ID of the Subnet.
|
ISubnet |
SubnetNetworkAclAssociationProps.Jsii$Proxy.getSubnet() |
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
IVpc.getIsolatedSubnets()
(experimental) List of isolated subnets in this VPC.
|
List<ISubnet> |
IVpc.Jsii$Proxy.getIsolatedSubnets()
(experimental) List of isolated subnets in this VPC.
|
default List<ISubnet> |
IVpc.Jsii$Default.getIsolatedSubnets()
(experimental) List of isolated subnets in this VPC.
|
List<ISubnet> |
Vpc.getIsolatedSubnets()
(experimental) List of isolated subnets in this VPC.
|
List<ISubnet> |
IVpc.getPrivateSubnets()
(experimental) List of private subnets in this VPC.
|
List<ISubnet> |
IVpc.Jsii$Proxy.getPrivateSubnets()
(experimental) List of private subnets in this VPC.
|
default List<ISubnet> |
IVpc.Jsii$Default.getPrivateSubnets()
(experimental) List of private subnets in this VPC.
|
List<ISubnet> |
Vpc.getPrivateSubnets()
(experimental) List of private subnets in this VPC.
|
List<ISubnet> |
IVpc.getPublicSubnets()
(experimental) List of public subnets in this VPC.
|
List<ISubnet> |
IVpc.Jsii$Proxy.getPublicSubnets()
(experimental) List of public subnets in this VPC.
|
default List<ISubnet> |
IVpc.Jsii$Default.getPublicSubnets()
(experimental) List of public subnets in this VPC.
|
List<ISubnet> |
Vpc.getPublicSubnets()
(experimental) List of public subnets in this VPC.
|
default List<ISubnet> |
SubnetSelection.getSubnets()
(experimental) Explicitly select individual subnets.
|
List<ISubnet> |
SubnetSelection.Jsii$Proxy.getSubnets() |
List<ISubnet> |
SelectedSubnets.getSubnets()
(experimental) Selected subnet objects.
|
List<ISubnet> |
SelectedSubnets.Jsii$Proxy.getSubnets() |
protected List<ISubnet> |
Vpc.selectSubnetObjects()
(experimental) Return the subnets appropriate for the placement strategy.
|
protected List<ISubnet> |
Vpc.selectSubnetObjects(SubnetSelection selection)
(experimental) Return the subnets appropriate for the placement strategy.
|
List<ISubnet> |
SubnetFilter.selectSubnets(List<ISubnet> _subnets)
(experimental) Executes the subnet filtering logic, returning a filtered set of subnets.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowLogResourceType |
FlowLogResourceType.fromSubnet(ISubnet subnet)
(experimental) The subnet to attach the Flow Log to.
|
SubnetNetworkAclAssociation.Builder |
SubnetNetworkAclAssociation.Builder.subnet(ISubnet subnet)
(experimental) ID of the Subnet.
|
SubnetNetworkAclAssociationProps.Builder |
SubnetNetworkAclAssociationProps.Builder.subnet(ISubnet subnet)
Sets the value of
SubnetNetworkAclAssociationProps.getSubnet() |
static ClientVpnRouteTarget |
ClientVpnRouteTarget.subnet(ISubnet subnet)
(experimental) Subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
SubnetFilter.selectSubnets(List<ISubnet> _subnets)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(INetworkAcl networkAcl,
ISubnet subnet,
String subnetNetworkAclAssociationName)
Constructor that initializes the object based on literal property values passed by the
SubnetNetworkAclAssociationProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> availabilityZones,
Boolean hasPublic,
software.constructs.IDependable internetConnectivityEstablished,
List<String> subnetIds,
List<? extends ISubnet> subnets)
Constructor that initializes the object based on literal property values passed by the
SelectedSubnets.Builder. |
Jsii$Proxy(List<String> availabilityZones,
Boolean onePerAz,
List<? extends SubnetFilter> subnetFilters,
String subnetGroupName,
List<? extends ISubnet> subnets,
SubnetType subnetType)
Constructor that initializes the object based on literal property values passed by the
SubnetSelection.Builder. |
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
Cluster.getKubectlPrivateSubnets()
(experimental) Subnets to host the `kubectl` compute resources.
|
default List<ISubnet> |
ICluster.getKubectlPrivateSubnets()
(experimental) Subnets to host the `kubectl` compute resources.
|
List<ISubnet> |
ICluster.Jsii$Proxy.getKubectlPrivateSubnets()
(experimental) Subnets to host the `kubectl` compute resources.
|
default List<ISubnet> |
ICluster.Jsii$Default.getKubectlPrivateSubnets()
(experimental) Subnets to host the `kubectl` compute resources.
|
| Modifier and Type | Method and Description |
|---|---|
ISubnet |
LustreFileSystemProps.getVpcSubnet()
(experimental) 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)
(experimental) The subnet that the file system will be accessible from.
|
| Constructor and Description |
|---|
Jsii$Proxy(LustreConfiguration lustreConfiguration,
ISubnet vpcSubnet,
Number storageCapacityGiB,
IVpc vpc,
String backupId,
IKey kmsKey,
RemovalPolicy removalPolicy,
ISecurityGroup securityGroup)
Constructor that initializes the object based on literal property values passed by the
LustreFileSystemProps.Builder. |
Copyright © 2021. All rights reserved.