@Stability(value=Experimental) 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(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() |
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.
|
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, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public EmrCreateCluster.InstancesConfigProperty getInstances()
EmrCreateClusterPropsEXPERIMENTAL
getInstances in interface EmrCreateClusterPropspublic String getName()
EmrCreateClusterPropsEXPERIMENTAL
getName in interface EmrCreateClusterPropspublic String getAdditionalInfo()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getAdditionalInfo in interface EmrCreateClusterPropspublic List<EmrCreateCluster.ApplicationConfigProperty> getApplications()
EmrCreateClusterPropsDefault: - EMR selected default
EXPERIMENTAL
getApplications in interface EmrCreateClusterPropspublic IRole getAutoScalingRole()
EmrCreateClusterPropsDefault: - A role will be created.
EXPERIMENTAL
getAutoScalingRole in interface EmrCreateClusterPropspublic List<EmrCreateCluster.BootstrapActionConfigProperty> getBootstrapActions()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getBootstrapActions in interface EmrCreateClusterPropspublic 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
EXPERIMENTAL
getClusterRole in interface EmrCreateClusterPropspublic List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getConfigurations in interface EmrCreateClusterPropspublic String getCustomAmiId()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getCustomAmiId in interface EmrCreateClusterPropspublic Size getEbsRootVolumeSize()
EmrCreateClusterPropsDefault: - EMR selected default
EXPERIMENTAL
getEbsRootVolumeSize in interface EmrCreateClusterPropspublic EmrCreateCluster.KerberosAttributesProperty getKerberosAttributes()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getKerberosAttributes in interface EmrCreateClusterPropspublic String getLogUri()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getLogUri in interface EmrCreateClusterPropspublic String getReleaseLabel()
EmrCreateClusterPropsDefault: - EMR selected default
EXPERIMENTAL
getReleaseLabel in interface EmrCreateClusterPropspublic EmrCreateCluster.EmrClusterScaleDownBehavior getScaleDownBehavior()
EmrCreateClusterPropsDefault: - EMR selected default
EXPERIMENTAL
getScaleDownBehavior in interface EmrCreateClusterPropspublic String getSecurityConfiguration()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getSecurityConfiguration in interface EmrCreateClusterPropspublic IRole getServiceRole()
EmrCreateClusterPropsDefault: - A role will be created that Amazon EMR service can assume.
EXPERIMENTAL
getServiceRole in interface EmrCreateClusterPropspublic Map<String,String> getTags()
EmrCreateClusterPropsDefault: - None
EXPERIMENTAL
getTags in interface EmrCreateClusterPropspublic Boolean getVisibleToAllUsers()
EmrCreateClusterPropsDefault: true
EXPERIMENTAL
getVisibleToAllUsers in interface EmrCreateClusterPropspublic String getComment()
getComment in interface TaskStateBasePropspublic Duration getHeartbeat()
getHeartbeat in interface TaskStateBasePropspublic String getInputPath()
getInputPath in interface TaskStateBasePropspublic IntegrationPattern getIntegrationPattern()
getIntegrationPattern in interface TaskStateBasePropspublic String getOutputPath()
getOutputPath in interface TaskStateBasePropspublic String getResultPath()
getResultPath in interface TaskStateBasePropspublic Duration getTimeout()
getTimeout in interface TaskStateBasePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.