Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emrserverless.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps
-
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.emrserverless.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 CPU architecture type of the application.final Object
The configuration for an application to automatically start on job submission.final Object
The configuration for an application to automatically stop after a certain amount of time being idle.final Object
AWS::EMRServerless::Application.ImageConfiguration
.final Object
The initial capacity of the application.final Object
The maximum capacity of the application.final String
getName()
The name of the application.final Object
The network configuration for customer VPC connectivity for the application.final String
The EMR release version associated with the application.getTags()
The tags assigned to the application.final String
getType()
The type of application, such as Spark or Hive.final Object
AWS::EMRServerless::Application.WorkerTypeSpecifications
.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 theCfnApplicationProps.Builder
.
-
-
Method Details
-
getReleaseLabel
Description copied from interface:CfnApplicationProps
The EMR release version associated with the application.Minimum : 1
Maximum : 64
Pattern :
^[A-Za-z0-9._/-]+$
- Specified by:
getReleaseLabel
in interfaceCfnApplicationProps
-
getType
Description copied from interface:CfnApplicationProps
The type of application, such as Spark or Hive.- Specified by:
getType
in interfaceCfnApplicationProps
-
getArchitecture
Description copied from interface:CfnApplicationProps
The CPU architecture type of the application.Allowed values:
X86_64
orARM64
- Specified by:
getArchitecture
in interfaceCfnApplicationProps
-
getAutoStartConfiguration
Description copied from interface:CfnApplicationProps
The configuration for an application to automatically start on job submission.- Specified by:
getAutoStartConfiguration
in interfaceCfnApplicationProps
-
getAutoStopConfiguration
Description copied from interface:CfnApplicationProps
The configuration for an application to automatically stop after a certain amount of time being idle.- Specified by:
getAutoStopConfiguration
in interfaceCfnApplicationProps
-
getImageConfiguration
Description copied from interface:CfnApplicationProps
AWS::EMRServerless::Application.ImageConfiguration
.- Specified by:
getImageConfiguration
in interfaceCfnApplicationProps
-
getInitialCapacity
Description copied from interface:CfnApplicationProps
The initial capacity of the application.- Specified by:
getInitialCapacity
in interfaceCfnApplicationProps
-
getMaximumCapacity
Description copied from interface:CfnApplicationProps
The maximum capacity of the application.This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.
- Specified by:
getMaximumCapacity
in interfaceCfnApplicationProps
-
getName
Description copied from interface:CfnApplicationProps
The name of the application.Minimum : 1
Maximum : 64
Pattern :
^[A-Za-z0-9._\\/#-]+$
- Specified by:
getName
in interfaceCfnApplicationProps
-
getNetworkConfiguration
Description copied from interface:CfnApplicationProps
The network configuration for customer VPC connectivity for the application.- Specified by:
getNetworkConfiguration
in interfaceCfnApplicationProps
-
getTags
Description copied from interface:CfnApplicationProps
The tags assigned to the application.- Specified by:
getTags
in interfaceCfnApplicationProps
-
getWorkerTypeSpecifications
Description copied from interface:CfnApplicationProps
AWS::EMRServerless::Application.WorkerTypeSpecifications
.- Specified by:
getWorkerTypeSpecifications
in interfaceCfnApplicationProps
-
$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()
-