Interface DnsViewReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsViewReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:12:10.416Z")
@Stability(Stable)
public interface DnsViewReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DnsView resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.route53globalresolver.*;
DnsViewReference dnsViewReference = DnsViewReference.builder()
.dnsViewArn("dnsViewArn")
.dnsViewId("dnsViewId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDnsViewReferencestatic final classAn implementation forDnsViewReference -
Method Summary
Modifier and TypeMethodDescriptionstatic DnsViewReference.Builderbuilder()The ARN of the DnsView resource.The DnsViewId of the DnsView resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsViewArn
The ARN of the DnsView resource. -
getDnsViewId
The DnsViewId of the DnsView resource. -
builder
- Returns:
- a
DnsViewReference.BuilderofDnsViewReference
-