@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.674Z") @Stability(value=Stable) public interface PublicHostedZoneAttributes extends software.amazon.jsii.JsiiSerializable, HostedZoneAttributes
Example:
IPublicHostedZone zoneFromAttributes = PublicHostedZone.fromPublicHostedZoneAttributes(this, "MyZone", PublicHostedZoneAttributes.builder()
.zoneName("example.com")
.hostedZoneId("ZOJJZC49E0EPZ")
.build());
// Does not know zoneName
IPublicHostedZone zoneFromId = PublicHostedZone.fromPublicHostedZoneId(this, "MyZone", "ZOJJZC49E0EPZ");
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublicHostedZoneAttributes.Builder
A builder for
PublicHostedZoneAttributes |
static class |
PublicHostedZoneAttributes.Jsii$Proxy
An implementation for
PublicHostedZoneAttributes |
| Modifier and Type | Method and Description |
|---|---|
static PublicHostedZoneAttributes.Builder |
builder() |
getHostedZoneId, getZoneName@Stability(value=Stable) static PublicHostedZoneAttributes.Builder builder()
builder in interface HostedZoneAttributesPublicHostedZoneAttributes.Builder of PublicHostedZoneAttributesCopyright © 2022. All rights reserved.