Class ZixiPushOutputConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.ZixiPushOutputConfig.Jsii$Proxy
- All Implemented Interfaces:
ZixiPushOutputConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ZixiPushOutputConfig
@Stability(Experimental)
@Internal
public static final class ZixiPushOutputConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ZixiPushOutputConfig
An implementation for
ZixiPushOutputConfig-
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.ZixiPushOutputConfig
ZixiPushOutputConfig.Builder, ZixiPushOutputConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ZixiPushOutputConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theZixiPushOutputConfig.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 boolean(experimental) The range of IP addresses that should be allowed to initiate output requests to this flow.final String(experimental) The IP address where you want to send the output.final StaticKeyEncryption(experimental) Static key encryption for this output.final Duration(experimental) The maximum latency for Zixi-based streams.final NumbergetPort()(experimental) The port to use when content is distributed to this output.final String(experimental) The stream ID that you want to use for this transport.final VpcInterfaceConfig(experimental) The VPC interface attachment to use for this output.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 theZixiPushOutputConfig.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:ZixiPushOutputConfig(experimental) The IP address where you want to send the output.- Specified by:
getDestinationin interfaceZixiPushOutputConfig
-
getMaxLatency
Description copied from interface:ZixiPushOutputConfig(experimental) The maximum latency for Zixi-based streams.- Specified by:
getMaxLatencyin interfaceZixiPushOutputConfig
-
getPort
Description copied from interface:ZixiPushOutputConfig(experimental) The port to use when content is distributed to this output.- Specified by:
getPortin interfaceZixiPushOutputConfig
-
getStreamId
Description copied from interface:ZixiPushOutputConfig(experimental) The stream ID that you want to use for this transport.- Specified by:
getStreamIdin interfaceZixiPushOutputConfig
-
getCidrAllowList
Description copied from interface:ZixiPushOutputConfig(experimental) The range of IP addresses that should be allowed to initiate output requests to this flow.These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
Default: - no CIDR allow list
- Specified by:
getCidrAllowListin interfaceZixiPushOutputConfig
-
getEncryption
Description copied from interface:ZixiPushOutputConfig(experimental) Static key encryption for this output.Default: - no encryption
- Specified by:
getEncryptionin interfaceZixiPushOutputConfig
-
getVpcInterfaceAttachment
Description copied from interface:ZixiPushOutputConfig(experimental) The VPC interface attachment to use for this output.Default: - no VPC interface attachment
- Specified by:
getVpcInterfaceAttachmentin interfaceZixiPushOutputConfig
-
$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()
-