| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EmrCreateCluster.BootstrapActionConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.BootstrapActionConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.BootstrapActionConfigProperty |
EmrCreateCluster.BootstrapActionConfigProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<EmrCreateCluster.BootstrapActionConfigProperty> |
EmrCreateClusterProps.getBootstrapActions()
(experimental) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
List<EmrCreateCluster.BootstrapActionConfigProperty> |
EmrCreateClusterProps.Jsii$Proxy.getBootstrapActions() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions)
(experimental) A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.bootstrapActions(List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions)
Sets the value of
EmrCreateClusterProps.getBootstrapActions() |
| Constructor and Description |
|---|
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. |
Copyright © 2021. All rights reserved.