Interface CfnFlowOutput.VpcInterfaceAttachmentProperty

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

@Stability(Stable) public static interface CfnFlowOutput.VpcInterfaceAttachmentProperty extends software.amazon.jsii.JsiiSerializable
The VPC interface that you want to send your output to.

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.mediaconnect.*;
 VpcInterfaceAttachmentProperty vpcInterfaceAttachmentProperty = VpcInterfaceAttachmentProperty.builder()
         .vpcInterfaceName("vpcInterfaceName")
         .build();
 

See Also: