Class CfnRouterInputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInputProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInputProps
@Stability(Stable)
@Internal
public static final class CfnRouterInputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInputProps
An implementation for
CfnRouterInputProps-
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.CfnRouterInputProps
CfnRouterInputProps.Builder, CfnRouterInputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRouterInputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouterInputProps.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 StringThe Availability Zone of the router input.final ObjectThe configuration settings for a router input.final ObjectThe maintenance configuration settings applied to this router input.final NumberThe maximum bitrate for the router input.final StringgetName()The name of the router input.final StringThe AWS Region where the router input is located.final StringIndicates whether the router input is configured for Regional or global routing.getTags()Key-value pairs that can be used to tag and organize this router input.final StringgetTier()The tier level of the router input.final ObjectEncryption information.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 theCfnRouterInputProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnRouterInputPropsThe configuration settings for a router input.Returns union: either
IResolvableorCfnRouterInput.RouterInputConfigurationProperty- Specified by:
getConfigurationin interfaceCfnRouterInputProps- See Also:
-
getMaximumBitrate
Description copied from interface:CfnRouterInputPropsThe maximum bitrate for the router input.- Specified by:
getMaximumBitratein interfaceCfnRouterInputProps- See Also:
-
getName
Description copied from interface:CfnRouterInputPropsThe name of the router input.- Specified by:
getNamein interfaceCfnRouterInputProps- See Also:
-
getRoutingScope
Description copied from interface:CfnRouterInputPropsIndicates whether the router input is configured for Regional or global routing.- Specified by:
getRoutingScopein interfaceCfnRouterInputProps- See Also:
-
getTier
Description copied from interface:CfnRouterInputPropsThe tier level of the router input.- Specified by:
getTierin interfaceCfnRouterInputProps- See Also:
-
getAvailabilityZone
Description copied from interface:CfnRouterInputPropsThe Availability Zone of the router input.- Specified by:
getAvailabilityZonein interfaceCfnRouterInputProps- See Also:
-
getMaintenanceConfiguration
Description copied from interface:CfnRouterInputPropsThe maintenance configuration settings applied to this router input.Returns union: either
IResolvableorCfnRouterInput.MaintenanceConfigurationProperty- Specified by:
getMaintenanceConfigurationin interfaceCfnRouterInputProps- See Also:
-
getRegionName
Description copied from interface:CfnRouterInputPropsThe AWS Region where the router input is located.- Specified by:
getRegionNamein interfaceCfnRouterInputProps- See Also:
-
getTags
Description copied from interface:CfnRouterInputPropsKey-value pairs that can be used to tag and organize this router input.- Specified by:
getTagsin interfaceCfnRouterInputProps- See Also:
-
getTransitEncryption
Description copied from interface:CfnRouterInputPropsEncryption information.Returns union: either
IResolvableorCfnRouterInput.RouterInputTransitEncryptionProperty- Specified by:
getTransitEncryptionin interfaceCfnRouterInputProps- See Also:
-
$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()
-