Interface CfnFlow.GatewayBridgeSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.GatewayBridgeSourceProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.GatewayBridgeSourceProperty
extends software.amazon.jsii.JsiiSerializable
The source configuration for cloud flows receiving a stream from a bridge.
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.*; GatewayBridgeSourceProperty gatewayBridgeSourceProperty = GatewayBridgeSourceProperty.builder() .bridgeArn("bridgeArn") // the properties below are optional .vpcInterfaceAttachment(VpcInterfaceAttachmentProperty.builder() .vpcInterfaceName("vpcInterfaceName") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFlow.GatewayBridgeSourceProperty
static final class
An implementation forCfnFlow.GatewayBridgeSourceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBridgeArn
The ARN of the bridge feeding this flow.- See Also:
-
getVpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.- See Also:
-
builder
-