| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EmrCreateCluster.ConfigurationProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.ConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.ConfigurationProperty |
EmrCreateCluster.ConfigurationProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<EmrCreateCluster.ConfigurationProperty> |
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty.getConfigurations()
(experimental) A list of new or modified configurations to apply for an instance group.
|
List<EmrCreateCluster.ConfigurationProperty> |
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty.Jsii$Proxy.getConfigurations() |
default List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateCluster.ConfigurationProperty.getConfigurations()
(experimental) A list of additional configurations to apply within a configuration object.
|
List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateCluster.ConfigurationProperty.Jsii$Proxy.getConfigurations() |
default List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateCluster.InstanceGroupConfigProperty.getConfigurations()
(experimental) The list of configurations supplied for an EMR cluster instance group.
|
List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateCluster.InstanceGroupConfigProperty.Jsii$Proxy.getConfigurations() |
default List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateCluster.InstanceTypeConfigProperty.getConfigurations()
(experimental) A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.
|
List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateCluster.InstanceTypeConfigProperty.Jsii$Proxy.getConfigurations() |
default List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateClusterProps.getConfigurations()
(experimental) The list of configurations supplied for the EMR cluster you are creating.
|
List<EmrCreateCluster.ConfigurationProperty> |
EmrCreateClusterProps.Jsii$Proxy.getConfigurations() |
| 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. |
Jsii$Proxy(List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
List<String> eC2InstanceIdsToTerminate,
Number instanceCount,
EmrModifyInstanceGroupByName.ShrinkPolicyProperty shrinkPolicy)
Constructor that initializes the object based on literal property values passed by the
EmrModifyInstanceGroupByName.InstanceGroupModifyConfigProperty.Builder. |
Jsii$Proxy(Number instanceCount,
EmrCreateCluster.InstanceRoleType instanceRole,
String instanceType,
EmrCreateCluster.AutoScalingPolicyProperty autoScalingPolicy,
String bidPrice,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
EmrCreateCluster.EbsConfigurationProperty ebsConfiguration,
EmrCreateCluster.InstanceMarket market,
String name)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Jsii$Proxy(String classification,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
Map<String,String> properties)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Jsii$Proxy(String instanceType,
String bidPrice,
Number bidPriceAsPercentageOfOnDemandPrice,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
EmrCreateCluster.EbsConfigurationProperty ebsConfiguration,
Number weightedCapacity)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Copyright © 2021. All rights reserved.