Class NdiConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.NdiConfig.Jsii$Proxy
- All Implemented Interfaces:
NdiConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NdiConfig
@Stability(Experimental)
@Internal
public static final class NdiConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NdiConfig
An implementation for
NdiConfig-
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.NdiConfig
NdiConfig.Builder, NdiConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NdiConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theNdiConfig.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 prefix for the names of the NDI sources that the flow creates.final List<NdiDiscoveryServerConfig> (experimental) Specifies the configuration settings for individual NDI discovery servers.final State(experimental) A setting that controls whether NDI sources or outputs can be used in the 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 theNdiConfig.Builder.
-
-
Method Details
-
getMachineName
Description copied from interface:NdiConfig(experimental) A prefix for the names of the NDI sources that the flow creates.If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
Default: - MediaConnect generates a unique 12-character ID
- Specified by:
getMachineNamein interfaceNdiConfig
-
getNdiDiscoveryServers
Description copied from interface:NdiConfig(experimental) Specifies the configuration settings for individual NDI discovery servers.A maximum of 3 servers is allowed.
Default: - no NDI discovery servers
- Specified by:
getNdiDiscoveryServersin interfaceNdiConfig
-
getNdiState
Description copied from interface:NdiConfig(experimental) A setting that controls whether NDI sources or outputs can be used in the flow.Must be ENABLED for the flow to support NDI sources or outputs.
Default: State.DISABLED
- Specified by:
getNdiStatein interfaceNdiConfig
-
$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()
-