Class EmrCreateClusterJsonataProps.Jsii$Proxy
- All Implemented Interfaces:
AssignableStateOptions,JsonataCommonOptions,StateBaseProps,EmrCreateClusterJsonataProps,TaskStateBaseOptions,TaskStateJsonataBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmrCreateClusterJsonataProps
EmrCreateClusterJsonataProps-
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.EmrCreateClusterJsonataProps
EmrCreateClusterJsonataProps.Builder, EmrCreateClusterJsonataProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateClusterJsonataProps.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.Workflow variables to store in this step.final IRoleAn IAM role for automatic scaling policies.final DurationThe amount of idle time after which the cluster automatically terminates.A list of bootstrap actions to run before Hadoop starts on the cluster nodes.final IRoleAlso called instance profile and EC2 role.final StringA comment describing this state.The list of configurations supplied for the EMR cluster you are creating.final CredentialsCredentials for an IAM Role that the State Machine assumes for executing the task.final StringThe ID of a custom Amazon EBS-backed Linux AMI.final NumberThe IOPS of the EBS root device volume of the Linux AMI that is used for each EC2 instance.final SizeThe size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.final NumberThe throughput, in MiB/s, of the EBS root device volume of the Linux AMI that is used for each EC2 instance.final Duration(deprecated) Timeout for the heartbeat.final TimeoutTimeout for the heartbeat.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.The specified managed scaling policy for an Amazon EMR cluster.final StringgetName()The Name of the Cluster.final ObjectUsed to specify and transform output from the state.final QueryLanguageThe name of the query language used by the state.final StringThe Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.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 StringOptional name for this state.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 TimeoutTimeout for the task.final Duration(deprecated) Timeout for the task.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 theEmrCreateClusterJsonataProps.Builder.
-
-
Method Details
-
getInstances
Description copied from interface:EmrCreateClusterJsonataPropsA specification of the number and type of Amazon EC2 instances.- Specified by:
getInstancesin interfaceEmrCreateClusterJsonataProps
-
getName
Description copied from interface:EmrCreateClusterJsonataPropsThe Name of the Cluster.- Specified by:
getNamein interfaceEmrCreateClusterJsonataProps
-
getAdditionalInfo
Description copied from interface:EmrCreateClusterJsonataPropsA JSON string for selecting additional features.Default: - None
- Specified by:
getAdditionalInfoin interfaceEmrCreateClusterJsonataProps
-
getApplications
Description copied from interface:EmrCreateClusterJsonataPropsA case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.Default: - EMR selected default
- Specified by:
getApplicationsin interfaceEmrCreateClusterJsonataProps
-
getAutoScalingRole
Description copied from interface:EmrCreateClusterJsonataPropsAn IAM role for automatic scaling policies.Default: - A role will be created.
- Specified by:
getAutoScalingRolein interfaceEmrCreateClusterJsonataProps
-
getAutoTerminationPolicyIdleTimeout
Description copied from interface:EmrCreateClusterJsonataPropsThe amount of idle time after which the cluster automatically terminates.You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).
Default: - No timeout
- Specified by:
getAutoTerminationPolicyIdleTimeoutin interfaceEmrCreateClusterJsonataProps
-
getBootstrapActions
Description copied from interface:EmrCreateClusterJsonataPropsA list of bootstrap actions to run before Hadoop starts on the cluster nodes.Default: - None
- Specified by:
getBootstrapActionsin interfaceEmrCreateClusterJsonataProps
-
getClusterRole
Description copied from interface:EmrCreateClusterJsonataPropsAlso 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 interfaceEmrCreateClusterJsonataProps
-
getConfigurations
Description copied from interface:EmrCreateClusterJsonataPropsThe list of configurations supplied for the EMR cluster you are creating.Default: - None
- Specified by:
getConfigurationsin interfaceEmrCreateClusterJsonataProps
-
getCustomAmiId
Description copied from interface:EmrCreateClusterJsonataPropsThe ID of a custom Amazon EBS-backed Linux AMI.Default: - None
- Specified by:
getCustomAmiIdin interfaceEmrCreateClusterJsonataProps
-
getEbsRootVolumeIops
Description copied from interface:EmrCreateClusterJsonataPropsThe IOPS of the EBS root device volume of the Linux AMI that is used for each EC2 instance.Requires EMR release label 6.15.0 or above. Must be in range [3000, 16000].
Default: - EMR selected default
- Specified by:
getEbsRootVolumeIopsin interfaceEmrCreateClusterJsonataProps- See Also:
-
getEbsRootVolumeSize
Description copied from interface:EmrCreateClusterJsonataPropsThe 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 interfaceEmrCreateClusterJsonataProps
-
getEbsRootVolumeThroughput
Description copied from interface:EmrCreateClusterJsonataPropsThe throughput, in MiB/s, of the EBS root device volume of the Linux AMI that is used for each EC2 instance.Requires EMR release label 6.15.0 or above. Must be in range [125, 1000].
Default: - EMR selected default
- Specified by:
getEbsRootVolumeThroughputin interfaceEmrCreateClusterJsonataProps- See Also:
-
getKerberosAttributes
Description copied from interface:EmrCreateClusterJsonataPropsAttributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.Default: - None
- Specified by:
getKerberosAttributesin interfaceEmrCreateClusterJsonataProps
-
getLogUri
Description copied from interface:EmrCreateClusterJsonataPropsThe location in Amazon S3 to write the log files of the job flow.Default: - None
- Specified by:
getLogUriin interfaceEmrCreateClusterJsonataProps
-
getManagedScalingPolicy
Description copied from interface:EmrCreateClusterJsonataPropsThe specified managed scaling policy for an Amazon EMR cluster.Default: - None
- Specified by:
getManagedScalingPolicyin interfaceEmrCreateClusterJsonataProps
-
getReleaseLabel
Description copied from interface:EmrCreateClusterJsonataPropsThe Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.Default: - EMR selected default
- Specified by:
getReleaseLabelin interfaceEmrCreateClusterJsonataProps
-
getScaleDownBehavior
Description copied from interface:EmrCreateClusterJsonataPropsSpecifies 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 interfaceEmrCreateClusterJsonataProps
-
getSecurityConfiguration
Description copied from interface:EmrCreateClusterJsonataPropsThe name of a security configuration to apply to the cluster.Default: - None
- Specified by:
getSecurityConfigurationin interfaceEmrCreateClusterJsonataProps
-
getServiceRole
Description copied from interface:EmrCreateClusterJsonataPropsThe 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 interfaceEmrCreateClusterJsonataProps
-
getStepConcurrencyLevel
Description copied from interface:EmrCreateClusterJsonataPropsSpecifies 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 interfaceEmrCreateClusterJsonataProps
-
getTags
Description copied from interface:EmrCreateClusterJsonataPropsA list of tags to associate with a cluster and propagate to Amazon EC2 instances.Default: - None
- Specified by:
getTagsin interfaceEmrCreateClusterJsonataProps
-
getVisibleToAllUsers
Description copied from interface:EmrCreateClusterJsonataPropsA 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 interfaceEmrCreateClusterJsonataProps
-
getComment
Description copied from interface:StateBasePropsA comment describing this state.Default: No comment
- Specified by:
getCommentin interfaceStateBaseProps
-
getQueryLanguage
Description copied from interface:StateBasePropsThe name of the query language used by the state.If the state does not contain a
queryLanguagefield, then it will use the query language specified in the top-levelqueryLanguagefield.Default: - JSONPath
- Specified by:
getQueryLanguagein interfaceStateBaseProps
-
getStateName
Description copied from interface:StateBasePropsOptional name for this state.Default: - The construct ID will be used as state name
- Specified by:
getStateNamein interfaceStateBaseProps
-
getCredentials
Description copied from interface:TaskStateBaseOptionsCredentials for an IAM Role that the State Machine assumes for executing the task.This enables cross-account resource invocations.
Default: - None (Task is executed using the State Machine's execution role)
- Specified by:
getCredentialsin interfaceTaskStateBaseOptions- See Also:
-
getHeartbeat
Description copied from interface:TaskStateBaseOptions(deprecated) Timeout for the heartbeat.Default: - None
- Specified by:
getHeartbeatin interfaceTaskStateBaseOptions
-
getHeartbeatTimeout
Description copied from interface:TaskStateBaseOptionsTimeout for the heartbeat.[disable-awslint:duration-prop-type] is needed because all props interface in aws-stepfunctions-tasks extend this interface
Default: - None
- Specified by:
getHeartbeatTimeoutin interfaceTaskStateBaseOptions
-
getIntegrationPattern
Description copied from interface:TaskStateBaseOptionsAWS Step Functions integrates with services directly in the Amazon States Language.You can control these AWS services using service integration patterns.
Depending on the AWS Service, the Service Integration Pattern availability will vary.
Default: - `IntegrationPattern.REQUEST_RESPONSE` for most tasks. `IntegrationPattern.RUN_JOB` for the following exceptions: `BatchSubmitJob`, `EmrAddStep`, `EmrCreateCluster`, `EmrTerminationCluster`, and `EmrContainersStartJobRun`.
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseOptions- See Also:
-
getTaskTimeout
Description copied from interface:TaskStateBaseOptionsTimeout for the task.[disable-awslint:duration-prop-type] is needed because all props interface in aws-stepfunctions-tasks extend this interface
Default: - None
- Specified by:
getTaskTimeoutin interfaceTaskStateBaseOptions
-
getTimeout
Description copied from interface:TaskStateBaseOptions(deprecated) Timeout for the task.Default: - None
- Specified by:
getTimeoutin interfaceTaskStateBaseOptions
-
getAssign
Description copied from interface:AssignableStateOptionsWorkflow variables to store in this step.Using workflow variables, you can store data in a step and retrieve that data in future steps.
Default: - Not assign variables
- Specified by:
getAssignin interfaceAssignableStateOptions- See Also:
-
getOutputs
Description copied from interface:JsonataCommonOptionsUsed to specify and transform output from the state.When specified, the value overrides the state output default. The output field accepts any JSON value (object, array, string, number, boolean, null). Any string value, including those inside objects or arrays, will be evaluated as JSONata if surrounded by {% %} characters. Output also accepts a JSONata expression directly.
Default: - $states.result or $states.errorOutput
- Specified by:
getOutputsin interfaceJsonataCommonOptions- See Also:
-
$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()
-