Class CfnBridgeMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBridgeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBridgeMixinProps
@Stability(Stable)
@Internal
public static final class CfnBridgeMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBridgeMixinProps
An implementation for
CfnBridgeMixinProps-
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.cfnpropertymixins.services.mediaconnect.CfnBridgeMixinProps
CfnBridgeMixinProps.Builder, CfnBridgeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBridgeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBridgeMixinProps.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 theCfnBridgeMixinProps.Builder.
-
-
Method Details
-
getEgressGatewayBridge
Description copied from interface:CfnBridgeMixinPropsAn 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
IResolvableorCfnBridgePropsMixin.EgressGatewayBridgeProperty- Specified by:
getEgressGatewayBridgein interfaceCfnBridgeMixinProps- See Also:
-
getIngressGatewayBridge
Description copied from interface:CfnBridgeMixinPropsAn ingress bridge is a ground-to-cloud bridge.The content originates at your premises and is delivered to the cloud.
Returns union: either
IResolvableorCfnBridgePropsMixin.IngressGatewayBridgeProperty- Specified by:
getIngressGatewayBridgein interfaceCfnBridgeMixinProps- See Also:
-
getName
Description copied from interface:CfnBridgeMixinPropsThe name of the bridge.This name can not be modified after the bridge is created.
- Specified by:
getNamein interfaceCfnBridgeMixinProps- See Also:
-
getOutputs
Description copied from interface:CfnBridgeMixinPropsThe outputs that you want to add to this bridge.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBridgePropsMixin.BridgeOutputProperty>- Specified by:
getOutputsin interfaceCfnBridgeMixinProps- See Also:
-
getPlacementArn
Description copied from interface:CfnBridgeMixinPropsThe bridge placement Amazon Resource Number (ARN).- Specified by:
getPlacementArnin interfaceCfnBridgeMixinProps- See Also:
-
getSourceFailoverConfig
Description copied from interface:CfnBridgeMixinPropsThe settings for source failover.Returns union: either
IResolvableorCfnBridgePropsMixin.FailoverConfigProperty- Specified by:
getSourceFailoverConfigin interfaceCfnBridgeMixinProps- See Also:
-
getSources
Description copied from interface:CfnBridgeMixinPropsThe sources that you want to add to this bridge.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnBridgePropsMixin.BridgeSourceProperty>- Specified by:
getSourcesin interfaceCfnBridgeMixinProps- 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()
-