Interface CfnEndpointPropsMixin.NetworkInterfaceProperty

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

@Stability(Stable) public static interface CfnEndpointPropsMixin.NetworkInterfaceProperty extends software.amazon.jsii.JsiiSerializable
The container for the network interface.

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.s3outposts.*;
 NetworkInterfaceProperty networkInterfaceProperty = NetworkInterfaceProperty.builder()
         .networkInterfaceId("networkInterfaceId")
         .build();
 

See Also: