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 where you want to create the router input.final ObjectThe configuration settings for a router input.final ObjectThe configuration settings for maintenance operations, including preferred maintenance windows and schedules.final NumberThe maximum bitrate for the router input.final StringgetName()The name of the router input.final StringThe AWS Region for the router input.final StringgetTags()Key-value pairs that can be used to tag and organize this router input.final StringgetTier()final ObjectInformation about the encryption of the flow.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
- Specified by:
getRoutingScopein interfaceCfnRouterInputProps- See Also:
-
getTier
- Specified by:
getTierin interfaceCfnRouterInputProps- See Also:
-
getAvailabilityZone
Description copied from interface:CfnRouterInputPropsThe Availability Zone where you want to create the router input.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 interfaceCfnRouterInputProps- See Also:
-
getMaintenanceConfiguration
Description copied from interface:CfnRouterInputPropsThe configuration settings for maintenance operations, including preferred maintenance windows and schedules.Returns union: either
IResolvableorCfnRouterInput.MaintenanceConfigurationProperty- Specified by:
getMaintenanceConfigurationin interfaceCfnRouterInputProps- See Also:
-
getRegionName
Description copied from interface:CfnRouterInputPropsThe AWS Region for the router input.Defaults to the current region if not specified.
- 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:CfnRouterInputPropsInformation about the encryption of the flow.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()
-