@Stability(value=Stable)
public static interface CfnPrivateDnsNamespace.SOAProperty
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.services.servicediscovery.*;
SOAProperty sOAProperty = SOAProperty.builder()
.ttl(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrivateDnsNamespace.SOAProperty.Builder
A builder for
CfnPrivateDnsNamespace.SOAProperty |
static class |
CfnPrivateDnsNamespace.SOAProperty.Jsii$Proxy
An implementation for
CfnPrivateDnsNamespace.SOAProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrivateDnsNamespace.SOAProperty.Builder |
builder() |
default Number |
getTtl()
The time to live (TTL) for purposes of negative caching.
|
@Stability(value=Stable) @Nullable default Number getTtl()
@Stability(value=Stable) static CfnPrivateDnsNamespace.SOAProperty.Builder builder()
Copyright © 2022. All rights reserved.