Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.greengrassv2

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

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

build-cfn-component-version-builderclj

(build-cfn-component-version-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
inlineRecipejava.lang.Stringcdk.support/lookup-entry:inline-recipe
lambdaFunctionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda-function
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-component-version-builder function updates a CfnComponentVersion$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `inlineRecipe` | java.lang.String | [[cdk.support/lookup-entry]] | `:inline-recipe` |
| `lambdaFunction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda-function` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-component-version-component-dependency-requirement-property-builderclj

(build-cfn-component-version-component-dependency-requirement-property-builder
  builder
  id
  config)

The build-cfn-component-version-component-dependency-requirement-property-builder function updates a CfnComponentVersion$ComponentDependencyRequirementProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$ComponentDependencyRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
dependencyTypejava.lang.Stringcdk.support/lookup-entry:dependency-type
versionRequirementjava.lang.Stringcdk.support/lookup-entry:version-requirement
The build-cfn-component-version-component-dependency-requirement-property-builder function updates a CfnComponentVersion$ComponentDependencyRequirementProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$ComponentDependencyRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dependencyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:dependency-type` |
| `versionRequirement` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-requirement` |
sourceraw docstring

build-cfn-component-version-component-platform-property-builderclj

(build-cfn-component-version-component-platform-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-component-version-component-platform-property-builder function updates a CfnComponentVersion$ComponentPlatformProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$ComponentPlatformProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-component-version-component-platform-property-builder function updates a CfnComponentVersion$ComponentPlatformProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$ComponentPlatformProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-component-version-lambda-container-params-property-builderclj

(build-cfn-component-version-lambda-container-params-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-component-version-lambda-container-params-property-builder function updates a CfnComponentVersion$LambdaContainerParamsProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaContainerParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
devicesjava.util.Listcdk.support/lookup-entry:devices
memorySizeInKbjava.lang.Numbercdk.support/lookup-entry:memory-size-in-kb
mountRoSysfsjava.lang.Booleancdk.support/lookup-entry:mount-ro-sysfs
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-cfn-component-version-lambda-container-params-property-builder function updates a CfnComponentVersion$LambdaContainerParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaContainerParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `devices` | java.util.List | [[cdk.support/lookup-entry]] | `:devices` |
| `memorySizeInKb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size-in-kb` |
| `mountRoSysfs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:mount-ro-sysfs` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-cfn-component-version-lambda-device-mount-property-builderclj

(build-cfn-component-version-lambda-device-mount-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-component-version-lambda-device-mount-property-builder function updates a CfnComponentVersion$LambdaDeviceMountProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaDeviceMountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
addGroupOwnersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:add-group-owner
pathjava.lang.Stringcdk.support/lookup-entry:path
permissionjava.lang.Stringcdk.support/lookup-entry:permission
The build-cfn-component-version-lambda-device-mount-property-builder function updates a CfnComponentVersion$LambdaDeviceMountProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaDeviceMountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addGroupOwner` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-group-owner` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
sourceraw docstring

build-cfn-component-version-lambda-event-source-property-builderclj

(build-cfn-component-version-lambda-event-source-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-component-version-lambda-event-source-property-builder function updates a CfnComponentVersion$LambdaEventSourceProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaEventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
topicjava.lang.Stringcdk.support/lookup-entry:topic
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-component-version-lambda-event-source-property-builder function updates a CfnComponentVersion$LambdaEventSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaEventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `topic` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-component-version-lambda-execution-parameters-property-builderclj

(build-cfn-component-version-lambda-execution-parameters-property-builder
  builder
  id
  config)

The build-cfn-component-version-lambda-execution-parameters-property-builder function updates a CfnComponentVersion$LambdaExecutionParametersProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaExecutionParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
environmentVariablesjava.util.Mapcdk.support/lookup-entry:environment-variables
eventSourcesjava.util.Listcdk.support/lookup-entry:event-sources
execArgsjava.util.Listcdk.support/lookup-entry:exec-args
inputPayloadEncodingTypejava.lang.Stringcdk.support/lookup-entry:input-payload-encoding-type
linuxProcessParamssoftware.amazon.awscdk.services.greengrassv2.CfnComponentVersion$LambdaLinuxProcessParamsPropertycdk.support/lookup-entry:linux-process-params
maxIdleTimeInSecondsjava.lang.Numbercdk.support/lookup-entry:max-idle-time-in-seconds
maxInstancesCountjava.lang.Numbercdk.support/lookup-entry:max-instances-count
maxQueueSizejava.lang.Numbercdk.support/lookup-entry:max-queue-size
pinnedjava.lang.Booleancdk.support/lookup-entry:pinned
statusTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:status-timeout-in-seconds
timeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-in-seconds
The build-cfn-component-version-lambda-execution-parameters-property-builder function updates a CfnComponentVersion$LambdaExecutionParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaExecutionParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` |
| `eventSources` | java.util.List | [[cdk.support/lookup-entry]] | `:event-sources` |
| `execArgs` | java.util.List | [[cdk.support/lookup-entry]] | `:exec-args` |
| `inputPayloadEncodingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-payload-encoding-type` |
| `linuxProcessParams` | software.amazon.awscdk.services.greengrassv2.CfnComponentVersion$LambdaLinuxProcessParamsProperty | [[cdk.support/lookup-entry]] | `:linux-process-params` |
| `maxIdleTimeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-idle-time-in-seconds` |
| `maxInstancesCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-instances-count` |
| `maxQueueSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-queue-size` |
| `pinned` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pinned` |
| `statusTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:status-timeout-in-seconds` |
| `timeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-seconds` |
sourceraw docstring

build-cfn-component-version-lambda-function-recipe-source-property-builderclj

(build-cfn-component-version-lambda-function-recipe-source-property-builder
  builder
  id
  config)

The build-cfn-component-version-lambda-function-recipe-source-property-builder function updates a CfnComponentVersion$LambdaFunctionRecipeSourceProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaFunctionRecipeSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
componentDependenciesjava.util.Mapcdk.support/lookup-entry:component-dependencies
componentLambdaParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:component-lambda-parameters
componentNamejava.lang.Stringcdk.support/lookup-entry:component-name
componentPlatformsjava.util.Listcdk.support/lookup-entry:component-platforms
componentVersionjava.lang.Stringcdk.support/lookup-entry:component-version
lambdaArnjava.lang.Stringcdk.support/lookup-entry:lambda-arn
The build-cfn-component-version-lambda-function-recipe-source-property-builder function updates a CfnComponentVersion$LambdaFunctionRecipeSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaFunctionRecipeSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `componentDependencies` | java.util.Map | [[cdk.support/lookup-entry]] | `:component-dependencies` |
| `componentLambdaParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:component-lambda-parameters` |
| `componentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-name` |
| `componentPlatforms` | java.util.List | [[cdk.support/lookup-entry]] | `:component-platforms` |
| `componentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-version` |
| `lambdaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-arn` |
sourceraw docstring

build-cfn-component-version-lambda-linux-process-params-property-builderclj

(build-cfn-component-version-lambda-linux-process-params-property-builder
  builder
  id
  config)

The build-cfn-component-version-lambda-linux-process-params-property-builder function updates a CfnComponentVersion$LambdaLinuxProcessParamsProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaLinuxProcessParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
containerParamssoftware.amazon.awscdk.services.greengrassv2.CfnComponentVersion$LambdaContainerParamsPropertycdk.support/lookup-entry:container-params
isolationModejava.lang.Stringcdk.support/lookup-entry:isolation-mode
The build-cfn-component-version-lambda-linux-process-params-property-builder function updates a CfnComponentVersion$LambdaLinuxProcessParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaLinuxProcessParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `containerParams` | software.amazon.awscdk.services.greengrassv2.CfnComponentVersion$LambdaContainerParamsProperty | [[cdk.support/lookup-entry]] | `:container-params` |
| `isolationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:isolation-mode` |
sourceraw docstring

build-cfn-component-version-lambda-volume-mount-property-builderclj

(build-cfn-component-version-lambda-volume-mount-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-component-version-lambda-volume-mount-property-builder function updates a CfnComponentVersion$LambdaVolumeMountProperty$Builder instance using the provided configuration. The function takes the CfnComponentVersion$LambdaVolumeMountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
addGroupOwnerjava.lang.Booleancdk.support/lookup-entry:add-group-owner
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
permissionjava.lang.Stringcdk.support/lookup-entry:permission
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-cfn-component-version-lambda-volume-mount-property-builder function updates a CfnComponentVersion$LambdaVolumeMountProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentVersion$LambdaVolumeMountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addGroupOwner` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-group-owner` |
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
| `sourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-path` |
sourceraw docstring

build-cfn-component-version-props-builderclj

(build-cfn-component-version-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
inlineRecipejava.lang.Stringcdk.support/lookup-entry:inline-recipe
lambdaFunctionsoftware.amazon.awscdk.services.greengrassv2.CfnComponentVersion$LambdaFunctionRecipeSourcePropertycdk.support/lookup-entry:lambda-function
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-component-version-props-builder function updates a CfnComponentVersionProps$Builder instance using the provided configuration.
  The function takes the CfnComponentVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `inlineRecipe` | java.lang.String | [[cdk.support/lookup-entry]] | `:inline-recipe` |
| `lambdaFunction` | software.amazon.awscdk.services.greengrassv2.CfnComponentVersion$LambdaFunctionRecipeSourceProperty | [[cdk.support/lookup-entry]] | `:lambda-function` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-deployment-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
componentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:components
deploymentNamejava.lang.Stringcdk.support/lookup-entry:deployment-name
deploymentPoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-policies
iotJobConfigurationsoftware.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentIoTJobConfigurationPropertycdk.support/lookup-entry:iot-job-configuration
parentTargetArnjava.lang.Stringcdk.support/lookup-entry:parent-target-arn
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-deployment-builder function updates a CfnDeployment$Builder instance using the provided configuration.
  The function takes the CfnDeployment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `components` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:components` |
| `deploymentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-name` |
| `deploymentPolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-policies` |
| `iotJobConfiguration` | software.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentIoTJobConfigurationProperty | [[cdk.support/lookup-entry]] | `:iot-job-configuration` |
| `parentTargetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-target-arn` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-deployment-component-configuration-update-property-builderclj

(build-cfn-deployment-component-configuration-update-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-deployment-component-configuration-update-property-builder function updates a CfnDeployment$ComponentConfigurationUpdateProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$ComponentConfigurationUpdateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
mergejava.lang.Stringcdk.support/lookup-entry:merge
resetjava.util.Listcdk.support/lookup-entry:reset
The build-cfn-deployment-component-configuration-update-property-builder function updates a CfnDeployment$ComponentConfigurationUpdateProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$ComponentConfigurationUpdateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `merge` | java.lang.String | [[cdk.support/lookup-entry]] | `:merge` |
| `reset` | java.util.List | [[cdk.support/lookup-entry]] | `:reset` |
sourceraw docstring

build-cfn-deployment-component-deployment-specification-property-builderclj

(build-cfn-deployment-component-deployment-specification-property-builder
  builder
  id
  config)

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

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

FieldDataTypeLookup FunctionData Key
componentVersionjava.lang.Stringcdk.support/lookup-entry:component-version
configurationUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-update
runWithsoftware.amazon.awscdk.services.greengrassv2.CfnDeployment$ComponentRunWithPropertycdk.support/lookup-entry:run-with
The build-cfn-deployment-component-deployment-specification-property-builder function updates a CfnDeployment$ComponentDeploymentSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$ComponentDeploymentSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `componentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-version` |
| `configurationUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-update` |
| `runWith` | software.amazon.awscdk.services.greengrassv2.CfnDeployment$ComponentRunWithProperty | [[cdk.support/lookup-entry]] | `:run-with` |
sourceraw docstring

build-cfn-deployment-component-run-with-property-builderclj

(build-cfn-deployment-component-run-with-property-builder builder id config)

The build-cfn-deployment-component-run-with-property-builder function updates a CfnDeployment$ComponentRunWithProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$ComponentRunWithProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
posixUserjava.lang.Stringcdk.support/lookup-entry:posix-user
systemResourceLimitssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:system-resource-limits
windowsUserjava.lang.Stringcdk.support/lookup-entry:windows-user
The build-cfn-deployment-component-run-with-property-builder function updates a CfnDeployment$ComponentRunWithProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$ComponentRunWithProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `posixUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:posix-user` |
| `systemResourceLimits` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:system-resource-limits` |
| `windowsUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:windows-user` |
sourceraw docstring

build-cfn-deployment-deployment-component-update-policy-property-builderclj

(build-cfn-deployment-deployment-component-update-policy-property-builder
  builder
  id
  config)

The build-cfn-deployment-deployment-component-update-policy-property-builder function updates a CfnDeployment$DeploymentComponentUpdatePolicyProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$DeploymentComponentUpdatePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
actionjava.lang.Stringcdk.support/lookup-entry:action
timeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-in-seconds
The build-cfn-deployment-deployment-component-update-policy-property-builder function updates a CfnDeployment$DeploymentComponentUpdatePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$DeploymentComponentUpdatePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `timeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-seconds` |
sourceraw docstring

build-cfn-deployment-deployment-configuration-validation-policy-property-builderclj

(build-cfn-deployment-deployment-configuration-validation-policy-property-builder
  builder
  id
  config)

The build-cfn-deployment-deployment-configuration-validation-policy-property-builder function updates a CfnDeployment$DeploymentConfigurationValidationPolicyProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$DeploymentConfigurationValidationPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
timeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-in-seconds
The build-cfn-deployment-deployment-configuration-validation-policy-property-builder function updates a CfnDeployment$DeploymentConfigurationValidationPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$DeploymentConfigurationValidationPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `timeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-seconds` |
sourceraw docstring

build-cfn-deployment-deployment-io-t-job-configuration-property-builderclj

(build-cfn-deployment-deployment-io-t-job-configuration-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-deployment-deployment-io-t-job-configuration-property-builder function updates a CfnDeployment$DeploymentIoTJobConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$DeploymentIoTJobConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
abortConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:abort-config
jobExecutionsRolloutConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-executions-rollout-config
timeoutConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timeout-config
The build-cfn-deployment-deployment-io-t-job-configuration-property-builder function updates a CfnDeployment$DeploymentIoTJobConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$DeploymentIoTJobConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `abortConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:abort-config` |
| `jobExecutionsRolloutConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-executions-rollout-config` |
| `timeoutConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timeout-config` |
sourceraw docstring

build-cfn-deployment-deployment-policies-property-builderclj

(build-cfn-deployment-deployment-policies-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
componentUpdatePolicysoftware.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentComponentUpdatePolicyPropertycdk.support/lookup-entry:component-update-policy
configurationValidationPolicysoftware.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentConfigurationValidationPolicyPropertycdk.support/lookup-entry:configuration-validation-policy
failureHandlingPolicyjava.lang.Stringcdk.support/lookup-entry:failure-handling-policy
The build-cfn-deployment-deployment-policies-property-builder function updates a CfnDeployment$DeploymentPoliciesProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$DeploymentPoliciesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `componentUpdatePolicy` | software.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentComponentUpdatePolicyProperty | [[cdk.support/lookup-entry]] | `:component-update-policy` |
| `configurationValidationPolicy` | software.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentConfigurationValidationPolicyProperty | [[cdk.support/lookup-entry]] | `:configuration-validation-policy` |
| `failureHandlingPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-handling-policy` |
sourceraw docstring

build-cfn-deployment-io-t-job-abort-config-property-builderclj

(build-cfn-deployment-io-t-job-abort-config-property-builder builder id config)

The build-cfn-deployment-io-t-job-abort-config-property-builder function updates a CfnDeployment$IoTJobAbortConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$IoTJobAbortConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
criteriaListjava.util.Listcdk.support/lookup-entry:criteria-list
The build-cfn-deployment-io-t-job-abort-config-property-builder function updates a CfnDeployment$IoTJobAbortConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$IoTJobAbortConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `criteriaList` | java.util.List | [[cdk.support/lookup-entry]] | `:criteria-list` |
sourceraw docstring

build-cfn-deployment-io-t-job-abort-criteria-property-builderclj

(build-cfn-deployment-io-t-job-abort-criteria-property-builder builder
                                                               id
                                                               config)

The build-cfn-deployment-io-t-job-abort-criteria-property-builder function updates a CfnDeployment$IoTJobAbortCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$IoTJobAbortCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
actionjava.lang.Stringcdk.support/lookup-entry:action
failureTypejava.lang.Stringcdk.support/lookup-entry:failure-type
minNumberOfExecutedThingsjava.lang.Numbercdk.support/lookup-entry:min-number-of-executed-things
thresholdPercentagejava.lang.Numbercdk.support/lookup-entry:threshold-percentage
The build-cfn-deployment-io-t-job-abort-criteria-property-builder function updates a CfnDeployment$IoTJobAbortCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$IoTJobAbortCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `failureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-type` |
| `minNumberOfExecutedThings` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-number-of-executed-things` |
| `thresholdPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold-percentage` |
sourceraw docstring

build-cfn-deployment-io-t-job-executions-rollout-config-property-builderclj

(build-cfn-deployment-io-t-job-executions-rollout-config-property-builder
  builder
  id
  config)

The build-cfn-deployment-io-t-job-executions-rollout-config-property-builder function updates a CfnDeployment$IoTJobExecutionsRolloutConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$IoTJobExecutionsRolloutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exponentialRatesoftware.amazon.awscdk.services.greengrassv2.CfnDeployment$IoTJobExponentialRolloutRatePropertycdk.support/lookup-entry:exponential-rate
maximumPerMinutejava.lang.Numbercdk.support/lookup-entry:maximum-per-minute
The build-cfn-deployment-io-t-job-executions-rollout-config-property-builder function updates a CfnDeployment$IoTJobExecutionsRolloutConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$IoTJobExecutionsRolloutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `exponentialRate` | software.amazon.awscdk.services.greengrassv2.CfnDeployment$IoTJobExponentialRolloutRateProperty | [[cdk.support/lookup-entry]] | `:exponential-rate` |
| `maximumPerMinute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-per-minute` |
sourceraw docstring

build-cfn-deployment-io-t-job-exponential-rollout-rate-property-builderclj

(build-cfn-deployment-io-t-job-exponential-rollout-rate-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-deployment-io-t-job-exponential-rollout-rate-property-builder function updates a CfnDeployment$IoTJobExponentialRolloutRateProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$IoTJobExponentialRolloutRateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
baseRatePerMinutejava.lang.Numbercdk.support/lookup-entry:base-rate-per-minute
incrementFactorjava.lang.Numbercdk.support/lookup-entry:increment-factor
rateIncreaseCriteriajava.lang.Objectcdk.support/lookup-entry:rate-increase-criteria
The build-cfn-deployment-io-t-job-exponential-rollout-rate-property-builder function updates a CfnDeployment$IoTJobExponentialRolloutRateProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$IoTJobExponentialRolloutRateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `baseRatePerMinute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-rate-per-minute` |
| `incrementFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:increment-factor` |
| `rateIncreaseCriteria` | java.lang.Object | [[cdk.support/lookup-entry]] | `:rate-increase-criteria` |
sourceraw docstring

build-cfn-deployment-io-t-job-timeout-config-property-builderclj

(build-cfn-deployment-io-t-job-timeout-config-property-builder builder
                                                               id
                                                               config)

The build-cfn-deployment-io-t-job-timeout-config-property-builder function updates a CfnDeployment$IoTJobTimeoutConfigProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$IoTJobTimeoutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
inProgressTimeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:in-progress-timeout-in-minutes
The build-cfn-deployment-io-t-job-timeout-config-property-builder function updates a CfnDeployment$IoTJobTimeoutConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$IoTJobTimeoutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `inProgressTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:in-progress-timeout-in-minutes` |
sourceraw docstring

build-cfn-deployment-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
componentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:components
deploymentNamejava.lang.Stringcdk.support/lookup-entry:deployment-name
deploymentPoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-policies
iotJobConfigurationsoftware.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentIoTJobConfigurationPropertycdk.support/lookup-entry:iot-job-configuration
parentTargetArnjava.lang.Stringcdk.support/lookup-entry:parent-target-arn
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-deployment-props-builder function updates a CfnDeploymentProps$Builder instance using the provided configuration.
  The function takes the CfnDeploymentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `components` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:components` |
| `deploymentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-name` |
| `deploymentPolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-policies` |
| `iotJobConfiguration` | software.amazon.awscdk.services.greengrassv2.CfnDeployment$DeploymentIoTJobConfigurationProperty | [[cdk.support/lookup-entry]] | `:iot-job-configuration` |
| `parentTargetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-target-arn` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-deployment-system-resource-limits-property-builderclj

(build-cfn-deployment-system-resource-limits-property-builder builder id config)

The build-cfn-deployment-system-resource-limits-property-builder function updates a CfnDeployment$SystemResourceLimitsProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$SystemResourceLimitsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
cpusjava.lang.Numbercdk.support/lookup-entry:cpus
memoryjava.lang.Numbercdk.support/lookup-entry:memory
The build-cfn-deployment-system-resource-limits-property-builder function updates a CfnDeployment$SystemResourceLimitsProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$SystemResourceLimitsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cpus` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpus` |
| `memory` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory` |
sourceraw docstring

cfn-component-version-builderclj

(cfn-component-version-builder scope id config)

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

cfn-component-version-component-dependency-requirement-property-builderclj

(cfn-component-version-component-dependency-requirement-property-builder id
                                                                         config)

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

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

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

cfn-component-version-component-platform-property-builderclj

(cfn-component-version-component-platform-property-builder id config)

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

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

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

cfn-component-version-lambda-container-params-property-builderclj

(cfn-component-version-lambda-container-params-property-builder id config)

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

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

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

cfn-component-version-lambda-device-mount-property-builderclj

(cfn-component-version-lambda-device-mount-property-builder id config)

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

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

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

cfn-component-version-lambda-event-source-property-builderclj

(cfn-component-version-lambda-event-source-property-builder id config)

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

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

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

cfn-component-version-lambda-execution-parameters-property-builderclj

(cfn-component-version-lambda-execution-parameters-property-builder id config)

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

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

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

cfn-component-version-lambda-function-recipe-source-property-builderclj

(cfn-component-version-lambda-function-recipe-source-property-builder id config)

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

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

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

cfn-component-version-lambda-linux-process-params-property-builderclj

(cfn-component-version-lambda-linux-process-params-property-builder id config)

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

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

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

cfn-component-version-lambda-volume-mount-property-builderclj

(cfn-component-version-lambda-volume-mount-property-builder id config)

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

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

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

cfn-component-version-props-builderclj

(cfn-component-version-props-builder id config)

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

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

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

cfn-deployment-builderclj

(cfn-deployment-builder scope id config)

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

cfn-deployment-component-configuration-update-property-builderclj

(cfn-deployment-component-configuration-update-property-builder id config)

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

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

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

cfn-deployment-component-deployment-specification-property-builderclj

(cfn-deployment-component-deployment-specification-property-builder id config)

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

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

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

cfn-deployment-component-run-with-property-builderclj

(cfn-deployment-component-run-with-property-builder id config)

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

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

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

cfn-deployment-deployment-component-update-policy-property-builderclj

(cfn-deployment-deployment-component-update-policy-property-builder id config)

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

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

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

cfn-deployment-deployment-configuration-validation-policy-property-builderclj

(cfn-deployment-deployment-configuration-validation-policy-property-builder
  id
  config)

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

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

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

cfn-deployment-deployment-io-t-job-configuration-property-builderclj

(cfn-deployment-deployment-io-t-job-configuration-property-builder id config)

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

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

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

cfn-deployment-deployment-policies-property-builderclj

(cfn-deployment-deployment-policies-property-builder id config)

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

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

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

cfn-deployment-io-t-job-abort-config-property-builderclj

(cfn-deployment-io-t-job-abort-config-property-builder id config)

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

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

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

cfn-deployment-io-t-job-abort-criteria-property-builderclj

(cfn-deployment-io-t-job-abort-criteria-property-builder id config)

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

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

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

cfn-deployment-io-t-job-executions-rollout-config-property-builderclj

(cfn-deployment-io-t-job-executions-rollout-config-property-builder id config)

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

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

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

cfn-deployment-io-t-job-exponential-rollout-rate-property-builderclj

(cfn-deployment-io-t-job-exponential-rollout-rate-property-builder id config)

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

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

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

cfn-deployment-io-t-job-timeout-config-property-builderclj

(cfn-deployment-io-t-job-timeout-config-property-builder id config)

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

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

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

cfn-deployment-props-builderclj

(cfn-deployment-props-builder id config)

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

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

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

cfn-deployment-system-resource-limits-property-builderclj

(cfn-deployment-system-resource-limits-property-builder id config)

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

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

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

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

× close