Interface CfnFlowSourcePropsMixin.GatewayBridgeSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowSourcePropsMixin.GatewayBridgeSourceProperty.Jsii$Proxy
- Enclosing class:
CfnFlowSourcePropsMixin
@Stability(Stable)
public static interface CfnFlowSourcePropsMixin.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.cfnpropertymixins.services.mediaconnect.*;
GatewayBridgeSourceProperty gatewayBridgeSourceProperty = GatewayBridgeSourceProperty.builder()
.bridgeArn("bridgeArn")
.vpcInterfaceAttachment(VpcInterfaceAttachmentProperty.builder()
.vpcInterfaceName("vpcInterfaceName")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowSourcePropsMixin.GatewayBridgeSourcePropertystatic final classAn implementation forCfnFlowSourcePropsMixin.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.Returns union: either
IResolvableorCfnFlowSourcePropsMixin.VpcInterfaceAttachmentProperty- See Also:
-
builder
-