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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
idleTimeout | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
computeLimits | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchAlarmDefinition | software.amazon.awscdk.services.emr.CfnCluster$CloudWatchAlarmDefinitionProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
args | java.util.List | cdk.support/lookup-entry | :args |
path | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchAlarmDefinition | software.amazon.awscdk.services.emr.CfnInstanceGroupConfig$CloudWatchAlarmDefinitionProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close