@Stability(value=Stable) @Internal public static final class EmrCreateClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateClusterProps
EmrCreateClusterPropssoftware.amazon.jsii.JsiiObject.InitializationModeEmrCreateClusterProps.Builder, EmrCreateClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EmrCreateClusterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EmrCreateClusterProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAdditionalInfo()
A JSON string for selecting additional features.
|
List<EmrCreateCluster.ApplicationConfigProperty> |
getApplications()
A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
|
IRole |
getAutoScalingRole()
An IAM role for automatic scaling policies.
|
List<EmrCreateCluster.BootstrapActionConfigProperty> |
getBootstrapActions()
A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
IRole |
getClusterRole()
Also called instance profile and EC2 role.
|
String |
getComment() |
List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
The list of configurations supplied for the EMR cluster you are creating.
|
String |
getCustomAmiId()
The ID of a custom Amazon EBS-backed Linux AMI.
|
Size |
getEbsRootVolumeSize()
The size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
Duration |
getHeartbeat() |
String |
getInputPath() |
EmrCreateCluster.InstancesConfigProperty |
getInstances()
A specification of the number and type of Amazon EC2 instances.
|
IntegrationPattern |
getIntegrationPattern() |
EmrCreateCluster.KerberosAttributesProperty |
getKerberosAttributes()
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
String |
getLogUri()
The location in Amazon S3 to write the log files of the job flow.
|
String |
getName()
The Name of the Cluster.
|
String |
getOutputPath() |
String |
getReleaseLabel()
The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.
|
String |
getResultPath() |
Map<String,Object> |
getResultSelector() |
EmrCreateCluster.EmrClusterScaleDownBehavior |
getScaleDownBehavior()
Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.
|
String |
getSecurityConfiguration()
The name of a security configuration to apply to the cluster.
|
IRole |
getServiceRole()
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
Number |
getStepConcurrencyLevel()
Specifies the step concurrency level to allow multiple steps to run in parallel.
|
Map<String,String> |
getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
Duration |
getTimeout() |
Boolean |
getVisibleToAllUsers()
A value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(EmrCreateClusterProps.Builder builder)
EmrCreateClusterProps.Builder.public final EmrCreateCluster.InstancesConfigProperty getInstances()
EmrCreateClusterPropsgetInstances in interface EmrCreateClusterPropspublic final String getName()
EmrCreateClusterPropsgetName in interface EmrCreateClusterPropspublic final String getAdditionalInfo()
EmrCreateClusterPropsDefault: - None
getAdditionalInfo in interface EmrCreateClusterPropspublic final List<EmrCreateCluster.ApplicationConfigProperty> getApplications()
EmrCreateClusterPropsDefault: - EMR selected default
getApplications in interface EmrCreateClusterPropspublic final IRole getAutoScalingRole()
EmrCreateClusterPropsDefault: - A role will be created.
getAutoScalingRole in interface EmrCreateClusterPropspublic final List<EmrCreateCluster.BootstrapActionConfigProperty> getBootstrapActions()
EmrCreateClusterPropsDefault: - None
getBootstrapActions in interface EmrCreateClusterPropspublic final IRole getClusterRole()
EmrCreateClusterPropsAn IAM role for an EMR cluster. The EC2 instances of the cluster assume this role.
This attribute has been renamed from jobFlowRole to clusterRole to align with other ERM/StepFunction integration parameters.
Default: - * A Role will be created
getClusterRole in interface EmrCreateClusterPropspublic final List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
EmrCreateClusterPropsDefault: - None
getConfigurations in interface EmrCreateClusterPropspublic final String getCustomAmiId()
EmrCreateClusterPropsDefault: - None
getCustomAmiId in interface EmrCreateClusterPropspublic final Size getEbsRootVolumeSize()
EmrCreateClusterPropsDefault: - EMR selected default
getEbsRootVolumeSize in interface EmrCreateClusterPropspublic final EmrCreateCluster.KerberosAttributesProperty getKerberosAttributes()
EmrCreateClusterPropsDefault: - None
getKerberosAttributes in interface EmrCreateClusterPropspublic final String getLogUri()
EmrCreateClusterPropsDefault: - None
getLogUri in interface EmrCreateClusterPropspublic final String getReleaseLabel()
EmrCreateClusterPropsDefault: - EMR selected default
getReleaseLabel in interface EmrCreateClusterPropspublic final EmrCreateCluster.EmrClusterScaleDownBehavior getScaleDownBehavior()
EmrCreateClusterPropsDefault: - EMR selected default
getScaleDownBehavior in interface EmrCreateClusterPropspublic final String getSecurityConfiguration()
EmrCreateClusterPropsDefault: - None
getSecurityConfiguration in interface EmrCreateClusterPropspublic final IRole getServiceRole()
EmrCreateClusterPropsDefault: - A role will be created that Amazon EMR service can assume.
getServiceRole in interface EmrCreateClusterPropspublic final Number getStepConcurrencyLevel()
EmrCreateClusterPropsRequires EMR release label 5.28.0 or above. Must be in range [1, 256].
Default: 1 - no step concurrency allowed
getStepConcurrencyLevel in interface EmrCreateClusterPropspublic final Map<String,String> getTags()
EmrCreateClusterPropsDefault: - None
getTags in interface EmrCreateClusterPropspublic final Boolean getVisibleToAllUsers()
EmrCreateClusterPropsDefault: true
getVisibleToAllUsers in interface EmrCreateClusterPropspublic final String getComment()
getComment in interface TaskStateBasePropspublic final Duration getHeartbeat()
getHeartbeat in interface TaskStateBasePropspublic final String getInputPath()
getInputPath in interface TaskStateBasePropspublic final IntegrationPattern getIntegrationPattern()
getIntegrationPattern in interface TaskStateBasePropspublic final String getOutputPath()
getOutputPath in interface TaskStateBasePropspublic final String getResultPath()
getResultPath in interface TaskStateBasePropspublic final Map<String,Object> getResultSelector()
getResultSelector in interface TaskStateBasePropspublic final Duration getTimeout()
getTimeout in interface TaskStateBaseProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.