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: