Interface CfnDomainNameV2.DomainNameConfigurationProperty

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

@Stability(Deprecated) @Deprecated public static interface CfnDomainNameV2.DomainNameConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Deprecated.
moved to package aws-apigatewayv2
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.apigateway.*;
 DomainNameConfigurationProperty domainNameConfigurationProperty = DomainNameConfigurationProperty.builder()
         .certificateArn("certificateArn")
         .certificateName("certificateName")
         .endpointType("endpointType")
         .build();
 

See Also: