Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.emrserverless package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.emrserverless package.
(build-cfn-application-auto-start-configuration-property-builder builder
id
config)
The build-cfn-application-auto-start-configuration-property-builder function updates a CfnApplication$AutoStartConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AutoStartConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-application-auto-start-configuration-property-builder function updates a CfnApplication$AutoStartConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AutoStartConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-application-auto-stop-configuration-property-builder builder
id
config)
The build-cfn-application-auto-stop-configuration-property-builder function updates a CfnApplication$AutoStopConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AutoStopConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
idleTimeoutMinutes | java.lang.Number | cdk.support/lookup-entry | :idle-timeout-minutes |
The build-cfn-application-auto-stop-configuration-property-builder function updates a CfnApplication$AutoStopConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AutoStopConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `idleTimeoutMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-timeout-minutes` |
(build-cfn-application-builder builder id config)
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
architecture | java.lang.String | cdk.support/lookup-entry | :architecture |
autoStartConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-start-configuration |
autoStopConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$AutoStopConfigurationProperty | cdk.support/lookup-entry | :auto-stop-configuration |
imageConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$ImageConfigurationInputProperty | cdk.support/lookup-entry | :image-configuration |
initialCapacity | java.util.List | cdk.support/lookup-entry | :initial-capacity |
maximumCapacity | software.amazon.awscdk.services.emrserverless.CfnApplication$MaximumAllowedResourcesProperty | cdk.support/lookup-entry | :maximum-capacity |
monitoringConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$MonitoringConfigurationProperty | cdk.support/lookup-entry | :monitoring-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
networkConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$NetworkConfigurationProperty | cdk.support/lookup-entry | :network-configuration |
releaseLabel | java.lang.String | cdk.support/lookup-entry | :release-label |
runtimeConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :runtime-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
workerTypeSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :worker-type-specifications |
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `architecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:architecture` | | `autoStartConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-start-configuration` | | `autoStopConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$AutoStopConfigurationProperty | [[cdk.support/lookup-entry]] | `:auto-stop-configuration` | | `imageConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$ImageConfigurationInputProperty | [[cdk.support/lookup-entry]] | `:image-configuration` | | `initialCapacity` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-capacity` | | `maximumCapacity` | software.amazon.awscdk.services.emrserverless.CfnApplication$MaximumAllowedResourcesProperty | [[cdk.support/lookup-entry]] | `:maximum-capacity` | | `monitoringConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$MonitoringConfigurationProperty | [[cdk.support/lookup-entry]] | `:monitoring-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `networkConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` | | `releaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-label` | | `runtimeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `workerTypeSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:worker-type-specifications` |
(build-cfn-application-cloud-watch-logging-configuration-property-builder
builder
id
config)
The build-cfn-application-cloud-watch-logging-configuration-property-builder function updates a CfnApplication$CloudWatchLoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CloudWatchLoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
encryptionKeyArn | java.lang.String | cdk.support/lookup-entry | :encryption-key-arn |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logStreamNamePrefix | java.lang.String | cdk.support/lookup-entry | :log-stream-name-prefix |
logTypeMap | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :log-type-map |
The build-cfn-application-cloud-watch-logging-configuration-property-builder function updates a CfnApplication$CloudWatchLoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CloudWatchLoggingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logStreamNamePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-stream-name-prefix` | | `logTypeMap` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-type-map` |
(build-cfn-application-configuration-object-property-builder builder id config)
The build-cfn-application-configuration-object-property-builder function updates a CfnApplication$ConfigurationObjectProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ConfigurationObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
configurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :configurations |
properties | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :properties |
The build-cfn-application-configuration-object-property-builder function updates a CfnApplication$ConfigurationObjectProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ConfigurationObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | | `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` | | `properties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:properties` |
(build-cfn-application-image-configuration-input-property-builder builder
id
config)
The build-cfn-application-image-configuration-input-property-builder function updates a CfnApplication$ImageConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ImageConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
imageUri | java.lang.String | cdk.support/lookup-entry | :image-uri |
The build-cfn-application-image-configuration-input-property-builder function updates a CfnApplication$ImageConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ImageConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
(build-cfn-application-initial-capacity-config-key-value-pair-property-builder
builder
id
config)
The build-cfn-application-initial-capacity-config-key-value-pair-property-builder function updates a CfnApplication$InitialCapacityConfigKeyValuePairProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InitialCapacityConfigKeyValuePairProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 | software.amazon.awscdk.services.emrserverless.CfnApplication$InitialCapacityConfigProperty | cdk.support/lookup-entry | :value |
The build-cfn-application-initial-capacity-config-key-value-pair-property-builder function updates a CfnApplication$InitialCapacityConfigKeyValuePairProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InitialCapacityConfigKeyValuePairProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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` | software.amazon.awscdk.services.emrserverless.CfnApplication$InitialCapacityConfigProperty | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-application-initial-capacity-config-property-builder builder
id
config)
The build-cfn-application-initial-capacity-config-property-builder function updates a CfnApplication$InitialCapacityConfigProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InitialCapacityConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
workerConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$WorkerConfigurationProperty | cdk.support/lookup-entry | :worker-configuration |
workerCount | java.lang.Number | cdk.support/lookup-entry | :worker-count |
The build-cfn-application-initial-capacity-config-property-builder function updates a CfnApplication$InitialCapacityConfigProperty$Builder instance using the provided configuration. The function takes the CfnApplication$InitialCapacityConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `workerConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$WorkerConfigurationProperty | [[cdk.support/lookup-entry]] | `:worker-configuration` | | `workerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:worker-count` |
(build-cfn-application-log-type-map-key-value-pair-property-builder builder
id
config)
The build-cfn-application-log-type-map-key-value-pair-property-builder function updates a CfnApplication$LogTypeMapKeyValuePairProperty$Builder instance using the provided configuration. The function takes the CfnApplication$LogTypeMapKeyValuePairProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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.util.List | cdk.support/lookup-entry | :value |
The build-cfn-application-log-type-map-key-value-pair-property-builder function updates a CfnApplication$LogTypeMapKeyValuePairProperty$Builder instance using the provided configuration. The function takes the CfnApplication$LogTypeMapKeyValuePairProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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.util.List | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-application-managed-persistence-monitoring-configuration-property-builder
builder
id
config)
The build-cfn-application-managed-persistence-monitoring-configuration-property-builder function updates a CfnApplication$ManagedPersistenceMonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ManagedPersistenceMonitoringConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
encryptionKeyArn | java.lang.String | cdk.support/lookup-entry | :encryption-key-arn |
The build-cfn-application-managed-persistence-monitoring-configuration-property-builder function updates a CfnApplication$ManagedPersistenceMonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ManagedPersistenceMonitoringConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` |
(build-cfn-application-maximum-allowed-resources-property-builder builder
id
config)
The build-cfn-application-maximum-allowed-resources-property-builder function updates a CfnApplication$MaximumAllowedResourcesProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MaximumAllowedResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
cpu | java.lang.String | cdk.support/lookup-entry | :cpu |
disk | java.lang.String | cdk.support/lookup-entry | :disk |
memory | java.lang.String | cdk.support/lookup-entry | :memory |
The build-cfn-application-maximum-allowed-resources-property-builder function updates a CfnApplication$MaximumAllowedResourcesProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MaximumAllowedResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` | | `disk` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk` | | `memory` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory` |
(build-cfn-application-monitoring-configuration-property-builder builder
id
config)
The build-cfn-application-monitoring-configuration-property-builder function updates a CfnApplication$MonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MonitoringConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
cloudWatchLoggingConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cloud-watch-logging-configuration |
managedPersistenceMonitoringConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :managed-persistence-monitoring-configuration |
s3MonitoringConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$S3MonitoringConfigurationProperty | cdk.support/lookup-entry | :s3-monitoring-configuration |
The build-cfn-application-monitoring-configuration-property-builder function updates a CfnApplication$MonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$MonitoringConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `cloudWatchLoggingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-logging-configuration` | | `managedPersistenceMonitoringConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:managed-persistence-monitoring-configuration` | | `s3MonitoringConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$S3MonitoringConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3-monitoring-configuration` |
(build-cfn-application-network-configuration-property-builder builder id config)
The build-cfn-application-network-configuration-property-builder function updates a CfnApplication$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
The build-cfn-application-network-configuration-property-builder function updates a CfnApplication$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
(build-cfn-application-props-builder builder id config)
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
architecture | java.lang.String | cdk.support/lookup-entry | :architecture |
autoStartConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-start-configuration |
autoStopConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$AutoStopConfigurationProperty | cdk.support/lookup-entry | :auto-stop-configuration |
imageConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$ImageConfigurationInputProperty | cdk.support/lookup-entry | :image-configuration |
initialCapacity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :initial-capacity |
maximumCapacity | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :maximum-capacity |
monitoringConfiguration | software.amazon.awscdk.services.emrserverless.CfnApplication$MonitoringConfigurationProperty | cdk.support/lookup-entry | :monitoring-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
networkConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-configuration |
releaseLabel | java.lang.String | cdk.support/lookup-entry | :release-label |
runtimeConfiguration | java.util.List | cdk.support/lookup-entry | :runtime-configuration |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
workerTypeSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :worker-type-specifications |
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `architecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:architecture` | | `autoStartConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-start-configuration` | | `autoStopConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$AutoStopConfigurationProperty | [[cdk.support/lookup-entry]] | `:auto-stop-configuration` | | `imageConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$ImageConfigurationInputProperty | [[cdk.support/lookup-entry]] | `:image-configuration` | | `initialCapacity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:initial-capacity` | | `maximumCapacity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maximum-capacity` | | `monitoringConfiguration` | software.amazon.awscdk.services.emrserverless.CfnApplication$MonitoringConfigurationProperty | [[cdk.support/lookup-entry]] | `:monitoring-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `networkConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-configuration` | | `releaseLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:release-label` | | `runtimeConfiguration` | java.util.List | [[cdk.support/lookup-entry]] | `:runtime-configuration` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `workerTypeSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:worker-type-specifications` |
(build-cfn-application-s3-monitoring-configuration-property-builder builder
id
config)
The build-cfn-application-s3-monitoring-configuration-property-builder function updates a CfnApplication$S3MonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$S3MonitoringConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
encryptionKeyArn | java.lang.String | cdk.support/lookup-entry | :encryption-key-arn |
logUri | java.lang.String | cdk.support/lookup-entry | :log-uri |
The build-cfn-application-s3-monitoring-configuration-property-builder function updates a CfnApplication$S3MonitoringConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$S3MonitoringConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` | | `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
(build-cfn-application-worker-configuration-property-builder builder id config)
The build-cfn-application-worker-configuration-property-builder function updates a CfnApplication$WorkerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$WorkerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
cpu | java.lang.String | cdk.support/lookup-entry | :cpu |
disk | java.lang.String | cdk.support/lookup-entry | :disk |
memory | java.lang.String | cdk.support/lookup-entry | :memory |
The build-cfn-application-worker-configuration-property-builder function updates a CfnApplication$WorkerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$WorkerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` | | `disk` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk` | | `memory` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory` |
(build-cfn-application-worker-type-specification-input-property-builder builder
id
config)
The build-cfn-application-worker-type-specification-input-property-builder function updates a CfnApplication$WorkerTypeSpecificationInputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$WorkerTypeSpecificationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
imageConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-configuration |
The build-cfn-application-worker-type-specification-input-property-builder function updates a CfnApplication$WorkerTypeSpecificationInputProperty$Builder instance using the provided configuration. The function takes the CfnApplication$WorkerTypeSpecificationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `imageConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-configuration` |
(cfn-application-auto-start-configuration-property-builder id config)
Creates a CfnApplication$AutoStartConfigurationProperty$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 `CfnApplication$AutoStartConfigurationProperty$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-application-auto-stop-configuration-property-builder id config)
Creates a CfnApplication$AutoStopConfigurationProperty$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 `CfnApplication$AutoStopConfigurationProperty$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-application-builder scope id config)
Creates a CfnApplication$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 `CfnApplication$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-application-cloud-watch-logging-configuration-property-builder id config)
Creates a CfnApplication$CloudWatchLoggingConfigurationProperty$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 `CfnApplication$CloudWatchLoggingConfigurationProperty$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-application-configuration-object-property-builder id config)
Creates a CfnApplication$ConfigurationObjectProperty$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 `CfnApplication$ConfigurationObjectProperty$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-application-image-configuration-input-property-builder id config)
Creates a CfnApplication$ImageConfigurationInputProperty$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 `CfnApplication$ImageConfigurationInputProperty$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-application-initial-capacity-config-key-value-pair-property-builder id
config)
Creates a CfnApplication$InitialCapacityConfigKeyValuePairProperty$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 `CfnApplication$InitialCapacityConfigKeyValuePairProperty$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-application-initial-capacity-config-property-builder id config)
Creates a CfnApplication$InitialCapacityConfigProperty$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 `CfnApplication$InitialCapacityConfigProperty$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-application-log-type-map-key-value-pair-property-builder id config)
Creates a CfnApplication$LogTypeMapKeyValuePairProperty$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 `CfnApplication$LogTypeMapKeyValuePairProperty$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-application-managed-persistence-monitoring-configuration-property-builder
id
config)
Creates a CfnApplication$ManagedPersistenceMonitoringConfigurationProperty$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 `CfnApplication$ManagedPersistenceMonitoringConfigurationProperty$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-application-maximum-allowed-resources-property-builder id config)
Creates a CfnApplication$MaximumAllowedResourcesProperty$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 `CfnApplication$MaximumAllowedResourcesProperty$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-application-monitoring-configuration-property-builder id config)
Creates a CfnApplication$MonitoringConfigurationProperty$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 `CfnApplication$MonitoringConfigurationProperty$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-application-network-configuration-property-builder id config)
Creates a CfnApplication$NetworkConfigurationProperty$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 `CfnApplication$NetworkConfigurationProperty$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-application-props-builder id config)
Creates a CfnApplicationProps$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 `CfnApplicationProps$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-application-s3-monitoring-configuration-property-builder id config)
Creates a CfnApplication$S3MonitoringConfigurationProperty$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 `CfnApplication$S3MonitoringConfigurationProperty$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-application-worker-configuration-property-builder id config)
Creates a CfnApplication$WorkerConfigurationProperty$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 `CfnApplication$WorkerConfigurationProperty$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-application-worker-type-specification-input-property-builder id config)
Creates a CfnApplication$WorkerTypeSpecificationInputProperty$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 `CfnApplication$WorkerTypeSpecificationInputProperty$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