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