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