Interface CfnApiPropsMixin.DnsMapProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApiPropsMixin.DnsMapProperty.Jsii$Proxy
Enclosing class:
CfnApiPropsMixin

@Stability(Stable) public static interface CfnApiPropsMixin.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.cfnpropertymixins.services.appsync.*;
 DnsMapProperty dnsMapProperty = DnsMapProperty.builder()
         .http("http")
         .realtime("realtime")
         .build();
 

See Also: