Class PushInputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.PushInputProps.Jsii$Proxy
- All Implemented Interfaces:
PushInputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PushInputProps
@Stability(Experimental)
@Internal
public static final class PushInputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PushInputProps
An implementation for
PushInputProps-
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.medialive.alpha.PushInputProps
PushInputProps.Builder, PushInputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PushInputProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePushInputProps.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 List<PushInputDestination> (experimental) The destinations for push inputs.final List<IInputSecurityGroupRef> (experimental) The input security groups that control which CIDR blocks can push to this input.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 thePushInputProps.Builder.
-
-
Method Details
-
getDestinations
Description copied from interface:PushInputProps(experimental) The destinations for push inputs.For RTMP push, each destination can have a stream name.
Default: - MediaLive auto-generates destinations
- Specified by:
getDestinationsin interfacePushInputProps
-
getInputSecurityGroups
Description copied from interface:PushInputProps(experimental) The input security groups that control which CIDR blocks can push to this input.Required for cloud inputs; must be omitted for on-premises inputs (
InputNetworkLocation.ON_PREMISES), which do not support security groups.Default: - none (only valid for on-premises inputs)
- Specified by:
getInputSecurityGroupsin interfacePushInputProps
-
$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()
-