@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.780Z") @Stability(value=Experimental) public interface EmrCreateClusterProps extends software.amazon.jsii.JsiiSerializable
See the RunJobFlow API for complete documentation on input parameters
EXPERIMENTAL
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()
A JSON string for selecting additional features.
|
default List<EmrCreateCluster.ApplicationConfigProperty> |
getApplications()
A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster.
|
default IRole |
getAutoScalingRole()
An IAM role for automatic scaling policies.
|
default List<EmrCreateCluster.BootstrapActionConfigProperty> |
getBootstrapActions()
A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
default IRole |
getClusterRole()
Also called instance profile and EC2 role.
|
default List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
The list of configurations supplied for the EMR cluster you are creating.
|
default String |
getCustomAmiId()
The ID of a custom Amazon EBS-backed Linux AMI.
|
default Number |
getEbsRootVolumeSize()
The size, in GiB, of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
EmrCreateCluster.InstancesConfigProperty |
getInstances()
A specification of the number and type of Amazon EC2 instances.
|
default ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call CreateCluster.
|
default EmrCreateCluster.KerberosAttributesProperty |
getKerberosAttributes()
Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
|
default String |
getLogUri()
The location in Amazon S3 to write the log files of the job flow.
|
String |
getName()
The Name of the Cluster.
|
default String |
getReleaseLabel()
The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster.
|
default EmrCreateCluster.EmrClusterScaleDownBehavior |
getScaleDownBehavior()
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()
The name of a security configuration to apply to the cluster.
|
default IRole |
getServiceRole()
The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
default List<CfnTag> |
getTags()
A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
|
default Boolean |
getVisibleToAllUsers()
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.
|
@Stability(value=Experimental) EmrCreateCluster.InstancesConfigProperty getInstances()
EXPERIMENTAL
@Stability(value=Experimental) String getName()
EXPERIMENTAL
@Stability(value=Experimental) default String getAdditionalInfo()
Default: No additionalInfo
EXPERIMENTAL
@Stability(value=Experimental) default List<EmrCreateCluster.ApplicationConfigProperty> getApplications()
Default: EMR selected default
EXPERIMENTAL
@Stability(value=Experimental) default IRole getAutoScalingRole()
A Role will be created if one is not provided.
Default: No autoScalingRole
EXPERIMENTAL
@Stability(value=Experimental) default List<EmrCreateCluster.BootstrapActionConfigProperty> getBootstrapActions()
Default: No bootstrapActions
EXPERIMENTAL
@Stability(value=Experimental) 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. A Role will be created if one is not provided.
Default: No clusterRole
EXPERIMENTAL
@Stability(value=Experimental) default List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
Default: No configurations
EXPERIMENTAL
@Stability(value=Experimental) default String getCustomAmiId()
Default: No customAmiId
EXPERIMENTAL
@Stability(value=Experimental) default Number getEbsRootVolumeSize()
Default: EMR selected default
EXPERIMENTAL
@Stability(value=Experimental) default ServiceIntegrationPattern getIntegrationPattern()
The valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
EXPERIMENTAL
@Stability(value=Experimental) default EmrCreateCluster.KerberosAttributesProperty getKerberosAttributes()
Default: No kerberosAttributes
EXPERIMENTAL
@Stability(value=Experimental) default String getLogUri()
Default: No logUri
EXPERIMENTAL
@Stability(value=Experimental) default String getReleaseLabel()
Default: EMR selected default
EXPERIMENTAL
@Stability(value=Experimental) default EmrCreateCluster.EmrClusterScaleDownBehavior getScaleDownBehavior()
Default: EMR selected default
EXPERIMENTAL
@Stability(value=Experimental) default String getSecurityConfiguration()
Default: No securityConfiguration
EXPERIMENTAL
@Stability(value=Experimental) default IRole getServiceRole()
A Role will be created if one is not provided.
Default: No serviceRole
EXPERIMENTAL
@Stability(value=Experimental) default List<CfnTag> getTags()
Default: No Tags
EXPERIMENTAL
@Stability(value=Experimental) default Boolean getVisibleToAllUsers()
Default: true
EXPERIMENTAL
@Stability(value=Experimental) static EmrCreateClusterProps.Builder builder()
EmrCreateClusterProps.Builder of EmrCreateClusterPropsCopyright © 2020. All rights reserved.