@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-21T11:01:44.960Z") @Stability(value=Stable) public interface SelectedSubnets extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
SelectedSubnets.Builder
A builder for
SelectedSubnets |
static class |
SelectedSubnets.Jsii$Proxy
An implementation for
SelectedSubnets |
Modifier and Type | Method and Description |
---|---|
static SelectedSubnets.Builder |
builder() |
List<String> |
getAvailabilityZones()
The respective AZs of each subnet.
|
Boolean |
getHasPublic()
Whether any of the given subnets are from the VPC's public subnets.
|
IDependable |
getInternetConnectivityEstablished()
Dependency representing internet connectivity for these subnets.
|
List<String> |
getSubnetIds()
The subnet IDs.
|
List<ISubnet> |
getSubnets()
Selected subnet objects.
|
@Stability(value=Stable) @NotNull List<String> getAvailabilityZones()
@Stability(value=Stable) @NotNull Boolean getHasPublic()
@Stability(value=Stable) @NotNull IDependable getInternetConnectivityEstablished()
@Stability(value=Stable) static SelectedSubnets.Builder builder()
SelectedSubnets.Builder
of SelectedSubnets
Copyright © 2020. All rights reserved.