public static interface CfnResolverEndpoint.IpAddressRequestProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.route53resolver.*; IpAddressRequestProperty ipAddressRequestProperty = IpAddressRequestProperty.builder() .subnetId("subnetId") // the properties below are optional .ip("ip") .ipv6("ipv6") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResolverEndpoint.IpAddressRequestProperty.Builder
A builder for
CfnResolverEndpoint.IpAddressRequestProperty |
static class |
CfnResolverEndpoint.IpAddressRequestProperty.Jsii$Proxy
An implementation for
CfnResolverEndpoint.IpAddressRequestProperty |
Modifier and Type | Method and Description |
---|---|
static CfnResolverEndpoint.IpAddressRequestProperty.Builder |
builder() |
default java.lang.String |
getIp()
The IPv4 address that you want to use for DNS queries.
|
default java.lang.String |
getIpv6()
The IPv6 address that you want to use for DNS queries.
|
java.lang.String |
getSubnetId()
The ID of the subnet that contains the IP address.
|
java.lang.String getSubnetId()
default java.lang.String getIp()
default java.lang.String getIpv6()
static CfnResolverEndpoint.IpAddressRequestProperty.Builder builder()