| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static SubnetFilter |
SubnetFilter.availabilityZones(List<String> availabilityZones)
(experimental) Chooses subnets which are in one of the given availability zones.
|
static SubnetFilter |
SubnetFilter.containsIpAddresses(List<String> ipv4addrs)
(experimental) Chooses subnets which contain any of the specified IP addresses.
|
static SubnetFilter |
SubnetFilter.onePerAz()
(experimental) Chooses subnets such that there is at most one per availability zone.
|
| Modifier and Type | Method and Description |
|---|---|
default List<SubnetFilter> |
SubnetSelection.getSubnetFilters()
(experimental) List of provided subnet filters.
|
List<SubnetFilter> |
SubnetSelection.Jsii$Proxy.getSubnetFilters() |
| Modifier and Type | Method and Description |
|---|---|
SubnetSelection.Builder |
SubnetSelection.Builder.subnetFilters(List<? extends SubnetFilter> subnetFilters)
Sets the value of
SubnetSelection.getSubnetFilters() |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.