Interface CfnServiceNetworkVpcAssociationPropsMixin.DnsOptionsProperty

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

@Stability(Stable) public static interface CfnServiceNetworkVpcAssociationPropsMixin.DnsOptionsProperty extends software.amazon.jsii.JsiiSerializable
The DNS configuration options.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.*;
 DnsOptionsProperty dnsOptionsProperty = DnsOptionsProperty.builder()
         .privateDnsPreference("privateDnsPreference")
         .privateDnsSpecifiedDomains(List.of("privateDnsSpecifiedDomains"))
         .build();
 

See Also: