| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcLink.addSubnets(ISubnet... subnets)
(experimental) Adds the provided subnets to the vpc link.
|
| 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 |
SubnetNetworkAclAssociationProps.getSubnet()
(experimental) ID of the Subnet.
|
ISubnet |
SubnetNetworkAclAssociationProps.Jsii$Proxy.getSubnet() |
ISubnet |
SubnetNetworkAclAssociation.getSubnet()
(experimental) ID of the Subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISubnet> |
Vpc.getIsolatedSubnets()
(experimental) List of isolated subnets in this VPC.
|
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.getPrivateSubnets()
(experimental) List of private 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.getPublicSubnets()
(experimental) List of public 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> |
SelectedSubnets.getSubnets()
(experimental) Selected subnet objects.
|
List<ISubnet> |
SelectedSubnets.Jsii$Proxy.getSubnets() |
default List<ISubnet> |
SubnetSelection.getSubnets()
(experimental) Explicitly select individual subnets.
|
List<ISubnet> |
SubnetSelection.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.
|
SubnetNetworkAclAssociationProps.Builder |
SubnetNetworkAclAssociationProps.Builder.subnet(ISubnet subnet)
Sets the value of
SubnetNetworkAclAssociationProps.getSubnet() |
static ClientVpnRouteTarget |
ClientVpnRouteTarget.subnet(ISubnet subnet)
(experimental) Subnet.
|
SubnetNetworkAclAssociation.Builder |
SubnetNetworkAclAssociation.Builder.subnet(ISubnet subnet)
(experimental) ID of the 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.
|
SelectedSubnets.Builder |
SelectedSubnets.Builder.subnets(List<? extends ISubnet> subnets)
Sets the value of
SelectedSubnets.getSubnets() |
SubnetSelection.Builder |
SubnetSelection.Builder.subnets(List<? extends ISubnet> subnets)
Sets the value of
SubnetSelection.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,
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,
String subnetName,
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 |
|---|---|
List<ISubnet> |
VpcOptions.getSubnets()
(experimental) Provide one subnet for each Availability Zone that your domain uses.
|
List<ISubnet> |
VpcOptions.Jsii$Proxy.getSubnets() |
| Modifier and Type | Method and Description |
|---|---|
VpcOptions.Builder |
VpcOptions.Builder.subnets(List<? extends ISubnet> subnets)
Sets the value of
VpcOptions.getSubnets() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends ISecurityGroup> securityGroups,
List<? extends ISubnet> subnets)
Constructor that initializes the object based on literal property values passed by the
VpcOptions.Builder. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
default ISubnet |
ConnectionOptions.getSubnet()
(experimental) The VPC subnet to connect to resources within a VPC.
|
ISubnet |
ConnectionOptions.Jsii$Proxy.getSubnet() |
ISubnet |
ConnectionProps.Jsii$Proxy.getSubnet() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionOptions.Builder |
ConnectionOptions.Builder.subnet(ISubnet subnet)
Sets the value of
ConnectionOptions.getSubnet() |
ConnectionProps.Builder |
ConnectionProps.Builder.subnet(ISubnet subnet)
Sets the value of
ConnectionOptions.getSubnet() |
Connection.Builder |
Connection.Builder.subnet(ISubnet subnet)
(experimental) The VPC subnet to connect to resources within a VPC.
|
| Constructor and Description |
|---|
Jsii$Proxy(ConnectionType type,
String connectionName,
String description,
List<String> matchCriteria,
Map<String,String> properties,
List<? extends ISecurityGroup> securityGroups,
ISubnet subnet)
Constructor that initializes the object based on literal property values passed by the
ConnectionProps.Builder. |
Jsii$Proxy(String connectionName,
String description,
List<String> matchCriteria,
Map<String,String> properties,
List<? extends ISecurityGroup> securityGroups,
ISubnet subnet)
Constructor that initializes the object based on literal property values passed by the
ConnectionOptions.Builder. |
Copyright © 2021. All rights reserved.