@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.800Z") @Stability(value=Stable) public interface HostedZoneAttributes extends software.amazon.jsii.JsiiSerializable
Example:
HttpsRedirect.Builder.create(this, "Redirect")
.recordNames(List.of("foo.example.com"))
.targetDomain("bar.example.com")
.zone(HostedZone.fromHostedZoneAttributes(this, "HostedZone", HostedZoneAttributes.builder()
.hostedZoneId("ID")
.zoneName("example.com")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HostedZoneAttributes.Builder
A builder for
HostedZoneAttributes |
static class |
HostedZoneAttributes.Jsii$Proxy
An implementation for
HostedZoneAttributes |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneAttributes.Builder |
builder() |
String |
getHostedZoneId()
Identifier of the hosted zone.
|
String |
getZoneName()
Name of the hosted zone.
|
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) @NotNull String getZoneName()
@Stability(value=Stable) static HostedZoneAttributes.Builder builder()
HostedZoneAttributes.Builder of HostedZoneAttributesCopyright © 2022. All rights reserved.