@Stability(value=Experimental) @Internal public static final class EmrCreateClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateClusterProps
EmrCreateClusterProps
software.amazon.jsii.JsiiObject.InitializationMode
EmrCreateClusterProps.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
EmrCreateClusterProps
getInstances
in interface EmrCreateClusterProps
public final String getName()
EmrCreateClusterProps
getName
in interface EmrCreateClusterProps
public final String getAdditionalInfo()
EmrCreateClusterProps
Default: - None
getAdditionalInfo
in interface EmrCreateClusterProps
public final List<EmrCreateCluster.ApplicationConfigProperty> getApplications()
EmrCreateClusterProps
Default: - EMR selected default
getApplications
in interface EmrCreateClusterProps
public final IRole getAutoScalingRole()
EmrCreateClusterProps
Default: - A role will be created.
getAutoScalingRole
in interface EmrCreateClusterProps
public final List<EmrCreateCluster.BootstrapActionConfigProperty> getBootstrapActions()
EmrCreateClusterProps
Default: - None
getBootstrapActions
in interface EmrCreateClusterProps
public final IRole getClusterRole()
EmrCreateClusterProps
An 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 EmrCreateClusterProps
public final List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
EmrCreateClusterProps
Default: - None
getConfigurations
in interface EmrCreateClusterProps
public final String getCustomAmiId()
EmrCreateClusterProps
Default: - None
getCustomAmiId
in interface EmrCreateClusterProps
public final Size getEbsRootVolumeSize()
EmrCreateClusterProps
Default: - EMR selected default
getEbsRootVolumeSize
in interface EmrCreateClusterProps
public final EmrCreateCluster.KerberosAttributesProperty getKerberosAttributes()
EmrCreateClusterProps
Default: - None
getKerberosAttributes
in interface EmrCreateClusterProps
public final String getLogUri()
EmrCreateClusterProps
Default: - None
getLogUri
in interface EmrCreateClusterProps
public final String getReleaseLabel()
EmrCreateClusterProps
Default: - EMR selected default
getReleaseLabel
in interface EmrCreateClusterProps
public final EmrCreateCluster.EmrClusterScaleDownBehavior getScaleDownBehavior()
EmrCreateClusterProps
Default: - EMR selected default
getScaleDownBehavior
in interface EmrCreateClusterProps
public final String getSecurityConfiguration()
EmrCreateClusterProps
Default: - None
getSecurityConfiguration
in interface EmrCreateClusterProps
public final IRole getServiceRole()
EmrCreateClusterProps
Default: - A role will be created that Amazon EMR service can assume.
getServiceRole
in interface EmrCreateClusterProps
public final Map<String,String> getTags()
EmrCreateClusterProps
Default: - None
getTags
in interface EmrCreateClusterProps
public final Boolean getVisibleToAllUsers()
EmrCreateClusterProps
Default: true
getVisibleToAllUsers
in interface EmrCreateClusterProps
public final String getComment()
TaskStateBaseProps
Default: - No comment
getComment
in interface TaskStateBaseProps
public final Duration getHeartbeat()
TaskStateBaseProps
Default: - None
getHeartbeat
in interface TaskStateBaseProps
public final String getInputPath()
TaskStateBaseProps
May 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 TaskStateBaseProps
public final IntegrationPattern getIntegrationPattern()
TaskStateBaseProps
You can control these AWS services using service integration patterns
Default: IntegrationPattern.REQUEST_RESPONSE
getIntegrationPattern
in interface TaskStateBaseProps
https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token
public final String getOutputPath()
TaskStateBaseProps
May 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 TaskStateBaseProps
public final String getResultPath()
TaskStateBaseProps
May 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 TaskStateBaseProps
public final Map<String,Object> getResultSelector()
TaskStateBaseProps
You 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 TaskStateBaseProps
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselector
public final Duration getTimeout()
TaskStateBaseProps
Default: - None
getTimeout
in interface TaskStateBaseProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.