@Stability(value=Stable)
public static interface CfnResolverEndpoint.IpAddressRequestProperty
extends software.amazon.jsii.JsiiSerializable
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")
.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 String |
getIp()
The IP address that you want to use for DNS queries.
|
String |
getSubnetId()
The ID of the subnet that contains the IP address.
|
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) @Nullable default String getIp()
@Stability(value=Stable) static CfnResolverEndpoint.IpAddressRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.