Interface PrivateHostedZoneAttributes
- All Superinterfaces:
HostedZoneAttributes,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivateHostedZoneAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T10:47:28.612Z")
@Stability(Stable)
public interface PrivateHostedZoneAttributes
extends software.amazon.jsii.JsiiSerializable, HostedZoneAttributes
Reference to a private hosted zone.
Example:
IPrivateHostedZone privateZoneFromAttributes = PrivateHostedZone.fromPrivateHostedZoneAttributes(this, "MyPrivateZone", PrivateHostedZoneAttributes.builder()
.zoneName("example.local")
.hostedZoneId("ZOJJZC49E0EPZ")
.build());
// Does not know zoneName
IPrivateHostedZone privateZoneFromId = PrivateHostedZone.fromPrivateHostedZoneId(this, "MyPrivateZone", "ZOJJZC49E0EPZ");
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPrivateHostedZoneAttributesstatic final classAn implementation forPrivateHostedZoneAttributes -
Method Summary
Static MethodsMethods inherited from interface software.amazon.awscdk.services.route53.HostedZoneAttributes
getHostedZoneId, getZoneNameMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
-