Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.robomaker

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

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

build-cfn-fleet-builderclj

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

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

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

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

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

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

build-cfn-fleet-props-builderclj

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

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

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

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

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

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

build-cfn-robot-application-builderclj

(build-cfn-robot-application-builder builder id config)

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

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
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
environmentjava.lang.Stringcdk.support/lookup-entry:environment
namejava.lang.Stringcdk.support/lookup-entry:name
robotSoftwareSuitesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:robot-software-suite
sourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sources
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-robot-application-builder function updates a CfnRobotApplication$Builder instance using the provided configuration.
  The function takes the CfnRobotApplication$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
| `environment` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `robotSoftwareSuite` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:robot-software-suite` |
| `sources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sources` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-robot-application-props-builderclj

(build-cfn-robot-application-props-builder builder id config)

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

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
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
environmentjava.lang.Stringcdk.support/lookup-entry:environment
namejava.lang.Stringcdk.support/lookup-entry:name
robotSoftwareSuitesoftware.amazon.awscdk.services.robomaker.CfnRobotApplication$RobotSoftwareSuitePropertycdk.support/lookup-entry:robot-software-suite
sourcesjava.util.Listcdk.support/lookup-entry:sources
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-robot-application-props-builder function updates a CfnRobotApplicationProps$Builder instance using the provided configuration.
  The function takes the CfnRobotApplicationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
| `environment` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `robotSoftwareSuite` | software.amazon.awscdk.services.robomaker.CfnRobotApplication$RobotSoftwareSuiteProperty | [[cdk.support/lookup-entry]] | `:robot-software-suite` |
| `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-robot-application-robot-software-suite-property-builderclj

(build-cfn-robot-application-robot-software-suite-property-builder builder
                                                                   id
                                                                   config)

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-robot-application-robot-software-suite-property-builder function updates a CfnRobotApplication$RobotSoftwareSuiteProperty$Builder instance using the provided configuration.
  The function takes the CfnRobotApplication$RobotSoftwareSuiteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-robot-application-source-config-property-builderclj

(build-cfn-robot-application-source-config-property-builder builder id config)

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

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
architecturejava.lang.Stringcdk.support/lookup-entry:architecture
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
The build-cfn-robot-application-source-config-property-builder function updates a CfnRobotApplication$SourceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnRobotApplication$SourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-robot-application-version-builderclj

(build-cfn-robot-application-version-builder builder id config)

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

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
applicationjava.lang.Stringcdk.support/lookup-entry:application
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
The build-cfn-robot-application-version-builder function updates a CfnRobotApplicationVersion$Builder instance using the provided configuration.
  The function takes the CfnRobotApplicationVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `application` | java.lang.String | [[cdk.support/lookup-entry]] | `:application` |
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
sourceraw docstring

build-cfn-robot-application-version-props-builderclj

(build-cfn-robot-application-version-props-builder builder id config)

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

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
applicationjava.lang.Stringcdk.support/lookup-entry:application
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
The build-cfn-robot-application-version-props-builder function updates a CfnRobotApplicationVersionProps$Builder instance using the provided configuration.
  The function takes the CfnRobotApplicationVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `application` | java.lang.String | [[cdk.support/lookup-entry]] | `:application` |
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
sourceraw docstring

build-cfn-robot-builderclj

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

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

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
architecturejava.lang.Stringcdk.support/lookup-entry:architecture
fleetjava.lang.Stringcdk.support/lookup-entry:fleet
greengrassGroupIdjava.lang.Stringcdk.support/lookup-entry:greengrass-group-id
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-robot-builder function updates a CfnRobot$Builder instance using the provided configuration.
  The function takes the CfnRobot$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:architecture` |
| `fleet` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet` |
| `greengrassGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:greengrass-group-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-robot-props-builderclj

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

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

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
architecturejava.lang.Stringcdk.support/lookup-entry:architecture
fleetjava.lang.Stringcdk.support/lookup-entry:fleet
greengrassGroupIdjava.lang.Stringcdk.support/lookup-entry:greengrass-group-id
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-robot-props-builder function updates a CfnRobotProps$Builder instance using the provided configuration.
  The function takes the CfnRobotProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:architecture` |
| `fleet` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet` |
| `greengrassGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:greengrass-group-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-simulation-application-builderclj

(build-cfn-simulation-application-builder builder id config)

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

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
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
environmentjava.lang.Stringcdk.support/lookup-entry:environment
namejava.lang.Stringcdk.support/lookup-entry:name
renderingEnginesoftware.amazon.awscdk.services.robomaker.CfnSimulationApplication$RenderingEnginePropertycdk.support/lookup-entry:rendering-engine
robotSoftwareSuitesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:robot-software-suite
simulationSoftwareSuitesoftware.amazon.awscdk.services.robomaker.CfnSimulationApplication$SimulationSoftwareSuitePropertycdk.support/lookup-entry:simulation-software-suite
sourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sources
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-simulation-application-builder function updates a CfnSimulationApplication$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplication$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
| `environment` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `renderingEngine` | software.amazon.awscdk.services.robomaker.CfnSimulationApplication$RenderingEngineProperty | [[cdk.support/lookup-entry]] | `:rendering-engine` |
| `robotSoftwareSuite` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:robot-software-suite` |
| `simulationSoftwareSuite` | software.amazon.awscdk.services.robomaker.CfnSimulationApplication$SimulationSoftwareSuiteProperty | [[cdk.support/lookup-entry]] | `:simulation-software-suite` |
| `sources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sources` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-simulation-application-props-builderclj

(build-cfn-simulation-application-props-builder builder id config)

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

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
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
environmentjava.lang.Stringcdk.support/lookup-entry:environment
namejava.lang.Stringcdk.support/lookup-entry:name
renderingEnginesoftware.amazon.awscdk.services.robomaker.CfnSimulationApplication$RenderingEnginePropertycdk.support/lookup-entry:rendering-engine
robotSoftwareSuitesoftware.amazon.awscdk.services.robomaker.CfnSimulationApplication$RobotSoftwareSuitePropertycdk.support/lookup-entry:robot-software-suite
simulationSoftwareSuitesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:simulation-software-suite
sourcesjava.util.Listcdk.support/lookup-entry:sources
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-simulation-application-props-builder function updates a CfnSimulationApplicationProps$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplicationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
| `environment` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `renderingEngine` | software.amazon.awscdk.services.robomaker.CfnSimulationApplication$RenderingEngineProperty | [[cdk.support/lookup-entry]] | `:rendering-engine` |
| `robotSoftwareSuite` | software.amazon.awscdk.services.robomaker.CfnSimulationApplication$RobotSoftwareSuiteProperty | [[cdk.support/lookup-entry]] | `:robot-software-suite` |
| `simulationSoftwareSuite` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:simulation-software-suite` |
| `sources` | java.util.List | [[cdk.support/lookup-entry]] | `:sources` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-simulation-application-rendering-engine-property-builderclj

(build-cfn-simulation-application-rendering-engine-property-builder builder
                                                                    id
                                                                    config)

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-simulation-application-rendering-engine-property-builder function updates a CfnSimulationApplication$RenderingEngineProperty$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplication$RenderingEngineProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-simulation-application-robot-software-suite-property-builderclj

(build-cfn-simulation-application-robot-software-suite-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-simulation-application-robot-software-suite-property-builder function updates a CfnSimulationApplication$RobotSoftwareSuiteProperty$Builder instance using the provided configuration. The function takes the CfnSimulationApplication$RobotSoftwareSuiteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-simulation-application-robot-software-suite-property-builder function updates a CfnSimulationApplication$RobotSoftwareSuiteProperty$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplication$RobotSoftwareSuiteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-simulation-application-simulation-software-suite-property-builderclj

(build-cfn-simulation-application-simulation-software-suite-property-builder
  builder
  id
  config)

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-simulation-application-simulation-software-suite-property-builder function updates a CfnSimulationApplication$SimulationSoftwareSuiteProperty$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplication$SimulationSoftwareSuiteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-simulation-application-source-config-property-builderclj

(build-cfn-simulation-application-source-config-property-builder builder
                                                                 id
                                                                 config)

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

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
architecturejava.lang.Stringcdk.support/lookup-entry:architecture
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
The build-cfn-simulation-application-source-config-property-builder function updates a CfnSimulationApplication$SourceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplication$SourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-simulation-application-version-builderclj

(build-cfn-simulation-application-version-builder builder id config)

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

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
applicationjava.lang.Stringcdk.support/lookup-entry:application
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
The build-cfn-simulation-application-version-builder function updates a CfnSimulationApplicationVersion$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplicationVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `application` | java.lang.String | [[cdk.support/lookup-entry]] | `:application` |
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
sourceraw docstring

build-cfn-simulation-application-version-props-builderclj

(build-cfn-simulation-application-version-props-builder builder id config)

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

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
applicationjava.lang.Stringcdk.support/lookup-entry:application
currentRevisionIdjava.lang.Stringcdk.support/lookup-entry:current-revision-id
The build-cfn-simulation-application-version-props-builder function updates a CfnSimulationApplicationVersionProps$Builder instance using the provided configuration.
  The function takes the CfnSimulationApplicationVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `application` | java.lang.String | [[cdk.support/lookup-entry]] | `:application` |
| `currentRevisionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-revision-id` |
sourceraw docstring

cfn-fleet-builderclj

(cfn-fleet-builder scope id config)

Creates a CfnFleet$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  `CfnFleet$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-fleet-props-builderclj

(cfn-fleet-props-builder id config)

Creates a CfnFleetProps$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  `CfnFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-robot-application-builderclj

(cfn-robot-application-builder scope id config)

Creates a CfnRobotApplication$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  `CfnRobotApplication$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-robot-application-props-builderclj

(cfn-robot-application-props-builder id config)

Creates a CfnRobotApplicationProps$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  `CfnRobotApplicationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-robot-application-robot-software-suite-property-builderclj

(cfn-robot-application-robot-software-suite-property-builder id config)

Creates a CfnRobotApplication$RobotSoftwareSuiteProperty$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  `CfnRobotApplication$RobotSoftwareSuiteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-robot-application-source-config-property-builderclj

(cfn-robot-application-source-config-property-builder id config)

Creates a CfnRobotApplication$SourceConfigProperty$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  `CfnRobotApplication$SourceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-robot-application-version-builderclj

(cfn-robot-application-version-builder scope id config)

Creates a CfnRobotApplicationVersion$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  `CfnRobotApplicationVersion$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-robot-application-version-props-builderclj

(cfn-robot-application-version-props-builder id config)

Creates a CfnRobotApplicationVersionProps$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  `CfnRobotApplicationVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-robot-builderclj

(cfn-robot-builder scope id config)

Creates a CfnRobot$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  `CfnRobot$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-robot-props-builderclj

(cfn-robot-props-builder id config)

Creates a CfnRobotProps$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  `CfnRobotProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-simulation-application-builderclj

(cfn-simulation-application-builder scope id config)

Creates a CfnSimulationApplication$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  `CfnSimulationApplication$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-simulation-application-props-builderclj

(cfn-simulation-application-props-builder id config)

Creates a CfnSimulationApplicationProps$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  `CfnSimulationApplicationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-simulation-application-rendering-engine-property-builderclj

(cfn-simulation-application-rendering-engine-property-builder id config)

Creates a CfnSimulationApplication$RenderingEngineProperty$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  `CfnSimulationApplication$RenderingEngineProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-simulation-application-robot-software-suite-property-builderclj

(cfn-simulation-application-robot-software-suite-property-builder id config)

Creates a CfnSimulationApplication$RobotSoftwareSuiteProperty$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  `CfnSimulationApplication$RobotSoftwareSuiteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-simulation-application-simulation-software-suite-property-builderclj

(cfn-simulation-application-simulation-software-suite-property-builder id
                                                                       config)

Creates a CfnSimulationApplication$SimulationSoftwareSuiteProperty$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  `CfnSimulationApplication$SimulationSoftwareSuiteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-simulation-application-source-config-property-builderclj

(cfn-simulation-application-source-config-property-builder id config)

Creates a CfnSimulationApplication$SourceConfigProperty$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  `CfnSimulationApplication$SourceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-simulation-application-version-builderclj

(cfn-simulation-application-version-builder scope id config)

Creates a CfnSimulationApplicationVersion$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  `CfnSimulationApplicationVersion$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-simulation-application-version-props-builderclj

(cfn-simulation-application-version-props-builder id config)

Creates a CfnSimulationApplicationVersionProps$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  `CfnSimulationApplicationVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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