@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:58.109Z") public interface PublicHostedZoneAttributes extends HostedZoneAttributes
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");
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
static PublicHostedZoneAttributes.Builder builder()
builder
in interface HostedZoneAttributes
PublicHostedZoneAttributes.Builder
of PublicHostedZoneAttributes