@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.298Z") @Stability(value=Experimental) public interface EmrCreateClusterProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
See the RunJobFlow API for complete documentation on input parameters
https://docs.aws.amazon.com/emr/latest/APIReference/API_RunJobFlow.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateClusterProps.Builder
A builder for
EmrCreateClusterProps |
static class |
EmrCreateClusterProps.Jsii$Proxy
An implementation for
EmrCreateClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateClusterProps.Builder |
builder() |
default String |
getAdditionalInfo()
(experimental) A JSON string for selecting additional features.
|
default List<EmrCreateCluster.ApplicationConfigProperty> |
getApplications()
(experimental) A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
|
default IRole |
getAutoScalingRole()
(experimental) An IAM role for automatic scaling policies.
|
default List<EmrCreateCluster.BootstrapActionConfigProperty> |
getBootstrapActions()
(experimental) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
default IRole |
getClusterRole()
(experimental) Also called instance profile and EC2 role.
|
default List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
(experimental) The list of configurations supplied for the EMR cluster you are creating.
|
default String |
getCustomAmiId()
(experimental) The ID of a custom Amazon EBS-backed Linux AMI.
|
default Size |
getEbsRootVolumeSize()
(experimental) The size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
EmrCreateCluster.InstancesConfigProperty |
getInstances()
(experimental) A specification of the number and type of Amazon EC2 instances.
|
default EmrCreateCluster.KerberosAttributesProperty |
getKerberosAttributes()
(experimental) Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
default 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.
|
default String |
getReleaseLabel()
(experimental) The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.
|
default 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.
|
default String |
getSecurityConfiguration()
(experimental) The name of a security configuration to apply to the cluster.
|
default IRole |
getServiceRole()
(experimental) The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
default Map<String,String> |
getTags()
(experimental) A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
default 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.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Experimental) @NotNull EmrCreateCluster.InstancesConfigProperty getInstances()
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @Nullable default String getAdditionalInfo()
Default: - None
@Stability(value=Experimental) @Nullable default List<EmrCreateCluster.ApplicationConfigProperty> getApplications()
Default: - EMR selected default
@Stability(value=Experimental) @Nullable default IRole getAutoScalingRole()
Default: - A role will be created.
@Stability(value=Experimental) @Nullable default List<EmrCreateCluster.BootstrapActionConfigProperty> getBootstrapActions()
Default: - None
@Stability(value=Experimental) @Nullable default IRole getClusterRole()
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
@Stability(value=Experimental) @Nullable default List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
Default: - None
@Stability(value=Experimental) @Nullable default String getCustomAmiId()
Default: - None
@Stability(value=Experimental) @Nullable default Size getEbsRootVolumeSize()
Default: - EMR selected default
@Stability(value=Experimental) @Nullable default EmrCreateCluster.KerberosAttributesProperty getKerberosAttributes()
Default: - None
@Stability(value=Experimental) @Nullable default String getLogUri()
Default: - None
@Stability(value=Experimental) @Nullable default String getReleaseLabel()
Default: - EMR selected default
@Stability(value=Experimental) @Nullable default EmrCreateCluster.EmrClusterScaleDownBehavior getScaleDownBehavior()
Default: - EMR selected default
@Stability(value=Experimental) @Nullable default String getSecurityConfiguration()
Default: - None
@Stability(value=Experimental) @Nullable default IRole getServiceRole()
Default: - A role will be created that Amazon EMR service can assume.
@Stability(value=Experimental) @Nullable default Map<String,String> getTags()
Default: - None
@Stability(value=Experimental) @Nullable default Boolean getVisibleToAllUsers()
Default: true
@Stability(value=Experimental) static EmrCreateClusterProps.Builder builder()
builder in interface TaskStateBasePropsEmrCreateClusterProps.Builder of EmrCreateClusterPropsCopyright © 2021. All rights reserved.