Interface CfnFlowOutput.InterfaceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowOutput.InterfaceProperty.Jsii$Proxy
- Enclosing class:
CfnFlowOutput
@Stability(Stable)
public static interface CfnFlowOutput.InterfaceProperty
extends software.amazon.jsii.JsiiSerializable
The VPC interface that is used for the media stream associated with the source or output.
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.*;
InterfaceProperty interfaceProperty = InterfaceProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowOutput.InterfacePropertystatic final classAn implementation forCfnFlowOutput.InterfaceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the VPC interface.- See Also:
-
builder
-