@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:55.119Z") @Stability(value=Experimental) 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.core.*;
import software.amazon.awscdk.services.route53.*;
Duration duration;
ZoneDelegationOptions zoneDelegationOptions = ZoneDelegationOptions.builder()
.comment("comment")
.ttl(duration)
.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()
(experimental) A comment to add on the DNS record created to incorporate the delegation.
|
default Duration |
getTtl()
(experimental) The TTL (Time To Live) of the DNS delegation record in DNS caches.
|
@Stability(value=Experimental) @Nullable default String getComment()
Default: none
@Stability(value=Experimental) @Nullable default Duration getTtl()
Default: 172800
@Stability(value=Experimental) static ZoneDelegationOptions.Builder builder()
ZoneDelegationOptions.Builder of ZoneDelegationOptionsCopyright © 2022. All rights reserved.