Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.emr

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.emr package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.emr package. 
raw docstring

build-cfn-cluster-application-property-builderclj

(build-cfn-cluster-application-property-builder builder id config)

The build-cfn-cluster-application-property-builder function updates a CfnCluster$ApplicationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ApplicationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalInfojava.util.Mapcdk.support/lookup-entry:additional-info
argsjava.util.Listcdk.support/lookup-entry:args
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-cluster-application-property-builder function updates a CfnCluster$ApplicationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ApplicationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInfo` | java.util.Map | [[cdk.support/lookup-entry]] | `:additional-info` |
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-cluster-auto-scaling-policy-property-builderclj

(build-cfn-cluster-auto-scaling-policy-property-builder builder id config)

The build-cfn-cluster-auto-scaling-policy-property-builder function updates a CfnCluster$AutoScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnCluster$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:constraints
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-cfn-cluster-auto-scaling-policy-property-builder function updates a CfnCluster$AutoScalingPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:constraints` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
sourceraw docstring

build-cfn-cluster-auto-termination-policy-property-builderclj

(build-cfn-cluster-auto-termination-policy-property-builder builder id config)

The build-cfn-cluster-auto-termination-policy-property-builder function updates a CfnCluster$AutoTerminationPolicyProperty$Builder instance using the provided configuration. The function takes the CfnCluster$AutoTerminationPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
idleTimeoutjava.lang.Numbercdk.support/lookup-entry:idle-timeout
The build-cfn-cluster-auto-termination-policy-property-builder function updates a CfnCluster$AutoTerminationPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$AutoTerminationPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idleTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-timeout` |
sourceraw docstring

build-cfn-cluster-bootstrap-action-config-property-builderclj

(build-cfn-cluster-bootstrap-action-config-property-builder builder id config)

The build-cfn-cluster-bootstrap-action-config-property-builder function updates a CfnCluster$BootstrapActionConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$BootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
scriptBootstrapActionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:script-bootstrap-action
The build-cfn-cluster-bootstrap-action-config-property-builder function updates a CfnCluster$BootstrapActionConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$BootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `scriptBootstrapAction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:script-bootstrap-action` |
sourceraw docstring

build-cfn-cluster-builderclj

(build-cfn-cluster-builder builder id config)

The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration. The function takes the CfnCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalInfojava.lang.Objectcdk.support/lookup-entry:additional-info
applicationsjava.util.Listcdk.support/lookup-entry:applications
autoScalingRolejava.lang.Stringcdk.support/lookup-entry:auto-scaling-role
autoTerminationPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-termination-policy
bootstrapActionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:bootstrap-actions
configurationsjava.util.Listcdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsRootVolumeIopsjava.lang.Numbercdk.support/lookup-entry:ebs-root-volume-iops
ebsRootVolumeSizejava.lang.Numbercdk.support/lookup-entry:ebs-root-volume-size
ebsRootVolumeThroughputjava.lang.Numbercdk.support/lookup-entry:ebs-root-volume-throughput
instancessoftware.amazon.awscdk.services.emr.CfnCluster$JobFlowInstancesConfigPropertycdk.support/lookup-entry:instances
jobFlowRolejava.lang.Stringcdk.support/lookup-entry:job-flow-role
kerberosAttributessoftware.amazon.awscdk.services.emr.CfnCluster$KerberosAttributesPropertycdk.support/lookup-entry:kerberos-attributes
logEncryptionKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:log-encryption-kms-key-id
logUrijava.lang.Stringcdk.support/lookup-entry:log-uri
managedScalingPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:managed-scaling-policy
namejava.lang.Stringcdk.support/lookup-entry:name
osReleaseLabeljava.lang.Stringcdk.support/lookup-entry:os-release-label
placementGroupConfigsjava.util.Listcdk.support/lookup-entry:placement-group-configs
releaseLabeljava.lang.Stringcdk.support/lookup-entry:release-label
scaleDownBehaviorjava.lang.Stringcdk.support/lookup-entry:scale-down-behavior
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
serviceRolejava.lang.Stringcdk.support/lookup-entry:service-role
stepConcurrencyLeveljava.lang.Numbercdk.support/lookup-entry:step-concurrency-level
stepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:steps
tagsjava.util.Listcdk.support/lookup-entry:tags
visibleToAllUsersjava.lang.Booleancdk.support/lookup-entry:visible-to-all-users
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration.
  The function takes the CfnCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInfo` | java.lang.Object | [[cdk.support/lookup-entry]] | `:additional-info` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `autoScalingRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-scaling-role` |
| `autoTerminationPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-termination-policy` |
| `bootstrapActions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bootstrap-actions` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsRootVolumeIops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-root-volume-iops` |
| `ebsRootVolumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-root-volume-size` |
| `ebsRootVolumeThroughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-root-volume-throughput` |
| `instances` | software.amazon.awscdk.services.emr.CfnCluster$JobFlowInstancesConfigProperty | [[cdk.support/lookup-entry]] | `:instances` |
| `jobFlowRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-flow-role` |
| `kerberosAttributes` | software.amazon.awscdk.services.emr.CfnCluster$KerberosAttributesProperty | [[cdk.support/lookup-entry]] | `:kerberos-attributes` |
| `logEncryptionKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-encryption-kms-key-id` |
| `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
| `managedScalingPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:managed-scaling-policy` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `osReleaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:os-release-label` |
| `placementGroupConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-group-configs` |
| `releaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-label` |
| `scaleDownBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:scale-down-behavior` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` |
| `stepConcurrencyLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:step-concurrency-level` |
| `steps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:steps` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `visibleToAllUsers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible-to-all-users` |
sourceraw docstring

build-cfn-cluster-cloud-watch-alarm-definition-property-builderclj

(build-cfn-cluster-cloud-watch-alarm-definition-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-cluster-cloud-watch-alarm-definition-property-builder function updates a CfnCluster$CloudWatchAlarmDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnCluster$CloudWatchAlarmDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
dimensionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dimensions
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
periodjava.lang.Numbercdk.support/lookup-entry:period
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-cluster-cloud-watch-alarm-definition-property-builder function updates a CfnCluster$CloudWatchAlarmDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$CloudWatchAlarmDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-cluster-compute-limits-property-builderclj

(build-cfn-cluster-compute-limits-property-builder builder id config)

The build-cfn-cluster-compute-limits-property-builder function updates a CfnCluster$ComputeLimitsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ComputeLimitsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maximumCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:maximum-capacity-units
maximumCoreCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:maximum-core-capacity-units
maximumOnDemandCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:maximum-on-demand-capacity-units
minimumCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:minimum-capacity-units
unitTypejava.lang.Stringcdk.support/lookup-entry:unit-type
The build-cfn-cluster-compute-limits-property-builder function updates a CfnCluster$ComputeLimitsProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ComputeLimitsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maximumCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-capacity-units` |
| `maximumCoreCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-core-capacity-units` |
| `maximumOnDemandCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-on-demand-capacity-units` |
| `minimumCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-capacity-units` |
| `unitType` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit-type` |
sourceraw docstring

build-cfn-cluster-configuration-property-builderclj

(build-cfn-cluster-configuration-property-builder builder id config)

The build-cfn-cluster-configuration-property-builder function updates a CfnCluster$ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
classificationjava.lang.Stringcdk.support/lookup-entry:classification
configurationPropertiesjava.util.Mapcdk.support/lookup-entry:configuration-properties
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
The build-cfn-cluster-configuration-property-builder function updates a CfnCluster$ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` |
| `configurationProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:configuration-properties` |
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
sourceraw docstring

build-cfn-cluster-ebs-block-device-config-property-builderclj

(build-cfn-cluster-ebs-block-device-config-property-builder builder id config)

The build-cfn-cluster-ebs-block-device-config-property-builder function updates a CfnCluster$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
volumeSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:volume-specification
volumesPerInstancejava.lang.Numbercdk.support/lookup-entry:volumes-per-instance
The build-cfn-cluster-ebs-block-device-config-property-builder function updates a CfnCluster$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `volumeSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:volume-specification` |
| `volumesPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volumes-per-instance` |
sourceraw docstring

build-cfn-cluster-ebs-configuration-property-builderclj

(build-cfn-cluster-ebs-configuration-property-builder builder id config)

The build-cfn-cluster-ebs-configuration-property-builder function updates a CfnCluster$EbsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ebsBlockDeviceConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-block-device-configs
ebsOptimizedjava.lang.Booleancdk.support/lookup-entry:ebs-optimized
The build-cfn-cluster-ebs-configuration-property-builder function updates a CfnCluster$EbsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ebsBlockDeviceConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-block-device-configs` |
| `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` |
sourceraw docstring

build-cfn-cluster-hadoop-jar-step-config-property-builderclj

(build-cfn-cluster-hadoop-jar-step-config-property-builder builder id config)

The build-cfn-cluster-hadoop-jar-step-config-property-builder function updates a CfnCluster$HadoopJarStepConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$HadoopJarStepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
argsjava.util.Listcdk.support/lookup-entry:args
jarjava.lang.Stringcdk.support/lookup-entry:jar
mainClassjava.lang.Stringcdk.support/lookup-entry:main-class
stepPropertiesjava.util.Listcdk.support/lookup-entry:step-properties
The build-cfn-cluster-hadoop-jar-step-config-property-builder function updates a CfnCluster$HadoopJarStepConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$HadoopJarStepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `jar` | java.lang.String | [[cdk.support/lookup-entry]] | `:jar` |
| `mainClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:main-class` |
| `stepProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:step-properties` |
sourceraw docstring

build-cfn-cluster-instance-fleet-config-property-builderclj

(build-cfn-cluster-instance-fleet-config-property-builder builder id config)

The build-cfn-cluster-instance-fleet-config-property-builder function updates a CfnCluster$InstanceFleetConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$InstanceFleetConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceTypeConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:instance-type-configs
launchSpecificationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:launch-specifications
namejava.lang.Stringcdk.support/lookup-entry:name
targetOnDemandCapacityjava.lang.Numbercdk.support/lookup-entry:target-on-demand-capacity
targetSpotCapacityjava.lang.Numbercdk.support/lookup-entry:target-spot-capacity
The build-cfn-cluster-instance-fleet-config-property-builder function updates a CfnCluster$InstanceFleetConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$InstanceFleetConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceTypeConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-type-configs` |
| `launchSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-specifications` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `targetOnDemandCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-on-demand-capacity` |
| `targetSpotCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-spot-capacity` |
sourceraw docstring

build-cfn-cluster-instance-fleet-provisioning-specifications-property-builderclj

(build-cfn-cluster-instance-fleet-provisioning-specifications-property-builder
  builder
  id
  config)

The build-cfn-cluster-instance-fleet-provisioning-specifications-property-builder function updates a CfnCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
onDemandSpecificationsoftware.amazon.awscdk.services.emr.CfnCluster$OnDemandProvisioningSpecificationPropertycdk.support/lookup-entry:on-demand-specification
spotSpecificationsoftware.amazon.awscdk.services.emr.CfnCluster$SpotProvisioningSpecificationPropertycdk.support/lookup-entry:spot-specification
The build-cfn-cluster-instance-fleet-provisioning-specifications-property-builder function updates a CfnCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `onDemandSpecification` | software.amazon.awscdk.services.emr.CfnCluster$OnDemandProvisioningSpecificationProperty | [[cdk.support/lookup-entry]] | `:on-demand-specification` |
| `spotSpecification` | software.amazon.awscdk.services.emr.CfnCluster$SpotProvisioningSpecificationProperty | [[cdk.support/lookup-entry]] | `:spot-specification` |
sourceraw docstring

build-cfn-cluster-instance-group-config-property-builderclj

(build-cfn-cluster-instance-group-config-property-builder builder id config)

The build-cfn-cluster-instance-group-config-property-builder function updates a CfnCluster$InstanceGroupConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$InstanceGroupConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
autoScalingPolicysoftware.amazon.awscdk.services.emr.CfnCluster$AutoScalingPolicyPropertycdk.support/lookup-entry:auto-scaling-policy
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-configuration
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
marketjava.lang.Stringcdk.support/lookup-entry:market
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-cluster-instance-group-config-property-builder function updates a CfnCluster$InstanceGroupConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$InstanceGroupConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingPolicy` | software.amazon.awscdk.services.emr.CfnCluster$AutoScalingPolicyProperty | [[cdk.support/lookup-entry]] | `:auto-scaling-policy` |
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `market` | java.lang.String | [[cdk.support/lookup-entry]] | `:market` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-cluster-instance-type-config-property-builderclj

(build-cfn-cluster-instance-type-config-property-builder builder id config)

The build-cfn-cluster-instance-type-config-property-builder function updates a CfnCluster$InstanceTypeConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$InstanceTypeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
bidPriceAsPercentageOfOnDemandPricejava.lang.Numbercdk.support/lookup-entry:bid-price-as-percentage-of-on-demand-price
configurationsjava.util.Listcdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsConfigurationsoftware.amazon.awscdk.services.emr.CfnCluster$EbsConfigurationPropertycdk.support/lookup-entry:ebs-configuration
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
weightedCapacityjava.lang.Numbercdk.support/lookup-entry:weighted-capacity
The build-cfn-cluster-instance-type-config-property-builder function updates a CfnCluster$InstanceTypeConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$InstanceTypeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `bidPriceAsPercentageOfOnDemandPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bid-price-as-percentage-of-on-demand-price` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsConfiguration` | software.amazon.awscdk.services.emr.CfnCluster$EbsConfigurationProperty | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `weightedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
sourceraw docstring

build-cfn-cluster-job-flow-instances-config-property-builderclj

(build-cfn-cluster-job-flow-instances-config-property-builder builder id config)

The build-cfn-cluster-job-flow-instances-config-property-builder function updates a CfnCluster$JobFlowInstancesConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$JobFlowInstancesConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalMasterSecurityGroupsjava.util.Listcdk.support/lookup-entry:additional-master-security-groups
additionalSlaveSecurityGroupsjava.util.Listcdk.support/lookup-entry:additional-slave-security-groups
coreInstanceFleetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:core-instance-fleet
coreInstanceGroupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:core-instance-group
ec2KeyNamejava.lang.Stringcdk.support/lookup-entry:ec2-key-name
ec2SubnetIdjava.lang.Stringcdk.support/lookup-entry:ec2-subnet-id
ec2SubnetIdsjava.util.Listcdk.support/lookup-entry:ec2-subnet-ids
emrManagedMasterSecurityGroupjava.lang.Stringcdk.support/lookup-entry:emr-managed-master-security-group
emrManagedSlaveSecurityGroupjava.lang.Stringcdk.support/lookup-entry:emr-managed-slave-security-group
hadoopVersionjava.lang.Stringcdk.support/lookup-entry:hadoop-version
keepJobFlowAliveWhenNoStepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:keep-job-flow-alive-when-no-steps
masterInstanceFleetsoftware.amazon.awscdk.services.emr.CfnCluster$InstanceFleetConfigPropertycdk.support/lookup-entry:master-instance-fleet
masterInstanceGroupsoftware.amazon.awscdk.services.emr.CfnCluster$InstanceGroupConfigPropertycdk.support/lookup-entry:master-instance-group
placementsoftware.amazon.awscdk.services.emr.CfnCluster$PlacementTypePropertycdk.support/lookup-entry:placement
serviceAccessSecurityGroupjava.lang.Stringcdk.support/lookup-entry:service-access-security-group
taskInstanceFleetsjava.util.Listcdk.support/lookup-entry:task-instance-fleets
taskInstanceGroupsjava.util.Listcdk.support/lookup-entry:task-instance-groups
terminationProtectedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:termination-protected
unhealthyNodeReplacementsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:unhealthy-node-replacement
The build-cfn-cluster-job-flow-instances-config-property-builder function updates a CfnCluster$JobFlowInstancesConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$JobFlowInstancesConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalMasterSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-master-security-groups` |
| `additionalSlaveSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-slave-security-groups` |
| `coreInstanceFleet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:core-instance-fleet` |
| `coreInstanceGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:core-instance-group` |
| `ec2KeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-key-name` |
| `ec2SubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-subnet-id` |
| `ec2SubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:ec2-subnet-ids` |
| `emrManagedMasterSecurityGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:emr-managed-master-security-group` |
| `emrManagedSlaveSecurityGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:emr-managed-slave-security-group` |
| `hadoopVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:hadoop-version` |
| `keepJobFlowAliveWhenNoSteps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:keep-job-flow-alive-when-no-steps` |
| `masterInstanceFleet` | software.amazon.awscdk.services.emr.CfnCluster$InstanceFleetConfigProperty | [[cdk.support/lookup-entry]] | `:master-instance-fleet` |
| `masterInstanceGroup` | software.amazon.awscdk.services.emr.CfnCluster$InstanceGroupConfigProperty | [[cdk.support/lookup-entry]] | `:master-instance-group` |
| `placement` | software.amazon.awscdk.services.emr.CfnCluster$PlacementTypeProperty | [[cdk.support/lookup-entry]] | `:placement` |
| `serviceAccessSecurityGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-security-group` |
| `taskInstanceFleets` | java.util.List | [[cdk.support/lookup-entry]] | `:task-instance-fleets` |
| `taskInstanceGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:task-instance-groups` |
| `terminationProtected` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:termination-protected` |
| `unhealthyNodeReplacement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:unhealthy-node-replacement` |
sourceraw docstring

build-cfn-cluster-kerberos-attributes-property-builderclj

(build-cfn-cluster-kerberos-attributes-property-builder builder id config)

The build-cfn-cluster-kerberos-attributes-property-builder function updates a CfnCluster$KerberosAttributesProperty$Builder instance using the provided configuration. The function takes the CfnCluster$KerberosAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
adDomainJoinPasswordjava.lang.Stringcdk.support/lookup-entry:ad-domain-join-password
adDomainJoinUserjava.lang.Stringcdk.support/lookup-entry:ad-domain-join-user
crossRealmTrustPrincipalPasswordjava.lang.Stringcdk.support/lookup-entry:cross-realm-trust-principal-password
kdcAdminPasswordjava.lang.Stringcdk.support/lookup-entry:kdc-admin-password
realmjava.lang.Stringcdk.support/lookup-entry:realm
The build-cfn-cluster-kerberos-attributes-property-builder function updates a CfnCluster$KerberosAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$KerberosAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adDomainJoinPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-domain-join-password` |
| `adDomainJoinUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:ad-domain-join-user` |
| `crossRealmTrustPrincipalPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:cross-realm-trust-principal-password` |
| `kdcAdminPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:kdc-admin-password` |
| `realm` | java.lang.String | [[cdk.support/lookup-entry]] | `:realm` |
sourceraw docstring

build-cfn-cluster-key-value-property-builderclj

(build-cfn-cluster-key-value-property-builder builder id config)

The build-cfn-cluster-key-value-property-builder function updates a CfnCluster$KeyValueProperty$Builder instance using the provided configuration. The function takes the CfnCluster$KeyValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-cluster-key-value-property-builder function updates a CfnCluster$KeyValueProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$KeyValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-cluster-managed-scaling-policy-property-builderclj

(build-cfn-cluster-managed-scaling-policy-property-builder builder id config)

The build-cfn-cluster-managed-scaling-policy-property-builder function updates a CfnCluster$ManagedScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ManagedScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
computeLimitssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:compute-limits
The build-cfn-cluster-managed-scaling-policy-property-builder function updates a CfnCluster$ManagedScalingPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ManagedScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `computeLimits` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:compute-limits` |
sourceraw docstring

build-cfn-cluster-metric-dimension-property-builderclj

(build-cfn-cluster-metric-dimension-property-builder builder id config)

The build-cfn-cluster-metric-dimension-property-builder function updates a CfnCluster$MetricDimensionProperty$Builder instance using the provided configuration. The function takes the CfnCluster$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-cluster-metric-dimension-property-builder function updates a CfnCluster$MetricDimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-cluster-on-demand-provisioning-specification-property-builderclj

(build-cfn-cluster-on-demand-provisioning-specification-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-cluster-on-demand-provisioning-specification-property-builder function updates a CfnCluster$OnDemandProvisioningSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$OnDemandProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allocationStrategyjava.lang.Stringcdk.support/lookup-entry:allocation-strategy
The build-cfn-cluster-on-demand-provisioning-specification-property-builder function updates a CfnCluster$OnDemandProvisioningSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$OnDemandProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` |
sourceraw docstring

build-cfn-cluster-placement-group-config-property-builderclj

(build-cfn-cluster-placement-group-config-property-builder builder id config)

The build-cfn-cluster-placement-group-config-property-builder function updates a CfnCluster$PlacementGroupConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$PlacementGroupConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceRolejava.lang.Stringcdk.support/lookup-entry:instance-role
placementStrategyjava.lang.Stringcdk.support/lookup-entry:placement-strategy
The build-cfn-cluster-placement-group-config-property-builder function updates a CfnCluster$PlacementGroupConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$PlacementGroupConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role` |
| `placementStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-strategy` |
sourceraw docstring

build-cfn-cluster-placement-type-property-builderclj

(build-cfn-cluster-placement-type-property-builder builder id config)

The build-cfn-cluster-placement-type-property-builder function updates a CfnCluster$PlacementTypeProperty$Builder instance using the provided configuration. The function takes the CfnCluster$PlacementTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
The build-cfn-cluster-placement-type-property-builder function updates a CfnCluster$PlacementTypeProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$PlacementTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
sourceraw docstring

build-cfn-cluster-props-builderclj

(build-cfn-cluster-props-builder builder id config)

The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration. The function takes the CfnClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
additionalInfojava.lang.Objectcdk.support/lookup-entry:additional-info
applicationsjava.util.Listcdk.support/lookup-entry:applications
autoScalingRolejava.lang.Stringcdk.support/lookup-entry:auto-scaling-role
autoTerminationPolicysoftware.amazon.awscdk.services.emr.CfnCluster$AutoTerminationPolicyPropertycdk.support/lookup-entry:auto-termination-policy
bootstrapActionsjava.util.Listcdk.support/lookup-entry:bootstrap-actions
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsRootVolumeIopsjava.lang.Numbercdk.support/lookup-entry:ebs-root-volume-iops
ebsRootVolumeSizejava.lang.Numbercdk.support/lookup-entry:ebs-root-volume-size
ebsRootVolumeThroughputjava.lang.Numbercdk.support/lookup-entry:ebs-root-volume-throughput
instancessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:instances
jobFlowRolejava.lang.Stringcdk.support/lookup-entry:job-flow-role
kerberosAttributessoftware.amazon.awscdk.services.emr.CfnCluster$KerberosAttributesPropertycdk.support/lookup-entry:kerberos-attributes
logEncryptionKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:log-encryption-kms-key-id
logUrijava.lang.Stringcdk.support/lookup-entry:log-uri
managedScalingPolicysoftware.amazon.awscdk.services.emr.CfnCluster$ManagedScalingPolicyPropertycdk.support/lookup-entry:managed-scaling-policy
namejava.lang.Stringcdk.support/lookup-entry:name
osReleaseLabeljava.lang.Stringcdk.support/lookup-entry:os-release-label
placementGroupConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-group-configs
releaseLabeljava.lang.Stringcdk.support/lookup-entry:release-label
scaleDownBehaviorjava.lang.Stringcdk.support/lookup-entry:scale-down-behavior
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
serviceRolejava.lang.Stringcdk.support/lookup-entry:service-role
stepConcurrencyLeveljava.lang.Numbercdk.support/lookup-entry:step-concurrency-level
stepsjava.util.Listcdk.support/lookup-entry:steps
tagsjava.util.Listcdk.support/lookup-entry:tags
visibleToAllUsersjava.lang.Booleancdk.support/lookup-entry:visible-to-all-users
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration.
  The function takes the CfnClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalInfo` | java.lang.Object | [[cdk.support/lookup-entry]] | `:additional-info` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `autoScalingRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-scaling-role` |
| `autoTerminationPolicy` | software.amazon.awscdk.services.emr.CfnCluster$AutoTerminationPolicyProperty | [[cdk.support/lookup-entry]] | `:auto-termination-policy` |
| `bootstrapActions` | java.util.List | [[cdk.support/lookup-entry]] | `:bootstrap-actions` |
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsRootVolumeIops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-root-volume-iops` |
| `ebsRootVolumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-root-volume-size` |
| `ebsRootVolumeThroughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ebs-root-volume-throughput` |
| `instances` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instances` |
| `jobFlowRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-flow-role` |
| `kerberosAttributes` | software.amazon.awscdk.services.emr.CfnCluster$KerberosAttributesProperty | [[cdk.support/lookup-entry]] | `:kerberos-attributes` |
| `logEncryptionKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-encryption-kms-key-id` |
| `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
| `managedScalingPolicy` | software.amazon.awscdk.services.emr.CfnCluster$ManagedScalingPolicyProperty | [[cdk.support/lookup-entry]] | `:managed-scaling-policy` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `osReleaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:os-release-label` |
| `placementGroupConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-group-configs` |
| `releaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-label` |
| `scaleDownBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:scale-down-behavior` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` |
| `stepConcurrencyLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:step-concurrency-level` |
| `steps` | java.util.List | [[cdk.support/lookup-entry]] | `:steps` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `visibleToAllUsers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible-to-all-users` |
sourceraw docstring

build-cfn-cluster-scaling-action-property-builderclj

(build-cfn-cluster-scaling-action-property-builder builder id config)

The build-cfn-cluster-scaling-action-property-builder function updates a CfnCluster$ScalingActionProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScalingActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
marketjava.lang.Stringcdk.support/lookup-entry:market
simpleScalingPolicyConfigurationsoftware.amazon.awscdk.services.emr.CfnCluster$SimpleScalingPolicyConfigurationPropertycdk.support/lookup-entry:simple-scaling-policy-configuration
The build-cfn-cluster-scaling-action-property-builder function updates a CfnCluster$ScalingActionProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ScalingActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `market` | java.lang.String | [[cdk.support/lookup-entry]] | `:market` |
| `simpleScalingPolicyConfiguration` | software.amazon.awscdk.services.emr.CfnCluster$SimpleScalingPolicyConfigurationProperty | [[cdk.support/lookup-entry]] | `:simple-scaling-policy-configuration` |
sourceraw docstring

build-cfn-cluster-scaling-constraints-property-builderclj

(build-cfn-cluster-scaling-constraints-property-builder builder id config)

The build-cfn-cluster-scaling-constraints-property-builder function updates a CfnCluster$ScalingConstraintsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScalingConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
The build-cfn-cluster-scaling-constraints-property-builder function updates a CfnCluster$ScalingConstraintsProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ScalingConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
sourceraw docstring

build-cfn-cluster-scaling-rule-property-builderclj

(build-cfn-cluster-scaling-rule-property-builder builder id config)

The build-cfn-cluster-scaling-rule-property-builder function updates a CfnCluster$ScalingRuleProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScalingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
triggersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trigger
The build-cfn-cluster-scaling-rule-property-builder function updates a CfnCluster$ScalingRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ScalingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `trigger` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger` |
sourceraw docstring

build-cfn-cluster-scaling-trigger-property-builderclj

(build-cfn-cluster-scaling-trigger-property-builder builder id config)

The build-cfn-cluster-scaling-trigger-property-builder function updates a CfnCluster$ScalingTriggerProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScalingTriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cloudWatchAlarmDefinitionsoftware.amazon.awscdk.services.emr.CfnCluster$CloudWatchAlarmDefinitionPropertycdk.support/lookup-entry:cloud-watch-alarm-definition
The build-cfn-cluster-scaling-trigger-property-builder function updates a CfnCluster$ScalingTriggerProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ScalingTriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchAlarmDefinition` | software.amazon.awscdk.services.emr.CfnCluster$CloudWatchAlarmDefinitionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-alarm-definition` |
sourceraw docstring

build-cfn-cluster-script-bootstrap-action-config-property-builderclj

(build-cfn-cluster-script-bootstrap-action-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-cluster-script-bootstrap-action-config-property-builder function updates a CfnCluster$ScriptBootstrapActionConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ScriptBootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
argsjava.util.Listcdk.support/lookup-entry:args
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-cluster-script-bootstrap-action-config-property-builder function updates a CfnCluster$ScriptBootstrapActionConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ScriptBootstrapActionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-cluster-simple-scaling-policy-configuration-property-builderclj

(build-cfn-cluster-simple-scaling-policy-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-cluster-simple-scaling-policy-configuration-property-builder function updates a CfnCluster$SimpleScalingPolicyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$SimpleScalingPolicyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
adjustmentTypejava.lang.Stringcdk.support/lookup-entry:adjustment-type
coolDownjava.lang.Numbercdk.support/lookup-entry:cool-down
scalingAdjustmentjava.lang.Numbercdk.support/lookup-entry:scaling-adjustment
The build-cfn-cluster-simple-scaling-policy-configuration-property-builder function updates a CfnCluster$SimpleScalingPolicyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$SimpleScalingPolicyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adjustmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:adjustment-type` |
| `coolDown` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cool-down` |
| `scalingAdjustment` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scaling-adjustment` |
sourceraw docstring

build-cfn-cluster-spot-provisioning-specification-property-builderclj

(build-cfn-cluster-spot-provisioning-specification-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-cluster-spot-provisioning-specification-property-builder function updates a CfnCluster$SpotProvisioningSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$SpotProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allocationStrategyjava.lang.Stringcdk.support/lookup-entry:allocation-strategy
blockDurationMinutesjava.lang.Numbercdk.support/lookup-entry:block-duration-minutes
timeoutActionjava.lang.Stringcdk.support/lookup-entry:timeout-action
timeoutDurationMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-duration-minutes
The build-cfn-cluster-spot-provisioning-specification-property-builder function updates a CfnCluster$SpotProvisioningSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$SpotProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` |
| `blockDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:block-duration-minutes` |
| `timeoutAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:timeout-action` |
| `timeoutDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-duration-minutes` |
sourceraw docstring

build-cfn-cluster-step-config-property-builderclj

(build-cfn-cluster-step-config-property-builder builder id config)

The build-cfn-cluster-step-config-property-builder function updates a CfnCluster$StepConfigProperty$Builder instance using the provided configuration. The function takes the CfnCluster$StepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionOnFailurejava.lang.Stringcdk.support/lookup-entry:action-on-failure
hadoopJarStepsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hadoop-jar-step
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-cluster-step-config-property-builder function updates a CfnCluster$StepConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$StepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionOnFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-on-failure` |
| `hadoopJarStep` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hadoop-jar-step` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-cluster-volume-specification-property-builderclj

(build-cfn-cluster-volume-specification-property-builder builder id config)

The build-cfn-cluster-volume-specification-property-builder function updates a CfnCluster$VolumeSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
iopsjava.lang.Numbercdk.support/lookup-entry:iops
sizeInGbjava.lang.Numbercdk.support/lookup-entry:size-in-gb
throughputjava.lang.Numbercdk.support/lookup-entry:throughput
volumeTypejava.lang.Stringcdk.support/lookup-entry:volume-type
The build-cfn-cluster-volume-specification-property-builder function updates a CfnCluster$VolumeSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` |
| `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` |
| `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
sourceraw docstring

build-cfn-instance-fleet-config-builderclj

(build-cfn-instance-fleet-config-builder builder id config)

The build-cfn-instance-fleet-config-builder function updates a CfnInstanceFleetConfig$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
instanceFleetTypejava.lang.Stringcdk.support/lookup-entry:instance-fleet-type
instanceTypeConfigsjava.util.Listcdk.support/lookup-entry:instance-type-configs
launchSpecificationssoftware.amazon.awscdk.services.emr.CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsPropertycdk.support/lookup-entry:launch-specifications
namejava.lang.Stringcdk.support/lookup-entry:name
targetOnDemandCapacityjava.lang.Numbercdk.support/lookup-entry:target-on-demand-capacity
targetSpotCapacityjava.lang.Numbercdk.support/lookup-entry:target-spot-capacity
The build-cfn-instance-fleet-config-builder function updates a CfnInstanceFleetConfig$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `instanceFleetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-fleet-type` |
| `instanceTypeConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-type-configs` |
| `launchSpecifications` | software.amazon.awscdk.services.emr.CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty | [[cdk.support/lookup-entry]] | `:launch-specifications` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `targetOnDemandCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-on-demand-capacity` |
| `targetSpotCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-spot-capacity` |
sourceraw docstring

build-cfn-instance-fleet-config-configuration-property-builderclj

(build-cfn-instance-fleet-config-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-instance-fleet-config-configuration-property-builder function updates a CfnInstanceFleetConfig$ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
classificationjava.lang.Stringcdk.support/lookup-entry:classification
configurationPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-properties
configurationsjava.util.Listcdk.support/lookup-entry:configurations
The build-cfn-instance-fleet-config-configuration-property-builder function updates a CfnInstanceFleetConfig$ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` |
| `configurationProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-properties` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
sourceraw docstring

build-cfn-instance-fleet-config-ebs-block-device-config-property-builderclj

(build-cfn-instance-fleet-config-ebs-block-device-config-property-builder
  builder
  id
  config)

The build-cfn-instance-fleet-config-ebs-block-device-config-property-builder function updates a CfnInstanceFleetConfig$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
volumeSpecificationsoftware.amazon.awscdk.services.emr.CfnInstanceFleetConfig$VolumeSpecificationPropertycdk.support/lookup-entry:volume-specification
volumesPerInstancejava.lang.Numbercdk.support/lookup-entry:volumes-per-instance
The build-cfn-instance-fleet-config-ebs-block-device-config-property-builder function updates a CfnInstanceFleetConfig$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `volumeSpecification` | software.amazon.awscdk.services.emr.CfnInstanceFleetConfig$VolumeSpecificationProperty | [[cdk.support/lookup-entry]] | `:volume-specification` |
| `volumesPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volumes-per-instance` |
sourceraw docstring

build-cfn-instance-fleet-config-ebs-configuration-property-builderclj

(build-cfn-instance-fleet-config-ebs-configuration-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-instance-fleet-config-ebs-configuration-property-builder function updates a CfnInstanceFleetConfig$EbsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ebsBlockDeviceConfigsjava.util.Listcdk.support/lookup-entry:ebs-block-device-configs
ebsOptimizedjava.lang.Booleancdk.support/lookup-entry:ebs-optimized
The build-cfn-instance-fleet-config-ebs-configuration-property-builder function updates a CfnInstanceFleetConfig$EbsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ebsBlockDeviceConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:ebs-block-device-configs` |
| `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` |
sourceraw docstring

build-cfn-instance-fleet-config-instance-fleet-provisioning-specifications-property-builderclj

(build-cfn-instance-fleet-config-instance-fleet-provisioning-specifications-property-builder
  builder
  id
  config)

The build-cfn-instance-fleet-config-instance-fleet-provisioning-specifications-property-builder function updates a CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
onDemandSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-demand-specification
spotSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spot-specification
The build-cfn-instance-fleet-config-instance-fleet-provisioning-specifications-property-builder function updates a CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `onDemandSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-demand-specification` |
| `spotSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spot-specification` |
sourceraw docstring

build-cfn-instance-fleet-config-instance-type-config-property-builderclj

(build-cfn-instance-fleet-config-instance-type-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-instance-fleet-config-instance-type-config-property-builder function updates a CfnInstanceFleetConfig$InstanceTypeConfigProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$InstanceTypeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
bidPriceAsPercentageOfOnDemandPricejava.lang.Numbercdk.support/lookup-entry:bid-price-as-percentage-of-on-demand-price
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsConfigurationsoftware.amazon.awscdk.services.emr.CfnInstanceFleetConfig$EbsConfigurationPropertycdk.support/lookup-entry:ebs-configuration
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
weightedCapacityjava.lang.Numbercdk.support/lookup-entry:weighted-capacity
The build-cfn-instance-fleet-config-instance-type-config-property-builder function updates a CfnInstanceFleetConfig$InstanceTypeConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$InstanceTypeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `bidPriceAsPercentageOfOnDemandPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bid-price-as-percentage-of-on-demand-price` |
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsConfiguration` | software.amazon.awscdk.services.emr.CfnInstanceFleetConfig$EbsConfigurationProperty | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `weightedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
sourceraw docstring

build-cfn-instance-fleet-config-on-demand-provisioning-specification-property-builderclj

(build-cfn-instance-fleet-config-on-demand-provisioning-specification-property-builder
  builder
  id
  config)

The build-cfn-instance-fleet-config-on-demand-provisioning-specification-property-builder function updates a CfnInstanceFleetConfig$OnDemandProvisioningSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$OnDemandProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allocationStrategyjava.lang.Stringcdk.support/lookup-entry:allocation-strategy
The build-cfn-instance-fleet-config-on-demand-provisioning-specification-property-builder function updates a CfnInstanceFleetConfig$OnDemandProvisioningSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$OnDemandProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` |
sourceraw docstring

build-cfn-instance-fleet-config-props-builderclj

(build-cfn-instance-fleet-config-props-builder builder id config)

The build-cfn-instance-fleet-config-props-builder function updates a CfnInstanceFleetConfigProps$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
clusterIdjava.lang.Stringcdk.support/lookup-entry:cluster-id
instanceFleetTypejava.lang.Stringcdk.support/lookup-entry:instance-fleet-type
instanceTypeConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:instance-type-configs
launchSpecificationssoftware.amazon.awscdk.services.emr.CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsPropertycdk.support/lookup-entry:launch-specifications
namejava.lang.Stringcdk.support/lookup-entry:name
targetOnDemandCapacityjava.lang.Numbercdk.support/lookup-entry:target-on-demand-capacity
targetSpotCapacityjava.lang.Numbercdk.support/lookup-entry:target-spot-capacity
The build-cfn-instance-fleet-config-props-builder function updates a CfnInstanceFleetConfigProps$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clusterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-id` |
| `instanceFleetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-fleet-type` |
| `instanceTypeConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-type-configs` |
| `launchSpecifications` | software.amazon.awscdk.services.emr.CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty | [[cdk.support/lookup-entry]] | `:launch-specifications` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `targetOnDemandCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-on-demand-capacity` |
| `targetSpotCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-spot-capacity` |
sourceraw docstring

build-cfn-instance-fleet-config-spot-provisioning-specification-property-builderclj

(build-cfn-instance-fleet-config-spot-provisioning-specification-property-builder
  builder
  id
  config)

The build-cfn-instance-fleet-config-spot-provisioning-specification-property-builder function updates a CfnInstanceFleetConfig$SpotProvisioningSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$SpotProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allocationStrategyjava.lang.Stringcdk.support/lookup-entry:allocation-strategy
blockDurationMinutesjava.lang.Numbercdk.support/lookup-entry:block-duration-minutes
timeoutActionjava.lang.Stringcdk.support/lookup-entry:timeout-action
timeoutDurationMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-duration-minutes
The build-cfn-instance-fleet-config-spot-provisioning-specification-property-builder function updates a CfnInstanceFleetConfig$SpotProvisioningSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$SpotProvisioningSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` |
| `blockDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:block-duration-minutes` |
| `timeoutAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:timeout-action` |
| `timeoutDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-duration-minutes` |
sourceraw docstring

build-cfn-instance-fleet-config-volume-specification-property-builderclj

(build-cfn-instance-fleet-config-volume-specification-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-instance-fleet-config-volume-specification-property-builder function updates a CfnInstanceFleetConfig$VolumeSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceFleetConfig$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
iopsjava.lang.Numbercdk.support/lookup-entry:iops
sizeInGbjava.lang.Numbercdk.support/lookup-entry:size-in-gb
throughputjava.lang.Numbercdk.support/lookup-entry:throughput
volumeTypejava.lang.Stringcdk.support/lookup-entry:volume-type
The build-cfn-instance-fleet-config-volume-specification-property-builder function updates a CfnInstanceFleetConfig$VolumeSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceFleetConfig$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` |
| `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` |
| `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
sourceraw docstring

build-cfn-instance-group-config-auto-scaling-policy-property-builderclj

(build-cfn-instance-group-config-auto-scaling-policy-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-instance-group-config-auto-scaling-policy-property-builder function updates a CfnInstanceGroupConfig$AutoScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
constraintssoftware.amazon.awscdk.services.emr.CfnInstanceGroupConfig$ScalingConstraintsPropertycdk.support/lookup-entry:constraints
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-cfn-instance-group-config-auto-scaling-policy-property-builder function updates a CfnInstanceGroupConfig$AutoScalingPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `constraints` | software.amazon.awscdk.services.emr.CfnInstanceGroupConfig$ScalingConstraintsProperty | [[cdk.support/lookup-entry]] | `:constraints` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
sourceraw docstring

build-cfn-instance-group-config-builderclj

(build-cfn-instance-group-config-builder builder id config)

The build-cfn-instance-group-config-builder function updates a CfnInstanceGroupConfig$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
autoScalingPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-scaling-policy
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-configuration
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceRolejava.lang.Stringcdk.support/lookup-entry:instance-role
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
jobFlowIdjava.lang.Stringcdk.support/lookup-entry:job-flow-id
marketjava.lang.Stringcdk.support/lookup-entry:market
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-instance-group-config-builder function updates a CfnInstanceGroupConfig$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-policy` |
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `jobFlowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-flow-id` |
| `market` | java.lang.String | [[cdk.support/lookup-entry]] | `:market` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-instance-group-config-cloud-watch-alarm-definition-property-builderclj

(build-cfn-instance-group-config-cloud-watch-alarm-definition-property-builder
  builder
  id
  config)

The build-cfn-instance-group-config-cloud-watch-alarm-definition-property-builder function updates a CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
periodjava.lang.Numbercdk.support/lookup-entry:period
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-instance-group-config-cloud-watch-alarm-definition-property-builder function updates a CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-instance-group-config-configuration-property-builderclj

(build-cfn-instance-group-config-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-instance-group-config-configuration-property-builder function updates a CfnInstanceGroupConfig$ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
classificationjava.lang.Stringcdk.support/lookup-entry:classification
configurationPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-properties
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
The build-cfn-instance-group-config-configuration-property-builder function updates a CfnInstanceGroupConfig$ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` |
| `configurationProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-properties` |
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
sourceraw docstring

build-cfn-instance-group-config-ebs-block-device-config-property-builderclj

(build-cfn-instance-group-config-ebs-block-device-config-property-builder
  builder
  id
  config)

The build-cfn-instance-group-config-ebs-block-device-config-property-builder function updates a CfnInstanceGroupConfig$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
volumeSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:volume-specification
volumesPerInstancejava.lang.Numbercdk.support/lookup-entry:volumes-per-instance
The build-cfn-instance-group-config-ebs-block-device-config-property-builder function updates a CfnInstanceGroupConfig$EbsBlockDeviceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$EbsBlockDeviceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `volumeSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:volume-specification` |
| `volumesPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volumes-per-instance` |
sourceraw docstring

build-cfn-instance-group-config-ebs-configuration-property-builderclj

(build-cfn-instance-group-config-ebs-configuration-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-instance-group-config-ebs-configuration-property-builder function updates a CfnInstanceGroupConfig$EbsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ebsBlockDeviceConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-block-device-configs
ebsOptimizedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-optimized
The build-cfn-instance-group-config-ebs-configuration-property-builder function updates a CfnInstanceGroupConfig$EbsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$EbsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ebsBlockDeviceConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-block-device-configs` |
| `ebsOptimized` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-optimized` |
sourceraw docstring

build-cfn-instance-group-config-metric-dimension-property-builderclj

(build-cfn-instance-group-config-metric-dimension-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-instance-group-config-metric-dimension-property-builder function updates a CfnInstanceGroupConfig$MetricDimensionProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-instance-group-config-metric-dimension-property-builder function updates a CfnInstanceGroupConfig$MetricDimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-instance-group-config-props-builderclj

(build-cfn-instance-group-config-props-builder builder id config)

The build-cfn-instance-group-config-props-builder function updates a CfnInstanceGroupConfigProps$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
autoScalingPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-scaling-policy
bidPricejava.lang.Stringcdk.support/lookup-entry:bid-price
configurationsjava.util.Listcdk.support/lookup-entry:configurations
customAmiIdjava.lang.Stringcdk.support/lookup-entry:custom-ami-id
ebsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-configuration
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
instanceRolejava.lang.Stringcdk.support/lookup-entry:instance-role
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
jobFlowIdjava.lang.Stringcdk.support/lookup-entry:job-flow-id
marketjava.lang.Stringcdk.support/lookup-entry:market
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-instance-group-config-props-builder function updates a CfnInstanceGroupConfigProps$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-policy` |
| `bidPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:bid-price` |
| `configurations` | java.util.List | [[cdk.support/lookup-entry]] | `:configurations` |
| `customAmiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-ami-id` |
| `ebsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-configuration` |
| `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` |
| `instanceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `jobFlowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-flow-id` |
| `market` | java.lang.String | [[cdk.support/lookup-entry]] | `:market` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-instance-group-config-scaling-action-property-builderclj

(build-cfn-instance-group-config-scaling-action-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-instance-group-config-scaling-action-property-builder function updates a CfnInstanceGroupConfig$ScalingActionProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$ScalingActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
marketjava.lang.Stringcdk.support/lookup-entry:market
simpleScalingPolicyConfigurationsoftware.amazon.awscdk.services.emr.CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationPropertycdk.support/lookup-entry:simple-scaling-policy-configuration
The build-cfn-instance-group-config-scaling-action-property-builder function updates a CfnInstanceGroupConfig$ScalingActionProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$ScalingActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `market` | java.lang.String | [[cdk.support/lookup-entry]] | `:market` |
| `simpleScalingPolicyConfiguration` | software.amazon.awscdk.services.emr.CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty | [[cdk.support/lookup-entry]] | `:simple-scaling-policy-configuration` |
sourceraw docstring

build-cfn-instance-group-config-scaling-constraints-property-builderclj

(build-cfn-instance-group-config-scaling-constraints-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-instance-group-config-scaling-constraints-property-builder function updates a CfnInstanceGroupConfig$ScalingConstraintsProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$ScalingConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
The build-cfn-instance-group-config-scaling-constraints-property-builder function updates a CfnInstanceGroupConfig$ScalingConstraintsProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$ScalingConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
sourceraw docstring

build-cfn-instance-group-config-scaling-rule-property-builderclj

(build-cfn-instance-group-config-scaling-rule-property-builder builder
                                                               id
                                                               config)

The build-cfn-instance-group-config-scaling-rule-property-builder function updates a CfnInstanceGroupConfig$ScalingRuleProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$ScalingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
triggersoftware.amazon.awscdk.services.emr.CfnInstanceGroupConfig$ScalingTriggerPropertycdk.support/lookup-entry:trigger
The build-cfn-instance-group-config-scaling-rule-property-builder function updates a CfnInstanceGroupConfig$ScalingRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$ScalingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `trigger` | software.amazon.awscdk.services.emr.CfnInstanceGroupConfig$ScalingTriggerProperty | [[cdk.support/lookup-entry]] | `:trigger` |
sourceraw docstring

build-cfn-instance-group-config-scaling-trigger-property-builderclj

(build-cfn-instance-group-config-scaling-trigger-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-instance-group-config-scaling-trigger-property-builder function updates a CfnInstanceGroupConfig$ScalingTriggerProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$ScalingTriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cloudWatchAlarmDefinitionsoftware.amazon.awscdk.services.emr.CfnInstanceGroupConfig$CloudWatchAlarmDefinitionPropertycdk.support/lookup-entry:cloud-watch-alarm-definition
The build-cfn-instance-group-config-scaling-trigger-property-builder function updates a CfnInstanceGroupConfig$ScalingTriggerProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$ScalingTriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchAlarmDefinition` | software.amazon.awscdk.services.emr.CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-alarm-definition` |
sourceraw docstring

build-cfn-instance-group-config-simple-scaling-policy-configuration-property-builderclj

(build-cfn-instance-group-config-simple-scaling-policy-configuration-property-builder
  builder
  id
  config)

The build-cfn-instance-group-config-simple-scaling-policy-configuration-property-builder function updates a CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
adjustmentTypejava.lang.Stringcdk.support/lookup-entry:adjustment-type
coolDownjava.lang.Numbercdk.support/lookup-entry:cool-down
scalingAdjustmentjava.lang.Numbercdk.support/lookup-entry:scaling-adjustment
The build-cfn-instance-group-config-simple-scaling-policy-configuration-property-builder function updates a CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adjustmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:adjustment-type` |
| `coolDown` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cool-down` |
| `scalingAdjustment` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scaling-adjustment` |
sourceraw docstring

build-cfn-instance-group-config-volume-specification-property-builderclj

(build-cfn-instance-group-config-volume-specification-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-instance-group-config-volume-specification-property-builder function updates a CfnInstanceGroupConfig$VolumeSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstanceGroupConfig$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
iopsjava.lang.Numbercdk.support/lookup-entry:iops
sizeInGbjava.lang.Numbercdk.support/lookup-entry:size-in-gb
throughputjava.lang.Numbercdk.support/lookup-entry:throughput
volumeTypejava.lang.Stringcdk.support/lookup-entry:volume-type
The build-cfn-instance-group-config-volume-specification-property-builder function updates a CfnInstanceGroupConfig$VolumeSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceGroupConfig$VolumeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` |
| `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` |
| `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
sourceraw docstring

build-cfn-security-configuration-builderclj

(build-cfn-security-configuration-builder builder id config)

The build-cfn-security-configuration-builder function updates a CfnSecurityConfiguration$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
securityConfigurationjava.lang.Objectcdk.support/lookup-entry:security-configuration
The build-cfn-security-configuration-builder function updates a CfnSecurityConfiguration$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `securityConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:security-configuration` |
sourceraw docstring

build-cfn-security-configuration-props-builderclj

(build-cfn-security-configuration-props-builder builder id config)

The build-cfn-security-configuration-props-builder function updates a CfnSecurityConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSecurityConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
securityConfigurationjava.lang.Objectcdk.support/lookup-entry:security-configuration
The build-cfn-security-configuration-props-builder function updates a CfnSecurityConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `securityConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:security-configuration` |
sourceraw docstring

build-cfn-step-builderclj

(build-cfn-step-builder builder id config)

The build-cfn-step-builder function updates a CfnStep$Builder instance using the provided configuration. The function takes the CfnStep$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionOnFailurejava.lang.Stringcdk.support/lookup-entry:action-on-failure
hadoopJarStepsoftware.amazon.awscdk.services.emr.CfnStep$HadoopJarStepConfigPropertycdk.support/lookup-entry:hadoop-jar-step
jobFlowIdjava.lang.Stringcdk.support/lookup-entry:job-flow-id
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-step-builder function updates a CfnStep$Builder instance using the provided configuration.
  The function takes the CfnStep$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionOnFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-on-failure` |
| `hadoopJarStep` | software.amazon.awscdk.services.emr.CfnStep$HadoopJarStepConfigProperty | [[cdk.support/lookup-entry]] | `:hadoop-jar-step` |
| `jobFlowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-flow-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-step-hadoop-jar-step-config-property-builderclj

(build-cfn-step-hadoop-jar-step-config-property-builder builder id config)

The build-cfn-step-hadoop-jar-step-config-property-builder function updates a CfnStep$HadoopJarStepConfigProperty$Builder instance using the provided configuration. The function takes the CfnStep$HadoopJarStepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
argsjava.util.Listcdk.support/lookup-entry:args
jarjava.lang.Stringcdk.support/lookup-entry:jar
mainClassjava.lang.Stringcdk.support/lookup-entry:main-class
stepPropertiesjava.util.Listcdk.support/lookup-entry:step-properties
The build-cfn-step-hadoop-jar-step-config-property-builder function updates a CfnStep$HadoopJarStepConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnStep$HadoopJarStepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `args` | java.util.List | [[cdk.support/lookup-entry]] | `:args` |
| `jar` | java.lang.String | [[cdk.support/lookup-entry]] | `:jar` |
| `mainClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:main-class` |
| `stepProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:step-properties` |
sourceraw docstring

build-cfn-step-key-value-property-builderclj

(build-cfn-step-key-value-property-builder builder id config)

The build-cfn-step-key-value-property-builder function updates a CfnStep$KeyValueProperty$Builder instance using the provided configuration. The function takes the CfnStep$KeyValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-step-key-value-property-builder function updates a CfnStep$KeyValueProperty$Builder instance using the provided configuration.
  The function takes the CfnStep$KeyValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-step-props-builderclj

(build-cfn-step-props-builder builder id config)

The build-cfn-step-props-builder function updates a CfnStepProps$Builder instance using the provided configuration. The function takes the CfnStepProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionOnFailurejava.lang.Stringcdk.support/lookup-entry:action-on-failure
hadoopJarStepsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hadoop-jar-step
jobFlowIdjava.lang.Stringcdk.support/lookup-entry:job-flow-id
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-step-props-builder function updates a CfnStepProps$Builder instance using the provided configuration.
  The function takes the CfnStepProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actionOnFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-on-failure` |
| `hadoopJarStep` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hadoop-jar-step` |
| `jobFlowId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-flow-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-studio-builderclj

(build-cfn-studio-builder builder id config)

The build-cfn-studio-builder function updates a CfnStudio$Builder instance using the provided configuration. The function takes the CfnStudio$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
authModejava.lang.Stringcdk.support/lookup-entry:auth-mode
defaultS3Locationjava.lang.Stringcdk.support/lookup-entry:default-s3-location
descriptionjava.lang.Stringcdk.support/lookup-entry:description
encryptionKeyArnjava.lang.Stringcdk.support/lookup-entry:encryption-key-arn
engineSecurityGroupIdjava.lang.Stringcdk.support/lookup-entry:engine-security-group-id
idcInstanceArnjava.lang.Stringcdk.support/lookup-entry:idc-instance-arn
idcUserAssignmentjava.lang.Stringcdk.support/lookup-entry:idc-user-assignment
idpAuthUrljava.lang.Stringcdk.support/lookup-entry:idp-auth-url
idpRelayStateParameterNamejava.lang.Stringcdk.support/lookup-entry:idp-relay-state-parameter-name
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolejava.lang.Stringcdk.support/lookup-entry:service-role
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
trustedIdentityPropagationEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trusted-identity-propagation-enabled
userRolejava.lang.Stringcdk.support/lookup-entry:user-role
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
workspaceSecurityGroupIdjava.lang.Stringcdk.support/lookup-entry:workspace-security-group-id
The build-cfn-studio-builder function updates a CfnStudio$Builder instance using the provided configuration.
  The function takes the CfnStudio$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-mode` |
| `defaultS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-s3-location` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` |
| `engineSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-security-group-id` |
| `idcInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:idc-instance-arn` |
| `idcUserAssignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:idc-user-assignment` |
| `idpAuthUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:idp-auth-url` |
| `idpRelayStateParameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:idp-relay-state-parameter-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `trustedIdentityPropagationEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trusted-identity-propagation-enabled` |
| `userRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-role` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
| `workspaceSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-security-group-id` |
sourceraw docstring

build-cfn-studio-props-builderclj

(build-cfn-studio-props-builder builder id config)

The build-cfn-studio-props-builder function updates a CfnStudioProps$Builder instance using the provided configuration. The function takes the CfnStudioProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
authModejava.lang.Stringcdk.support/lookup-entry:auth-mode
defaultS3Locationjava.lang.Stringcdk.support/lookup-entry:default-s3-location
descriptionjava.lang.Stringcdk.support/lookup-entry:description
encryptionKeyArnjava.lang.Stringcdk.support/lookup-entry:encryption-key-arn
engineSecurityGroupIdjava.lang.Stringcdk.support/lookup-entry:engine-security-group-id
idcInstanceArnjava.lang.Stringcdk.support/lookup-entry:idc-instance-arn
idcUserAssignmentjava.lang.Stringcdk.support/lookup-entry:idc-user-assignment
idpAuthUrljava.lang.Stringcdk.support/lookup-entry:idp-auth-url
idpRelayStateParameterNamejava.lang.Stringcdk.support/lookup-entry:idp-relay-state-parameter-name
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolejava.lang.Stringcdk.support/lookup-entry:service-role
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
trustedIdentityPropagationEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trusted-identity-propagation-enabled
userRolejava.lang.Stringcdk.support/lookup-entry:user-role
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
workspaceSecurityGroupIdjava.lang.Stringcdk.support/lookup-entry:workspace-security-group-id
The build-cfn-studio-props-builder function updates a CfnStudioProps$Builder instance using the provided configuration.
  The function takes the CfnStudioProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-mode` |
| `defaultS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-s3-location` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` |
| `engineSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-security-group-id` |
| `idcInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:idc-instance-arn` |
| `idcUserAssignment` | java.lang.String | [[cdk.support/lookup-entry]] | `:idc-user-assignment` |
| `idpAuthUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:idp-auth-url` |
| `idpRelayStateParameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:idp-relay-state-parameter-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `trustedIdentityPropagationEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trusted-identity-propagation-enabled` |
| `userRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-role` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
| `workspaceSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-security-group-id` |
sourceraw docstring

build-cfn-studio-session-mapping-builderclj

(build-cfn-studio-session-mapping-builder builder id config)

The build-cfn-studio-session-mapping-builder function updates a CfnStudioSessionMapping$Builder instance using the provided configuration. The function takes the CfnStudioSessionMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
identityNamejava.lang.Stringcdk.support/lookup-entry:identity-name
identityTypejava.lang.Stringcdk.support/lookup-entry:identity-type
sessionPolicyArnjava.lang.Stringcdk.support/lookup-entry:session-policy-arn
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
The build-cfn-studio-session-mapping-builder function updates a CfnStudioSessionMapping$Builder instance using the provided configuration.
  The function takes the CfnStudioSessionMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `identityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-name` |
| `identityType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-type` |
| `sessionPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-policy-arn` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
sourceraw docstring

build-cfn-studio-session-mapping-props-builderclj

(build-cfn-studio-session-mapping-props-builder builder id config)

The build-cfn-studio-session-mapping-props-builder function updates a CfnStudioSessionMappingProps$Builder instance using the provided configuration. The function takes the CfnStudioSessionMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
identityNamejava.lang.Stringcdk.support/lookup-entry:identity-name
identityTypejava.lang.Stringcdk.support/lookup-entry:identity-type
sessionPolicyArnjava.lang.Stringcdk.support/lookup-entry:session-policy-arn
studioIdjava.lang.Stringcdk.support/lookup-entry:studio-id
The build-cfn-studio-session-mapping-props-builder function updates a CfnStudioSessionMappingProps$Builder instance using the provided configuration.
  The function takes the CfnStudioSessionMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `identityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-name` |
| `identityType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-type` |
| `sessionPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-policy-arn` |
| `studioId` | java.lang.String | [[cdk.support/lookup-entry]] | `:studio-id` |
sourceraw docstring

build-cfn-wal-workspace-builderclj

(build-cfn-wal-workspace-builder builder id config)

The build-cfn-wal-workspace-builder function updates a CfnWALWorkspace$Builder instance using the provided configuration. The function takes the CfnWALWorkspace$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
tagsjava.util.Listcdk.support/lookup-entry:tags
walWorkspaceNamejava.lang.Stringcdk.support/lookup-entry:wal-workspace-name
The build-cfn-wal-workspace-builder function updates a CfnWALWorkspace$Builder instance using the provided configuration.
  The function takes the CfnWALWorkspace$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `walWorkspaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:wal-workspace-name` |
sourceraw docstring

build-cfn-wal-workspace-props-builderclj

(build-cfn-wal-workspace-props-builder builder id config)

The build-cfn-wal-workspace-props-builder function updates a CfnWALWorkspaceProps$Builder instance using the provided configuration. The function takes the CfnWALWorkspaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
tagsjava.util.Listcdk.support/lookup-entry:tags
walWorkspaceNamejava.lang.Stringcdk.support/lookup-entry:wal-workspace-name
The build-cfn-wal-workspace-props-builder function updates a CfnWALWorkspaceProps$Builder instance using the provided configuration.
  The function takes the CfnWALWorkspaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `walWorkspaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:wal-workspace-name` |
sourceraw docstring

cfn-cluster-application-property-builderclj

(cfn-cluster-application-property-builder id config)

Creates a CfnCluster$ApplicationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ApplicationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-auto-scaling-policy-property-builderclj

(cfn-cluster-auto-scaling-policy-property-builder id config)

Creates a CfnCluster$AutoScalingPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$AutoScalingPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-auto-termination-policy-property-builderclj

(cfn-cluster-auto-termination-policy-property-builder id config)

Creates a CfnCluster$AutoTerminationPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$AutoTerminationPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-bootstrap-action-config-property-builderclj

(cfn-cluster-bootstrap-action-config-property-builder id config)

Creates a CfnCluster$BootstrapActionConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$BootstrapActionConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-builderclj

(cfn-cluster-builder scope id config)

Creates a CfnCluster$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnCluster$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-cloud-watch-alarm-definition-property-builderclj

(cfn-cluster-cloud-watch-alarm-definition-property-builder id config)

Creates a CfnCluster$CloudWatchAlarmDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$CloudWatchAlarmDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-compute-limits-property-builderclj

(cfn-cluster-compute-limits-property-builder id config)

Creates a CfnCluster$ComputeLimitsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ComputeLimitsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-configuration-property-builderclj

(cfn-cluster-configuration-property-builder id config)

Creates a CfnCluster$ConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-ebs-block-device-config-property-builderclj

(cfn-cluster-ebs-block-device-config-property-builder id config)

Creates a CfnCluster$EbsBlockDeviceConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$EbsBlockDeviceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-ebs-configuration-property-builderclj

(cfn-cluster-ebs-configuration-property-builder id config)

Creates a CfnCluster$EbsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$EbsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-hadoop-jar-step-config-property-builderclj

(cfn-cluster-hadoop-jar-step-config-property-builder id config)

Creates a CfnCluster$HadoopJarStepConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$HadoopJarStepConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-instance-fleet-config-property-builderclj

(cfn-cluster-instance-fleet-config-property-builder id config)

Creates a CfnCluster$InstanceFleetConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$InstanceFleetConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-instance-fleet-provisioning-specifications-property-builderclj

(cfn-cluster-instance-fleet-provisioning-specifications-property-builder id
                                                                         config)

Creates a CfnCluster$InstanceFleetProvisioningSpecificationsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$InstanceFleetProvisioningSpecificationsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-instance-group-config-property-builderclj

(cfn-cluster-instance-group-config-property-builder id config)

Creates a CfnCluster$InstanceGroupConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$InstanceGroupConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-instance-type-config-property-builderclj

(cfn-cluster-instance-type-config-property-builder id config)

Creates a CfnCluster$InstanceTypeConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$InstanceTypeConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-job-flow-instances-config-property-builderclj

(cfn-cluster-job-flow-instances-config-property-builder id config)

Creates a CfnCluster$JobFlowInstancesConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$JobFlowInstancesConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-kerberos-attributes-property-builderclj

(cfn-cluster-kerberos-attributes-property-builder id config)

Creates a CfnCluster$KerberosAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$KerberosAttributesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-key-value-property-builderclj

(cfn-cluster-key-value-property-builder id config)

Creates a CfnCluster$KeyValueProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$KeyValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-managed-scaling-policy-property-builderclj

(cfn-cluster-managed-scaling-policy-property-builder id config)

Creates a CfnCluster$ManagedScalingPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ManagedScalingPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-metric-dimension-property-builderclj

(cfn-cluster-metric-dimension-property-builder id config)

Creates a CfnCluster$MetricDimensionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$MetricDimensionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-on-demand-provisioning-specification-property-builderclj

(cfn-cluster-on-demand-provisioning-specification-property-builder id config)

Creates a CfnCluster$OnDemandProvisioningSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$OnDemandProvisioningSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-placement-group-config-property-builderclj

(cfn-cluster-placement-group-config-property-builder id config)

Creates a CfnCluster$PlacementGroupConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$PlacementGroupConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-placement-type-property-builderclj

(cfn-cluster-placement-type-property-builder id config)

Creates a CfnCluster$PlacementTypeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$PlacementTypeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-props-builderclj

(cfn-cluster-props-builder id config)

Creates a CfnClusterProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnClusterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-scaling-action-property-builderclj

(cfn-cluster-scaling-action-property-builder id config)

Creates a CfnCluster$ScalingActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ScalingActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-scaling-constraints-property-builderclj

(cfn-cluster-scaling-constraints-property-builder id config)

Creates a CfnCluster$ScalingConstraintsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ScalingConstraintsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-scaling-rule-property-builderclj

(cfn-cluster-scaling-rule-property-builder id config)

Creates a CfnCluster$ScalingRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ScalingRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-scaling-trigger-property-builderclj

(cfn-cluster-scaling-trigger-property-builder id config)

Creates a CfnCluster$ScalingTriggerProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ScalingTriggerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-script-bootstrap-action-config-property-builderclj

(cfn-cluster-script-bootstrap-action-config-property-builder id config)

Creates a CfnCluster$ScriptBootstrapActionConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$ScriptBootstrapActionConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-simple-scaling-policy-configuration-property-builderclj

(cfn-cluster-simple-scaling-policy-configuration-property-builder id config)

Creates a CfnCluster$SimpleScalingPolicyConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$SimpleScalingPolicyConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-spot-provisioning-specification-property-builderclj

(cfn-cluster-spot-provisioning-specification-property-builder id config)

Creates a CfnCluster$SpotProvisioningSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$SpotProvisioningSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-step-config-property-builderclj

(cfn-cluster-step-config-property-builder id config)

Creates a CfnCluster$StepConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$StepConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-cluster-volume-specification-property-builderclj

(cfn-cluster-volume-specification-property-builder id config)

Creates a CfnCluster$VolumeSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnCluster$VolumeSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-builderclj

(cfn-instance-fleet-config-builder scope id config)

Creates a CfnInstanceFleetConfig$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnInstanceFleetConfig$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-configuration-property-builderclj

(cfn-instance-fleet-config-configuration-property-builder id config)

Creates a CfnInstanceFleetConfig$ConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$ConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-ebs-block-device-config-property-builderclj

(cfn-instance-fleet-config-ebs-block-device-config-property-builder id config)

Creates a CfnInstanceFleetConfig$EbsBlockDeviceConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$EbsBlockDeviceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-ebs-configuration-property-builderclj

(cfn-instance-fleet-config-ebs-configuration-property-builder id config)

Creates a CfnInstanceFleetConfig$EbsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$EbsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-instance-fleet-provisioning-specifications-property-builderclj

(cfn-instance-fleet-config-instance-fleet-provisioning-specifications-property-builder
  id
  config)

Creates a CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$InstanceFleetProvisioningSpecificationsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-instance-type-config-property-builderclj

(cfn-instance-fleet-config-instance-type-config-property-builder id config)

Creates a CfnInstanceFleetConfig$InstanceTypeConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$InstanceTypeConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-on-demand-provisioning-specification-property-builderclj

(cfn-instance-fleet-config-on-demand-provisioning-specification-property-builder
  id
  config)

Creates a CfnInstanceFleetConfig$OnDemandProvisioningSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$OnDemandProvisioningSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-props-builderclj

(cfn-instance-fleet-config-props-builder id config)

Creates a CfnInstanceFleetConfigProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-spot-provisioning-specification-property-builderclj

(cfn-instance-fleet-config-spot-provisioning-specification-property-builder
  id
  config)

Creates a CfnInstanceFleetConfig$SpotProvisioningSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$SpotProvisioningSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-fleet-config-volume-specification-property-builderclj

(cfn-instance-fleet-config-volume-specification-property-builder id config)

Creates a CfnInstanceFleetConfig$VolumeSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceFleetConfig$VolumeSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-auto-scaling-policy-property-builderclj

(cfn-instance-group-config-auto-scaling-policy-property-builder id config)

Creates a CfnInstanceGroupConfig$AutoScalingPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$AutoScalingPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-builderclj

(cfn-instance-group-config-builder scope id config)

Creates a CfnInstanceGroupConfig$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnInstanceGroupConfig$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-cloud-watch-alarm-definition-property-builderclj

(cfn-instance-group-config-cloud-watch-alarm-definition-property-builder id
                                                                         config)

Creates a CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-configuration-property-builderclj

(cfn-instance-group-config-configuration-property-builder id config)

Creates a CfnInstanceGroupConfig$ConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$ConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-ebs-block-device-config-property-builderclj

(cfn-instance-group-config-ebs-block-device-config-property-builder id config)

Creates a CfnInstanceGroupConfig$EbsBlockDeviceConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$EbsBlockDeviceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-ebs-configuration-property-builderclj

(cfn-instance-group-config-ebs-configuration-property-builder id config)

Creates a CfnInstanceGroupConfig$EbsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$EbsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-metric-dimension-property-builderclj

(cfn-instance-group-config-metric-dimension-property-builder id config)

Creates a CfnInstanceGroupConfig$MetricDimensionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$MetricDimensionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-props-builderclj

(cfn-instance-group-config-props-builder id config)

Creates a CfnInstanceGroupConfigProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-scaling-action-property-builderclj

(cfn-instance-group-config-scaling-action-property-builder id config)

Creates a CfnInstanceGroupConfig$ScalingActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$ScalingActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-scaling-constraints-property-builderclj

(cfn-instance-group-config-scaling-constraints-property-builder id config)

Creates a CfnInstanceGroupConfig$ScalingConstraintsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$ScalingConstraintsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-scaling-rule-property-builderclj

(cfn-instance-group-config-scaling-rule-property-builder id config)

Creates a CfnInstanceGroupConfig$ScalingRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$ScalingRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-scaling-trigger-property-builderclj

(cfn-instance-group-config-scaling-trigger-property-builder id config)

Creates a CfnInstanceGroupConfig$ScalingTriggerProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$ScalingTriggerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-simple-scaling-policy-configuration-property-builderclj

(cfn-instance-group-config-simple-scaling-policy-configuration-property-builder
  id
  config)

Creates a CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$SimpleScalingPolicyConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-instance-group-config-volume-specification-property-builderclj

(cfn-instance-group-config-volume-specification-property-builder id config)

Creates a CfnInstanceGroupConfig$VolumeSpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnInstanceGroupConfig$VolumeSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-security-configuration-builderclj

(cfn-security-configuration-builder scope id config)

Creates a CfnSecurityConfiguration$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnSecurityConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-security-configuration-props-builderclj

(cfn-security-configuration-props-builder id config)

Creates a CfnSecurityConfigurationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSecurityConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-step-builderclj

(cfn-step-builder scope id config)

Creates a CfnStep$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnStep$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-step-hadoop-jar-step-config-property-builderclj

(cfn-step-hadoop-jar-step-config-property-builder id config)

Creates a CfnStep$HadoopJarStepConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStep$HadoopJarStepConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-step-key-value-property-builderclj

(cfn-step-key-value-property-builder id config)

Creates a CfnStep$KeyValueProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStep$KeyValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-step-props-builderclj

(cfn-step-props-builder id config)

Creates a CfnStepProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStepProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-studio-builderclj

(cfn-studio-builder scope id config)

Creates a CfnStudio$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnStudio$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-studio-props-builderclj

(cfn-studio-props-builder id config)

Creates a CfnStudioProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStudioProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-studio-session-mapping-builderclj

(cfn-studio-session-mapping-builder scope id config)

Creates a CfnStudioSessionMapping$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnStudioSessionMapping$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-studio-session-mapping-props-builderclj

(cfn-studio-session-mapping-props-builder id config)

Creates a CfnStudioSessionMappingProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStudioSessionMappingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-wal-workspace-builderclj

(cfn-wal-workspace-builder scope id config)

Creates a CfnWALWorkspace$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnWALWorkspace$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-wal-workspace-props-builderclj

(cfn-wal-workspace-props-builder id config)

Creates a CfnWALWorkspaceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnWALWorkspaceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close