Class CfnBridgeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnBridgeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBridgeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBridgeProps
@Stability(Stable)
@Internal
public static final class CfnBridgeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBridgeProps
An implementation for
CfnBridgeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnBridgeProps
CfnBridgeProps.Builder, CfnBridgeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBridgeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBridgeProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAn egress bridge is a cloud-to-ground bridge.final ObjectAn ingress bridge is a ground-to-cloud bridge.final StringgetName()The name of the bridge.final ObjectThe outputs that you want to add to this bridge.final StringThe bridge placement Amazon Resource Number (ARN).final ObjectThe settings for source failover.final ObjectThe sources that you want to add to this bridge.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnBridgeProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnBridgePropsThe name of the bridge.This name can not be modified after the bridge is created.
- Specified by:
getNamein interfaceCfnBridgeProps- See Also:
-
getPlacementArn
Description copied from interface:CfnBridgePropsThe bridge placement Amazon Resource Number (ARN).- Specified by:
getPlacementArnin interfaceCfnBridgeProps- See Also:
-
getSources
Description copied from interface:CfnBridgePropsThe sources that you want to add to this bridge.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBridge.BridgeSourceProperty>- Specified by:
getSourcesin interfaceCfnBridgeProps- See Also:
-
getEgressGatewayBridge
Description copied from interface:CfnBridgePropsAn egress bridge is a cloud-to-ground bridge.The content comes from an existing MediaConnect flow and is delivered to your premises.
Returns union: either
IResolvableorCfnBridge.EgressGatewayBridgeProperty- Specified by:
getEgressGatewayBridgein interfaceCfnBridgeProps- See Also:
-
getIngressGatewayBridge
Description copied from interface:CfnBridgePropsAn ingress bridge is a ground-to-cloud bridge.The content originates at your premises and is delivered to the cloud.
Returns union: either
IResolvableorCfnBridge.IngressGatewayBridgeProperty- Specified by:
getIngressGatewayBridgein interfaceCfnBridgeProps- See Also:
-
getOutputs
Description copied from interface:CfnBridgePropsThe outputs that you want to add to this bridge.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBridge.BridgeOutputProperty>- Specified by:
getOutputsin interfaceCfnBridgeProps- See Also:
-
getSourceFailoverConfig
Description copied from interface:CfnBridgePropsThe settings for source failover.Returns union: either
IResolvableorCfnBridge.FailoverConfigProperty- Specified by:
getSourceFailoverConfigin interfaceCfnBridgeProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-