Class CfnNodeMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNodeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNodeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNodeMixinProps
@Stability(Stable)
@Internal
public static final class CfnNodeMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodeMixinProps
An implementation for
CfnNodeMixinProps-
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.medialive.CfnNodeMixinProps
CfnNodeMixinProps.Builder, CfnNodeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnNodeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnNodeMixinProps.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 theCfnNodeMixinProps.Builder.
-
-
Method Details
-
getClusterId
Description copied from interface:CfnNodeMixinPropsThe ID of the Cluster that the Node belongs to.- Specified by:
getClusterIdin interfaceCfnNodeMixinProps- See Also:
-
getName
Description copied from interface:CfnNodeMixinPropsThe user-specified name of the Node.- Specified by:
getNamein interfaceCfnNodeMixinProps- See Also:
-
getNodeInterfaceMappings
Description copied from interface:CfnNodeMixinPropsAn array of interface mappings for the Node.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNodePropsMixin.NodeInterfaceMappingProperty>- Specified by:
getNodeInterfaceMappingsin interfaceCfnNodeMixinProps- See Also:
-
getRole
Description copied from interface:CfnNodeMixinPropsThe 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 interfaceCfnNodeMixinProps- See Also:
-
getSdiSourceMappings
Description copied from interface:CfnNodeMixinPropsAn array of SDI source mappings.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNodePropsMixin.SdiSourceMappingProperty>- Specified by:
getSdiSourceMappingsin interfaceCfnNodeMixinProps- See Also:
-
getTags
Description copied from interface:CfnNodeMixinPropsA collection of key-value pairs.- Specified by:
getTagsin interfaceCfnNodeMixinProps- 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()
-