Class ZixiPullOutputConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.ZixiPullOutputConfig.Jsii$Proxy
- All Implemented Interfaces:
ZixiPullOutputConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ZixiPullOutputConfig
@Stability(Experimental)
@Internal
public static final class ZixiPullOutputConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ZixiPullOutputConfig
An implementation for
ZixiPullOutputConfig-
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.ZixiPullOutputConfig
ZixiPullOutputConfig.Builder, ZixiPullOutputConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ZixiPullOutputConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theZixiPullOutputConfig.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 StaticKeyEncryption(experimental) Static key encryption for this output.final Duration(experimental) The maximum latency for Zixi-based streams.final String(experimental) The remote ID for the Zixi-pull stream.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 theZixiPullOutputConfig.Builder.
-
-
Method Details
-
getCidrAllowList
Description copied from interface:ZixiPullOutputConfig(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.
Required by the MediaConnect service for Zixi Pull outputs.
- Specified by:
getCidrAllowListin interfaceZixiPullOutputConfig
-
getMaxLatency
Description copied from interface:ZixiPullOutputConfig(experimental) The maximum latency for Zixi-based streams.- Specified by:
getMaxLatencyin interfaceZixiPullOutputConfig
-
getRemoteId
Description copied from interface:ZixiPullOutputConfig(experimental) The remote ID for the Zixi-pull stream.- Specified by:
getRemoteIdin interfaceZixiPullOutputConfig
-
getStreamId
Description copied from interface:ZixiPullOutputConfig(experimental) The stream ID that you want to use for this transport.- Specified by:
getStreamIdin interfaceZixiPullOutputConfig
-
getEncryption
Description copied from interface:ZixiPullOutputConfig(experimental) Static key encryption for this output.Default: - no encryption
- Specified by:
getEncryptionin interfaceZixiPullOutputConfig
-
getVpcInterfaceAttachment
Description copied from interface:ZixiPullOutputConfig(experimental) The VPC interface attachment to use for this output.Default: - no VPC interface attachment
- Specified by:
getVpcInterfaceAttachmentin interfaceZixiPullOutputConfig
-
$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()
-