@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.679Z") @Stability(value=Stable) public interface ZoneDelegationOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
import software.amazon.awscdk.services.route53.*;
ZoneDelegationOptions zoneDelegationOptions = ZoneDelegationOptions.builder()
.comment("comment")
.ttl(Duration.minutes(30))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ZoneDelegationOptions.Builder
A builder for
ZoneDelegationOptions |
static class |
ZoneDelegationOptions.Jsii$Proxy
An implementation for
ZoneDelegationOptions |
| Modifier and Type | Method and Description |
|---|---|
static ZoneDelegationOptions.Builder |
builder() |
default String |
getComment()
A comment to add on the DNS record created to incorporate the delegation.
|
default Duration |
getTtl()
The TTL (Time To Live) of the DNS delegation record in DNS caches.
|
@Stability(value=Stable) @Nullable default String getComment()
Default: none
@Stability(value=Stable) @Nullable default Duration getTtl()
Default: 172800
@Stability(value=Stable) static ZoneDelegationOptions.Builder builder()
ZoneDelegationOptions.Builder of ZoneDelegationOptionsCopyright © 2022. All rights reserved.