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 where you want to create the router output.final ObjectThe configuration settings for a router output.final ObjectThe configuration settings for maintenance operations, including preferred maintenance windows and schedules.final NumberThe maximum bitrate for the router output.final StringgetName()The name of the router output.final StringThe AWS Region for the router output.final StringgetTags()Key-value pairs that can be used to tag this router output.final StringgetTier()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
- Specified by:
getRoutingScopein interfaceCfnRouterOutputProps- See Also:
-
getTier
- Specified by:
getTierin interfaceCfnRouterOutputProps- See Also:
-
getAvailabilityZone
Description copied from interface:CfnRouterOutputPropsThe Availability Zone where you want to create the router output.This must be a valid Availability Zone for the region specified by regionName, or the current region if no regionName is provided.
- Specified by:
getAvailabilityZonein interfaceCfnRouterOutputProps- See Also:
-
getMaintenanceConfiguration
Description copied from interface:CfnRouterOutputPropsThe configuration settings for maintenance operations, including preferred maintenance windows and schedules.Returns union: either
IResolvableorCfnRouterOutput.MaintenanceConfigurationProperty- Specified by:
getMaintenanceConfigurationin interfaceCfnRouterOutputProps- See Also:
-
getRegionName
Description copied from interface:CfnRouterOutputPropsThe AWS Region for the router output.Defaults to the current region if not specified.
- Specified by:
getRegionNamein interfaceCfnRouterOutputProps- See Also:
-
getTags
Description copied from interface:CfnRouterOutputPropsKey-value pairs that can be used to tag 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()
-