Class FlowOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.FlowOutputProps.Jsii$Proxy
- All Implemented Interfaces:
FlowOutputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FlowOutputProps
@Stability(Experimental)
@Internal
public static final class FlowOutputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FlowOutputProps
An implementation for
FlowOutputProps-
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.alpha.FlowOutputProps
FlowOutputProps.Builder, FlowOutputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(FlowOutputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFlowOutputProps.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 String(experimental) A description of the output.final IFlowgetFlow()(experimental) The flow this output is attached to.final String(experimental) The name of the output.final OutputConfiguration(experimental) Output configuration.final State(experimental) An indication of whether the output should transmit data or not.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 theFlowOutputProps.Builder.
-
-
Method Details
-
getFlow
Description copied from interface:FlowOutputProps(experimental) The flow this output is attached to.- Specified by:
getFlowin interfaceFlowOutputProps
-
getOutput
Description copied from interface:FlowOutputProps(experimental) Output configuration.- Specified by:
getOutputin interfaceFlowOutputProps
-
getDescription
Description copied from interface:FlowOutputProps(experimental) A description of the output.This description appears only on the MediaConnect console and will not be seen by the end user.
Default: - no description
- Specified by:
getDescriptionin interfaceFlowOutputProps
-
getFlowOutputName
Description copied from interface:FlowOutputProps(experimental) The name of the output.Default: - auto-generated
- Specified by:
getFlowOutputNamein interfaceFlowOutputProps
-
getOutputStatus
Description copied from interface:FlowOutputProps(experimental) An indication of whether the output should transmit data or not.Default: - undefined; when omitted, MediaConnect enables the output (ENABLED) at deploy time
- Specified by:
getOutputStatusin interfaceFlowOutputProps
-
$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()
-