Class EmrCreateClusterProps.Jsii$Proxy
- All Implemented Interfaces:
EmrCreateClusterProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EmrCreateClusterProps
EmrCreateClusterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateClusterProps
EmrCreateClusterProps.Builder, EmrCreateClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EmrCreateClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEmrCreateClusterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA JSON string for selecting additional features.A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.final IRoleAn IAM role for automatic scaling policies.A list of bootstrap actions to run before Hadoop starts on the cluster nodes.final IRoleAlso called instance profile and EC2 role.final StringAn optional description for this state.The list of configurations supplied for the EMR cluster you are creating.final StringThe ID of a custom Amazon EBS-backed Linux AMI.final SizeThe size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.final DurationTimeout for the heartbeat.final StringJSONPath expression to select part of the state to be the input to this state.A specification of the number and type of Amazon EC2 instances.final IntegrationPatternAWS Step Functions integrates with services directly in the Amazon States Language.Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.final StringThe location in Amazon S3 to write the log files of the job flow.final StringgetName()The Name of the Cluster.final StringJSONPath expression to select select a portion of the state output to pass to the next state.final StringThe Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.final StringJSONPath expression to indicate where to inject the state's output.The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.final StringThe name of a security configuration to apply to the cluster.final IRoleThe IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.final NumberSpecifies the step concurrency level to allow multiple steps to run in parallel.getTags()A list of tags to associate with a cluster and propagate to Amazon EC2 instances.final DurationTimeout for the state machine.final BooleanA value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEmrCreateClusterProps.Builder.
-
-
Method Details
-
getInstances
Description copied from interface:EmrCreateClusterPropsA specification of the number and type of Amazon EC2 instances.- Specified by:
getInstancesin interfaceEmrCreateClusterProps
-
getName
Description copied from interface:EmrCreateClusterPropsThe Name of the Cluster.- Specified by:
getNamein interfaceEmrCreateClusterProps
-
getAdditionalInfo
Description copied from interface:EmrCreateClusterPropsA JSON string for selecting additional features.Default: - None
- Specified by:
getAdditionalInfoin interfaceEmrCreateClusterProps
-
getApplications
Description copied from interface:EmrCreateClusterPropsA case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.Default: - EMR selected default
- Specified by:
getApplicationsin interfaceEmrCreateClusterProps
-
getAutoScalingRole
Description copied from interface:EmrCreateClusterPropsAn IAM role for automatic scaling policies.Default: - A role will be created.
- Specified by:
getAutoScalingRolein interfaceEmrCreateClusterProps
-
getBootstrapActions
Description copied from interface:EmrCreateClusterPropsA list of bootstrap actions to run before Hadoop starts on the cluster nodes.Default: - None
- Specified by:
getBootstrapActionsin interfaceEmrCreateClusterProps
-
getClusterRole
Description copied from interface:EmrCreateClusterPropsAlso called instance profile and EC2 role.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
- Specified by:
getClusterRolein interfaceEmrCreateClusterProps
-
getConfigurations
Description copied from interface:EmrCreateClusterPropsThe list of configurations supplied for the EMR cluster you are creating.Default: - None
- Specified by:
getConfigurationsin interfaceEmrCreateClusterProps
-
getCustomAmiId
Description copied from interface:EmrCreateClusterPropsThe ID of a custom Amazon EBS-backed Linux AMI.Default: - None
- Specified by:
getCustomAmiIdin interfaceEmrCreateClusterProps
-
getEbsRootVolumeSize
Description copied from interface:EmrCreateClusterPropsThe size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.Default: - EMR selected default
- Specified by:
getEbsRootVolumeSizein interfaceEmrCreateClusterProps
-
getKerberosAttributes
Description copied from interface:EmrCreateClusterPropsAttributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.Default: - None
- Specified by:
getKerberosAttributesin interfaceEmrCreateClusterProps
-
getLogUri
Description copied from interface:EmrCreateClusterPropsThe location in Amazon S3 to write the log files of the job flow.Default: - None
- Specified by:
getLogUriin interfaceEmrCreateClusterProps
-
getReleaseLabel
Description copied from interface:EmrCreateClusterPropsThe Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.Default: - EMR selected default
- Specified by:
getReleaseLabelin interfaceEmrCreateClusterProps
-
getScaleDownBehavior
Description copied from interface:EmrCreateClusterPropsSpecifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.Default: - EMR selected default
- Specified by:
getScaleDownBehaviorin interfaceEmrCreateClusterProps
-
getSecurityConfiguration
Description copied from interface:EmrCreateClusterPropsThe name of a security configuration to apply to the cluster.Default: - None
- Specified by:
getSecurityConfigurationin interfaceEmrCreateClusterProps
-
getServiceRole
Description copied from interface:EmrCreateClusterPropsThe IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.Default: - A role will be created that Amazon EMR service can assume.
- Specified by:
getServiceRolein interfaceEmrCreateClusterProps
-
getStepConcurrencyLevel
Description copied from interface:EmrCreateClusterPropsSpecifies the step concurrency level to allow multiple steps to run in parallel.Requires EMR release label 5.28.0 or above. Must be in range [1, 256].
Default: 1 - no step concurrency allowed
- Specified by:
getStepConcurrencyLevelin interfaceEmrCreateClusterProps
-
getTags
Description copied from interface:EmrCreateClusterPropsA list of tags to associate with a cluster and propagate to Amazon EC2 instances.Default: - None
- Specified by:
getTagsin interfaceEmrCreateClusterProps
-
getVisibleToAllUsers
Description copied from interface:EmrCreateClusterPropsA value of true indicates that all IAM users in the AWS account can perform cluster actions if they have the proper IAM policy permissions.Default: true
- Specified by:
getVisibleToAllUsersin interfaceEmrCreateClusterProps
-
getComment
Description copied from interface:TaskStateBasePropsAn optional description for this state.Default: - No comment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
Description copied from interface:TaskStateBasePropsTimeout for the heartbeat.Default: - None
- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
Description copied from interface:TaskStateBasePropsJSONPath expression to select part of the state to be the input to this state.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 '$')
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
Description copied from interface:TaskStateBasePropsAWS Step Functions integrates with services directly in the Amazon States Language.You can control these AWS services using service integration patterns
Default: - `IntegrationPattern.REQUEST_RESPONSE` for most tasks. `IntegrationPattern.RUN_JOB` for the following exceptions: `BatchSubmitJob`, `EmrAddStep`, `EmrCreateCluster`, `EmrTerminationCluster`, and `EmrContainersStartJobRun`.
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps- See Also:
-
getOutputPath
Description copied from interface:TaskStateBasePropsJSONPath expression to select select a portion of the state output to pass to the next state.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 '$')
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
Description copied from interface:TaskStateBasePropsJSONPath expression to indicate where to inject the state's output.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 '$')
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
Description copied from interface:TaskStateBasePropsThe JSON that will replace the state's raw result and become the effective result before ResultPath is applied.You can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps- See Also:
-
getTimeout
Description copied from interface:TaskStateBasePropsTimeout for the state machine.Default: - None
- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-