Interface CfnInstanceConnectEndpoint.InstanceConnectEndpointDnsNamesProperty

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

@Stability(Stable) public static interface CfnInstanceConnectEndpoint.InstanceConnectEndpointDnsNamesProperty extends software.amazon.jsii.JsiiSerializable
The DNS names of the endpoint.

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.ec2.*;
 InstanceConnectEndpointDnsNamesProperty instanceConnectEndpointDnsNamesProperty = InstanceConnectEndpointDnsNamesProperty.builder()
         .dnsName("dnsName")
         .fipsDnsName("fipsDnsName")
         .build();
 

See Also: