| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EmrCreateCluster.InstancesConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.InstancesConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.InstancesConfigProperty |
EmrCreateCluster.InstancesConfigProperty.Builder.build()
Builds the configured instance.
|
EmrCreateCluster.InstancesConfigProperty |
EmrCreateClusterProps.getInstances()
(experimental) A specification of the number and type of Amazon EC2 instances.
|
EmrCreateCluster.InstancesConfigProperty |
EmrCreateClusterProps.Jsii$Proxy.getInstances() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.instances(EmrCreateCluster.InstancesConfigProperty instances)
(experimental) A specification of the number and type of Amazon EC2 instances.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.instances(EmrCreateCluster.InstancesConfigProperty instances)
Sets the value of
EmrCreateClusterProps.getInstances() |
| 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.