@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.
|
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.
|
Number |
getEbsRootVolumeSize()
The size, in GiB, of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
EmrCreateCluster.InstancesConfigProperty |
getInstances()
A specification of the number and type of Amazon EC2 instances.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call CreateCluster.
|
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 |
getReleaseLabel()
The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.
|
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.
|
List<CfnTag> |
getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
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: No additionalInfo
EXPERIMENTAL
getAdditionalInfo in interface EmrCreateClusterPropspublic List<EmrCreateCluster.ApplicationConfigProperty> getApplications()
EmrCreateClusterPropsDefault: EMR selected default
EXPERIMENTAL
getApplications in interface EmrCreateClusterPropspublic IRole getAutoScalingRole()
EmrCreateClusterPropsA Role will be created if one is not provided.
Default: No autoScalingRole
EXPERIMENTAL
getAutoScalingRole in interface EmrCreateClusterPropspublic List<EmrCreateCluster.BootstrapActionConfigProperty> getBootstrapActions()
EmrCreateClusterPropsDefault: No bootstrapActions
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. A Role will be created if one is not provided.
Default: No clusterRole
EXPERIMENTAL
getClusterRole in interface EmrCreateClusterPropspublic List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
EmrCreateClusterPropsDefault: No configurations
EXPERIMENTAL
getConfigurations in interface EmrCreateClusterPropspublic String getCustomAmiId()
EmrCreateClusterPropsDefault: No customAmiId
EXPERIMENTAL
getCustomAmiId in interface EmrCreateClusterPropspublic Number getEbsRootVolumeSize()
EmrCreateClusterPropsDefault: EMR selected default
EXPERIMENTAL
getEbsRootVolumeSize in interface EmrCreateClusterPropspublic ServiceIntegrationPattern getIntegrationPattern()
EmrCreateClusterPropsThe valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
EXPERIMENTAL
getIntegrationPattern in interface EmrCreateClusterPropspublic EmrCreateCluster.KerberosAttributesProperty getKerberosAttributes()
EmrCreateClusterPropsDefault: No kerberosAttributes
EXPERIMENTAL
getKerberosAttributes in interface EmrCreateClusterPropspublic String getLogUri()
EmrCreateClusterPropsDefault: No logUri
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: No securityConfiguration
EXPERIMENTAL
getSecurityConfiguration in interface EmrCreateClusterPropspublic IRole getServiceRole()
EmrCreateClusterPropsA Role will be created if one is not provided.
Default: No serviceRole
EXPERIMENTAL
getServiceRole in interface EmrCreateClusterPropspublic List<CfnTag> getTags()
EmrCreateClusterPropsDefault: No Tags
EXPERIMENTAL
getTags in interface EmrCreateClusterPropspublic Boolean getVisibleToAllUsers()
EmrCreateClusterPropsDefault: true
EXPERIMENTAL
getVisibleToAllUsers in interface EmrCreateClusterPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.