Class CfnNodeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnNodeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNodeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNodeProps
@Stability(Stable)
@Internal
public static final class CfnNodeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodeProps
An implementation for
CfnNodeProps-
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.medialive.CfnNodeProps
CfnNodeProps.Builder, CfnNodeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNodeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNodeProps.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 ID of the Cluster that the Node belongs to.final StringgetName()The user-specified name of the Node.final ObjectAn array of interface mappings for the Node.final StringgetRole()The role of the Node in the Cluster.final ObjectAn array of SDI source mappings.getTags()A collection of key-value pairs.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 theCfnNodeProps.Builder.
-
-
Method Details
-
getClusterId
Description copied from interface:CfnNodePropsThe ID of the Cluster that the Node belongs to.- Specified by:
getClusterIdin interfaceCfnNodeProps- See Also:
-
getName
Description copied from interface:CfnNodePropsThe user-specified name of the Node.- Specified by:
getNamein interfaceCfnNodeProps- See Also:
-
getNodeInterfaceMappings
Description copied from interface:CfnNodePropsAn array of interface mappings for the Node.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNode.NodeInterfaceMappingProperty>- Specified by:
getNodeInterfaceMappingsin interfaceCfnNodeProps- See Also:
-
getRole
Description copied from interface:CfnNodePropsThe role of the Node in the Cluster.ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
- Specified by:
getRolein interfaceCfnNodeProps- See Also:
-
getSdiSourceMappings
Description copied from interface:CfnNodePropsAn array of SDI source mappings.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNode.SdiSourceMappingProperty>- Specified by:
getSdiSourceMappingsin interfaceCfnNodeProps- See Also:
-
getTags
Description copied from interface:CfnNodePropsA collection of key-value pairs.- Specified by:
getTagsin interfaceCfnNodeProps- 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()
-