Interface PublicHostedZoneAttributes
- All Superinterfaces:
HostedZoneAttributes
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PublicHostedZoneAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.037Z")
@Stability(Stable)
public interface PublicHostedZoneAttributes
extends software.amazon.jsii.JsiiSerializable, HostedZoneAttributes
Reference to a public hosted zone.
Example:
IHostedZone zoneFromAttributes = PublicHostedZone.fromPublicHostedZoneAttributes(this, "MyZone", PublicHostedZoneAttributes.builder() .zoneName("example.com") .hostedZoneId("ZOJJZC49E0EPZ") .build()); // Does not know zoneName IPublicHostedZone zoneFromId = PublicHostedZone.fromPublicHostedZoneId(this, "MyZone", "ZOJJZC49E0EPZ");
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forPublicHostedZoneAttributes
static final class
An implementation forPublicHostedZoneAttributes
-
Method Summary
Methods inherited from interface software.amazon.awscdk.services.route53.HostedZoneAttributes
getHostedZoneId, getZoneName
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
PublicHostedZoneAttributes.Builder
ofPublicHostedZoneAttributes
-