@Stability(value=Stable)
public static interface CfnService.DnsRecordProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
DnsRecordProperty dnsRecordProperty = DnsRecordProperty.builder()
.ttl(123)
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.DnsRecordProperty.Builder
A builder for
CfnService.DnsRecordProperty |
static class |
CfnService.DnsRecordProperty.Jsii$Proxy
An implementation for
CfnService.DnsRecordProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.DnsRecordProperty.Builder |
builder() |
Number |
getTtl()
`CfnService.DnsRecordProperty.TTL`.
|
String |
getType()
`CfnService.DnsRecordProperty.Type`.
|
@Stability(value=Stable) @NotNull Number getTtl()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnService.DnsRecordProperty.Builder builder()
Copyright © 2021. All rights reserved.