@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-17T00:04:25.768Z") @Stability(value=Stable) public interface ZoneDelegationOptions extends software.amazon.jsii.JsiiSerializable
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 ZoneDelegationOptions
Copyright © 2021. All rights reserved.