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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
topic | java.lang.String | cdk.support/lookup-entry | :topic |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
merge | java.lang.String | cdk.support/lookup-entry | :merge |
reset | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
timeoutInSeconds | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
criteriaList | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
inProgressTimeoutInMinutes | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpus | java.lang.Number | cdk.support/lookup-entry | :cpus |
memory | java.lang.Number | cdk.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` |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
(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:
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 `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close