Interface CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty

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

@Stability(Stable) public static interface CfnOdbNetworkPropsMixin.ServiceNetworkEndpointProperty extends software.amazon.jsii.JsiiSerializable
The configuration for a service network 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.cfnpropertymixins.services.odb.*;
 ServiceNetworkEndpointProperty serviceNetworkEndpointProperty = ServiceNetworkEndpointProperty.builder()
         .vpcEndpointId("vpcEndpointId")
         .vpcEndpointType("vpcEndpointType")
         .build();
 

See Also: