Class CfnClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterProps
@Stability(Stable)
@Internal
public static final class CfnClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterProps
An implementation for
CfnClusterProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnClusterProps
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The hardware type for the cluster.final String
The IAM role your nodes will use.final String
getName()
The user-specified name of the Cluster to be created.final Object
On premises settings which will have the interface network mappings and default Output logical interface.getTags()
A collection of key-value pairs.final int
hashCode()
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 theCfnClusterProps.Builder
.
-
-
Method Details
-
getClusterType
Description copied from interface:CfnClusterProps
The hardware type for the cluster.- Specified by:
getClusterType
in interfaceCfnClusterProps
- See Also:
-
getInstanceRoleArn
Description copied from interface:CfnClusterProps
The IAM role your nodes will use.- Specified by:
getInstanceRoleArn
in interfaceCfnClusterProps
- See Also:
-
getName
Description copied from interface:CfnClusterProps
The user-specified name of the Cluster to be created.- Specified by:
getName
in interfaceCfnClusterProps
- See Also:
-
getNetworkSettings
Description copied from interface:CfnClusterProps
On premises settings which will have the interface network mappings and default Output logical interface.- Specified by:
getNetworkSettings
in interfaceCfnClusterProps
- See Also:
-
getTags
Description copied from interface:CfnClusterProps
A collection of key-value pairs.- Specified by:
getTags
in interfaceCfnClusterProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-