@Stability(value=Experimental) @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(EmrCreateCluster.InstancesConfigProperty instances,
String name,
String additionalInfo,
List<? extends EmrCreateCluster.ApplicationConfigProperty> applications,
IRole autoScalingRole,
List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions,
IRole clusterRole,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
String customAmiId,
Size ebsRootVolumeSize,
EmrCreateCluster.KerberosAttributesProperty kerberosAttributes,
String logUri,
String releaseLabel,
EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior,
String securityConfiguration,
IRole serviceRole,
Map<String,String> tags,
Boolean visibleToAllUsers,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
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()
(experimental) A JSON string for selecting additional features.
|
List<EmrCreateCluster.ApplicationConfigProperty> |
getApplications()
(experimental) A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
|
IRole |
getAutoScalingRole()
(experimental) An IAM role for automatic scaling policies.
|
List<EmrCreateCluster.BootstrapActionConfigProperty> |
getBootstrapActions()
(experimental) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
IRole |
getClusterRole()
(experimental) Also called instance profile and EC2 role.
|
String |
getComment()
(experimental) An optional description for this state.
|
List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
(experimental) The list of configurations supplied for the EMR cluster you are creating.
|
String |
getCustomAmiId()
(experimental) The ID of a custom Amazon EBS-backed Linux AMI.
|
Size |
getEbsRootVolumeSize()
(experimental) The size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
Duration |
getHeartbeat()
(experimental) Timeout for the heartbeat.
|
String |
getInputPath()
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
EmrCreateCluster.InstancesConfigProperty |
getInstances()
(experimental) A specification of the number and type of Amazon EC2 instances.
|
IntegrationPattern |
getIntegrationPattern()
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
EmrCreateCluster.KerberosAttributesProperty |
getKerberosAttributes()
(experimental) Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
String |
getLogUri()
(experimental) The location in Amazon S3 to write the log files of the job flow.
|
String |
getName()
(experimental) The Name of the Cluster.
|
String |
getOutputPath()
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
String |
getReleaseLabel()
(experimental) The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.
|
String |
getResultPath()
(experimental) JSONPath expression to indicate where to inject the state's output.
|
Map<String,Object> |
getResultSelector()
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
EmrCreateCluster.EmrClusterScaleDownBehavior |
getScaleDownBehavior()
(experimental) Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.
|
String |
getSecurityConfiguration()
(experimental) The name of a security configuration to apply to the cluster.
|
IRole |
getServiceRole()
(experimental) The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
Map<String,String> |
getTags()
(experimental) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
Duration |
getTimeout()
(experimental) Timeout for the state machine.
|
Boolean |
getVisibleToAllUsers()
(experimental) 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(EmrCreateCluster.InstancesConfigProperty instances, String name, String additionalInfo, List<? extends EmrCreateCluster.ApplicationConfigProperty> applications, IRole autoScalingRole, List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions, IRole clusterRole, List<? extends EmrCreateCluster.ConfigurationProperty> configurations, String customAmiId, Size ebsRootVolumeSize, EmrCreateCluster.KerberosAttributesProperty kerberosAttributes, String logUri, String releaseLabel, EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior, String securityConfiguration, IRole serviceRole, Map<String,String> tags, Boolean visibleToAllUsers, String comment, Duration heartbeat, String inputPath, IntegrationPattern integrationPattern, String outputPath, String resultPath, Map<String,? extends Object> resultSelector, Duration timeout)
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 Map<String,String> getTags()
EmrCreateClusterPropsDefault: - None
getTags in interface EmrCreateClusterPropspublic final Boolean getVisibleToAllUsers()
EmrCreateClusterPropsDefault: true
getVisibleToAllUsers in interface EmrCreateClusterPropspublic final String getComment()
TaskStateBasePropsDefault: - No comment
getComment in interface TaskStateBasePropspublic final Duration getHeartbeat()
TaskStateBasePropsDefault: - None
getHeartbeat in interface TaskStateBasePropspublic final String getInputPath()
TaskStateBasePropsMay also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: - The entire task input (JSON path '$')
getInputPath in interface TaskStateBasePropspublic final IntegrationPattern getIntegrationPattern()
TaskStateBasePropsYou can control these AWS services using service integration patterns
Default: IntegrationPattern.REQUEST_RESPONSE
getIntegrationPattern in interface TaskStateBasePropshttps://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-tokenpublic final String getOutputPath()
TaskStateBasePropsMay also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: - The entire JSON node determined by the state input, the task result, and resultPath is passed to the next state (JSON path '$')
getOutputPath in interface TaskStateBasePropspublic final String getResultPath()
TaskStateBasePropsMay also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: - Replaces the entire input with the result (JSON path '$')
getResultPath in interface TaskStateBasePropspublic final Map<String,Object> getResultSelector()
TaskStateBasePropsYou can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
getResultSelector in interface TaskStateBasePropshttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselectorpublic final Duration getTimeout()
TaskStateBasePropsDefault: - None
getTimeout in interface TaskStateBaseProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.