Class CfnFlowMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowMixinProps
CfnFlowMixinProps-
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.CfnFlowMixinProps
CfnFlowMixinProps.Builder, CfnFlowMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFlowMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowMixinProps.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 StringThe Availability Zone that you want to create the flow in.final StringDetermines the processing capacity and feature set of the flow.final ObjectThe maintenance settings you want to use for the flow.final ObjectThe media streams that are associated with the flow.final StringgetName()The name of the flow.final ObjectSpecifies the configuration settings for NDI outputs.final ObjectThe settings for the source that you want to use for the new flow.final ObjectThe settings for source failover.final ObjectThe settings for source monitoring.final ObjectThe VPC Interfaces for this flow.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 theCfnFlowMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnFlowMixinPropsThe Availability Zone that you want to create the flow in.These options are limited to the Availability Zones within the current AWS Region.
- Specified by:
getAvailabilityZonein interfaceCfnFlowMixinProps- See Also:
-
getFlowSize
Description copied from interface:CfnFlowMixinPropsDetermines the processing capacity and feature set of the flow.Set this optional parameter to LARGE if you want to enable NDI outputs on the flow.
- Specified by:
getFlowSizein interfaceCfnFlowMixinProps- See Also:
-
getMaintenance
Description copied from interface:CfnFlowMixinPropsThe maintenance settings you want to use for the flow.Returns union: either
IResolvableorCfnFlowPropsMixin.MaintenanceProperty- Specified by:
getMaintenancein interfaceCfnFlowMixinProps- See Also:
-
getMediaStreams
Description copied from interface:CfnFlowMixinPropsThe media streams that are associated with the flow.After you associate a media stream with a source, you can also associate it with outputs on the flow.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.MediaStreamProperty>- Specified by:
getMediaStreamsin interfaceCfnFlowMixinProps- See Also:
-
getName
Description copied from interface:CfnFlowMixinPropsThe name of the flow.- Specified by:
getNamein interfaceCfnFlowMixinProps- See Also:
-
getNdiConfig
Description copied from interface:CfnFlowMixinPropsSpecifies the configuration settings for NDI outputs.Required when the flow includes NDI outputs.
Returns union: either
IResolvableorCfnFlowPropsMixin.NdiConfigProperty- Specified by:
getNdiConfigin interfaceCfnFlowMixinProps- See Also:
-
getSource
Description copied from interface:CfnFlowMixinPropsThe settings for the source that you want to use for the new flow.Returns union: either
IResolvableorCfnFlowPropsMixin.SourceProperty- Specified by:
getSourcein interfaceCfnFlowMixinProps- See Also:
-
getSourceFailoverConfig
Description copied from interface:CfnFlowMixinPropsThe settings for source failover.Returns union: either
IResolvableorCfnFlowPropsMixin.FailoverConfigProperty- Specified by:
getSourceFailoverConfigin interfaceCfnFlowMixinProps- See Also:
-
getSourceMonitoringConfig
Description copied from interface:CfnFlowMixinPropsThe settings for source monitoring.Returns union: either
IResolvableorCfnFlowPropsMixin.SourceMonitoringConfigProperty- Specified by:
getSourceMonitoringConfigin interfaceCfnFlowMixinProps- See Also:
-
getVpcInterfaces
Description copied from interface:CfnFlowMixinPropsThe VPC Interfaces for this flow.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.VpcInterfaceProperty>- Specified by:
getVpcInterfacesin interfaceCfnFlowMixinProps- 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()
-