Interface CfnApi.DnsMapProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApi.DnsMapProperty.Jsii$Proxy
- Enclosing class:
CfnApi
@Stability(Stable)
public static interface CfnApi.DnsMapProperty
extends software.amazon.jsii.JsiiSerializable
A map of DNS names for the Api.
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.appsync.*; DnsMapProperty dnsMapProperty = DnsMapProperty.builder() .http("http") .realtime("realtime") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApi.DnsMapProperty
static final class
An implementation forCfnApi.DnsMapProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHttp
The domain name of the Api's HTTP endpoint.- See Also:
-
getRealtime
The domain name of the Api's real-time endpoint.- See Also:
-
builder
- Returns:
- a
CfnApi.DnsMapProperty.Builder
ofCfnApi.DnsMapProperty
-