Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.iottwinmaker

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

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

build-cfn-component-type-builderclj

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

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

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
componentTypeIdjava.lang.Stringcdk.support/lookup-entry:component-type-id
compositeComponentTypesjava.util.Mapcdk.support/lookup-entry:composite-component-types
descriptionjava.lang.Stringcdk.support/lookup-entry:description
extendsFromjava.util.Listcdk.support/lookup-entry:extends-from
functionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:functions
isSingletonsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-singleton
propertyDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:property-definitions
propertyGroupsjava.util.Mapcdk.support/lookup-entry:property-groups
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-component-type-builder function updates a CfnComponentType$Builder instance using the provided configuration.
  The function takes the CfnComponentType$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-type-id` |
| `compositeComponentTypes` | java.util.Map | [[cdk.support/lookup-entry]] | `:composite-component-types` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `extendsFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:extends-from` |
| `functions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:functions` |
| `isSingleton` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-singleton` |
| `propertyDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:property-definitions` |
| `propertyGroups` | java.util.Map | [[cdk.support/lookup-entry]] | `:property-groups` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-component-type-composite-component-type-property-builderclj

(build-cfn-component-type-composite-component-type-property-builder builder
                                                                    id
                                                                    config)

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

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
componentTypeIdjava.lang.Stringcdk.support/lookup-entry:component-type-id
The build-cfn-component-type-composite-component-type-property-builder function updates a CfnComponentType$CompositeComponentTypeProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$CompositeComponentTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-type-id` |
sourceraw docstring

build-cfn-component-type-data-connector-property-builderclj

(build-cfn-component-type-data-connector-property-builder builder id config)

The build-cfn-component-type-data-connector-property-builder function updates a CfnComponentType$DataConnectorProperty$Builder instance using the provided configuration. The function takes the CfnComponentType$DataConnectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
isNativesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-native
lambdasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda
The build-cfn-component-type-data-connector-property-builder function updates a CfnComponentType$DataConnectorProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$DataConnectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `isNative` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-native` |
| `lambda` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda` |
sourceraw docstring

build-cfn-component-type-data-type-property-builderclj

(build-cfn-component-type-data-type-property-builder builder id config)

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

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
allowedValuessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allowed-values
nestedTypesoftware.amazon.awscdk.services.iottwinmaker.CfnComponentType$DataTypePropertycdk.support/lookup-entry:nested-type
relationshipsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:relationship
typejava.lang.Stringcdk.support/lookup-entry:type
unitOfMeasurejava.lang.Stringcdk.support/lookup-entry:unit-of-measure
The build-cfn-component-type-data-type-property-builder function updates a CfnComponentType$DataTypeProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$DataTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedValues` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `nestedType` | software.amazon.awscdk.services.iottwinmaker.CfnComponentType$DataTypeProperty | [[cdk.support/lookup-entry]] | `:nested-type` |
| `relationship` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relationship` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `unitOfMeasure` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit-of-measure` |
sourceraw docstring

build-cfn-component-type-data-value-property-builderclj

(build-cfn-component-type-data-value-property-builder builder id config)

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

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
booleanValuejava.lang.Booleancdk.support/lookup-entry:boolean-value
doubleValuejava.lang.Numbercdk.support/lookup-entry:double-value
expressionjava.lang.Stringcdk.support/lookup-entry:expression
integerValuejava.lang.Numbercdk.support/lookup-entry:integer-value
listValuejava.util.Listcdk.support/lookup-entry:list-value
longValuejava.lang.Numbercdk.support/lookup-entry:long-value
mapValuejava.util.Mapcdk.support/lookup-entry:map-value
relationshipValuejava.lang.Objectcdk.support/lookup-entry:relationship-value
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
The build-cfn-component-type-data-value-property-builder function updates a CfnComponentType$DataValueProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$DataValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `booleanValue` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:boolean-value` |
| `doubleValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:double-value` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `integerValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:integer-value` |
| `listValue` | java.util.List | [[cdk.support/lookup-entry]] | `:list-value` |
| `longValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:long-value` |
| `mapValue` | java.util.Map | [[cdk.support/lookup-entry]] | `:map-value` |
| `relationshipValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:relationship-value` |
| `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
sourceraw docstring

build-cfn-component-type-error-property-builderclj

(build-cfn-component-type-error-property-builder builder id config)

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

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
codejava.lang.Stringcdk.support/lookup-entry:code
messagejava.lang.Stringcdk.support/lookup-entry:message
The build-cfn-component-type-error-property-builder function updates a CfnComponentType$ErrorProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$ErrorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-component-type-function-property-builderclj

(build-cfn-component-type-function-property-builder builder id config)

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

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
implementedBysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:implemented-by
requiredPropertiesjava.util.Listcdk.support/lookup-entry:required-properties
scopejava.lang.Stringcdk.support/lookup-entry:scope
The build-cfn-component-type-function-property-builder function updates a CfnComponentType$FunctionProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$FunctionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `implementedBy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:implemented-by` |
| `requiredProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:required-properties` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
sourceraw docstring

build-cfn-component-type-lambda-function-property-builderclj

(build-cfn-component-type-lambda-function-property-builder builder id config)

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

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
arnjava.lang.Stringcdk.support/lookup-entry:arn
The build-cfn-component-type-lambda-function-property-builder function updates a CfnComponentType$LambdaFunctionProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$LambdaFunctionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-component-type-property-definition-property-builderclj

(build-cfn-component-type-property-definition-property-builder builder
                                                               id
                                                               config)

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

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
configurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configurations
dataTypesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-type
defaultValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-value
isExternalIdjava.lang.Booleancdk.support/lookup-entry:is-external-id
isRequiredInEntityjava.lang.Booleancdk.support/lookup-entry:is-required-in-entity
isStoredExternallyjava.lang.Booleancdk.support/lookup-entry:is-stored-externally
isTimeSeriessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-time-series
The build-cfn-component-type-property-definition-property-builder function updates a CfnComponentType$PropertyDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$PropertyDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configurations` |
| `dataType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-type` |
| `defaultValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-value` |
| `isExternalId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-external-id` |
| `isRequiredInEntity` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-required-in-entity` |
| `isStoredExternally` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-stored-externally` |
| `isTimeSeries` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-time-series` |
sourceraw docstring

build-cfn-component-type-property-group-property-builderclj

(build-cfn-component-type-property-group-property-builder builder id config)

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

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
groupTypejava.lang.Stringcdk.support/lookup-entry:group-type
propertyNamesjava.util.Listcdk.support/lookup-entry:property-names
The build-cfn-component-type-property-group-property-builder function updates a CfnComponentType$PropertyGroupProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$PropertyGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `groupType` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-type` |
| `propertyNames` | java.util.List | [[cdk.support/lookup-entry]] | `:property-names` |
sourceraw docstring

build-cfn-component-type-props-builderclj

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

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

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
componentTypeIdjava.lang.Stringcdk.support/lookup-entry:component-type-id
compositeComponentTypesjava.util.Mapcdk.support/lookup-entry:composite-component-types
descriptionjava.lang.Stringcdk.support/lookup-entry:description
extendsFromjava.util.Listcdk.support/lookup-entry:extends-from
functionsjava.util.Mapcdk.support/lookup-entry:functions
isSingletonjava.lang.Booleancdk.support/lookup-entry:is-singleton
propertyDefinitionsjava.util.Mapcdk.support/lookup-entry:property-definitions
propertyGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:property-groups
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-component-type-props-builder function updates a CfnComponentTypeProps$Builder instance using the provided configuration.
  The function takes the CfnComponentTypeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-type-id` |
| `compositeComponentTypes` | java.util.Map | [[cdk.support/lookup-entry]] | `:composite-component-types` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `extendsFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:extends-from` |
| `functions` | java.util.Map | [[cdk.support/lookup-entry]] | `:functions` |
| `isSingleton` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-singleton` |
| `propertyDefinitions` | java.util.Map | [[cdk.support/lookup-entry]] | `:property-definitions` |
| `propertyGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:property-groups` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-component-type-relationship-property-builderclj

(build-cfn-component-type-relationship-property-builder builder id config)

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

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
relationshipTypejava.lang.Stringcdk.support/lookup-entry:relationship-type
targetComponentTypeIdjava.lang.Stringcdk.support/lookup-entry:target-component-type-id
The build-cfn-component-type-relationship-property-builder function updates a CfnComponentType$RelationshipProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$RelationshipProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `relationshipType` | java.lang.String | [[cdk.support/lookup-entry]] | `:relationship-type` |
| `targetComponentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-component-type-id` |
sourceraw docstring

build-cfn-component-type-relationship-value-property-builderclj

(build-cfn-component-type-relationship-value-property-builder builder id config)

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

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
targetComponentNamejava.lang.Stringcdk.support/lookup-entry:target-component-name
targetEntityIdjava.lang.Stringcdk.support/lookup-entry:target-entity-id
The build-cfn-component-type-relationship-value-property-builder function updates a CfnComponentType$RelationshipValueProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$RelationshipValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `targetComponentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-component-name` |
| `targetEntityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-entity-id` |
sourceraw docstring

build-cfn-component-type-status-property-builderclj

(build-cfn-component-type-status-property-builder builder id config)

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

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
errorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error
statejava.lang.Stringcdk.support/lookup-entry:state
The build-cfn-component-type-status-property-builder function updates a CfnComponentType$StatusProperty$Builder instance using the provided configuration.
  The function takes the CfnComponentType$StatusProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `error` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
sourceraw docstring

build-cfn-entity-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
componentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:components
compositeComponentsjava.util.Mapcdk.support/lookup-entry:composite-components
descriptionjava.lang.Stringcdk.support/lookup-entry:description
entityIdjava.lang.Stringcdk.support/lookup-entry:entity-id
entityNamejava.lang.Stringcdk.support/lookup-entry:entity-name
parentEntityIdjava.lang.Stringcdk.support/lookup-entry:parent-entity-id
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-entity-builder function updates a CfnEntity$Builder instance using the provided configuration.
  The function takes the CfnEntity$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `compositeComponents` | java.util.Map | [[cdk.support/lookup-entry]] | `:composite-components` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `entityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-id` |
| `entityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-name` |
| `parentEntityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-entity-id` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-entity-component-property-builderclj

(build-cfn-entity-component-property-builder builder id config)

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

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
componentNamejava.lang.Stringcdk.support/lookup-entry:component-name
componentTypeIdjava.lang.Stringcdk.support/lookup-entry:component-type-id
definedInjava.lang.Stringcdk.support/lookup-entry:defined-in
descriptionjava.lang.Stringcdk.support/lookup-entry:description
propertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:properties
propertyGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:property-groups
statussoftware.amazon.awscdk.services.iottwinmaker.CfnEntity$StatusPropertycdk.support/lookup-entry:status
The build-cfn-entity-component-property-builder function updates a CfnEntity$ComponentProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$ComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-name` |
| `componentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-type-id` |
| `definedIn` | java.lang.String | [[cdk.support/lookup-entry]] | `:defined-in` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `properties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:properties` |
| `propertyGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:property-groups` |
| `status` | software.amazon.awscdk.services.iottwinmaker.CfnEntity$StatusProperty | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-entity-composite-component-property-builderclj

(build-cfn-entity-composite-component-property-builder builder id config)

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

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
componentNamejava.lang.Stringcdk.support/lookup-entry:component-name
componentPathjava.lang.Stringcdk.support/lookup-entry:component-path
componentTypeIdjava.lang.Stringcdk.support/lookup-entry:component-type-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
propertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:properties
propertyGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:property-groups
statussoftware.amazon.awscdk.services.iottwinmaker.CfnEntity$StatusPropertycdk.support/lookup-entry:status
The build-cfn-entity-composite-component-property-builder function updates a CfnEntity$CompositeComponentProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$CompositeComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-name` |
| `componentPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-path` |
| `componentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-type-id` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `properties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:properties` |
| `propertyGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:property-groups` |
| `status` | software.amazon.awscdk.services.iottwinmaker.CfnEntity$StatusProperty | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-entity-data-type-property-builderclj

(build-cfn-entity-data-type-property-builder builder id config)

The build-cfn-entity-data-type-property-builder function updates a CfnEntity$DataTypeProperty$Builder instance using the provided configuration. The function takes the CfnEntity$DataTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedValuesjava.util.Listcdk.support/lookup-entry:allowed-values
nestedTypesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:nested-type
relationshipsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:relationship
typejava.lang.Stringcdk.support/lookup-entry:type
unitOfMeasurejava.lang.Stringcdk.support/lookup-entry:unit-of-measure
The build-cfn-entity-data-type-property-builder function updates a CfnEntity$DataTypeProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$DataTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedValues` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `nestedType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:nested-type` |
| `relationship` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relationship` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `unitOfMeasure` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit-of-measure` |
sourceraw docstring

build-cfn-entity-data-value-property-builderclj

(build-cfn-entity-data-value-property-builder builder id config)

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

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
booleanValuejava.lang.Booleancdk.support/lookup-entry:boolean-value
doubleValuejava.lang.Numbercdk.support/lookup-entry:double-value
expressionjava.lang.Stringcdk.support/lookup-entry:expression
integerValuejava.lang.Numbercdk.support/lookup-entry:integer-value
listValuejava.util.Listcdk.support/lookup-entry:list-value
longValuejava.lang.Numbercdk.support/lookup-entry:long-value
mapValuejava.util.Mapcdk.support/lookup-entry:map-value
relationshipValuejava.lang.Objectcdk.support/lookup-entry:relationship-value
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
The build-cfn-entity-data-value-property-builder function updates a CfnEntity$DataValueProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$DataValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `booleanValue` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:boolean-value` |
| `doubleValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:double-value` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `integerValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:integer-value` |
| `listValue` | java.util.List | [[cdk.support/lookup-entry]] | `:list-value` |
| `longValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:long-value` |
| `mapValue` | java.util.Map | [[cdk.support/lookup-entry]] | `:map-value` |
| `relationshipValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:relationship-value` |
| `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
sourceraw docstring

build-cfn-entity-definition-property-builderclj

(build-cfn-entity-definition-property-builder builder id config)

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

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
configurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration
dataTypesoftware.amazon.awscdk.services.iottwinmaker.CfnEntity$DataTypePropertycdk.support/lookup-entry:data-type
defaultValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-value
isExternalIdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-external-id
isFinalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-final
isImportedjava.lang.Booleancdk.support/lookup-entry:is-imported
isInheritedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-inherited
isRequiredInEntitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-required-in-entity
isStoredExternallyjava.lang.Booleancdk.support/lookup-entry:is-stored-externally
isTimeSeriessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-time-series
The build-cfn-entity-definition-property-builder function updates a CfnEntity$DefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$DefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` |
| `dataType` | software.amazon.awscdk.services.iottwinmaker.CfnEntity$DataTypeProperty | [[cdk.support/lookup-entry]] | `:data-type` |
| `defaultValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-value` |
| `isExternalId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-external-id` |
| `isFinal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-final` |
| `isImported` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-imported` |
| `isInherited` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-inherited` |
| `isRequiredInEntity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-required-in-entity` |
| `isStoredExternally` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-stored-externally` |
| `isTimeSeries` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-time-series` |
sourceraw docstring

build-cfn-entity-error-property-builderclj

(build-cfn-entity-error-property-builder builder id config)

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

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
codejava.lang.Stringcdk.support/lookup-entry:code
messagejava.lang.Stringcdk.support/lookup-entry:message
The build-cfn-entity-error-property-builder function updates a CfnEntity$ErrorProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$ErrorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-entity-property-group-property-builderclj

(build-cfn-entity-property-group-property-builder builder id config)

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

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
groupTypejava.lang.Stringcdk.support/lookup-entry:group-type
propertyNamesjava.util.Listcdk.support/lookup-entry:property-names
The build-cfn-entity-property-group-property-builder function updates a CfnEntity$PropertyGroupProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$PropertyGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `groupType` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-type` |
| `propertyNames` | java.util.List | [[cdk.support/lookup-entry]] | `:property-names` |
sourceraw docstring

build-cfn-entity-property-property-builderclj

(build-cfn-entity-property-property-builder builder id config)

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

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
definitionjava.lang.Objectcdk.support/lookup-entry:definition
valuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:value
The build-cfn-entity-property-property-builder function updates a CfnEntity$PropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$PropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `definition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition` |
| `value` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-entity-props-builderclj

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

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

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
componentsjava.util.Mapcdk.support/lookup-entry:components
compositeComponentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:composite-components
descriptionjava.lang.Stringcdk.support/lookup-entry:description
entityIdjava.lang.Stringcdk.support/lookup-entry:entity-id
entityNamejava.lang.Stringcdk.support/lookup-entry:entity-name
parentEntityIdjava.lang.Stringcdk.support/lookup-entry:parent-entity-id
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-entity-props-builder function updates a CfnEntityProps$Builder instance using the provided configuration.
  The function takes the CfnEntityProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` | java.util.Map | [[cdk.support/lookup-entry]] | `:components` |
| `compositeComponents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:composite-components` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `entityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-id` |
| `entityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-name` |
| `parentEntityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-entity-id` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-entity-relationship-property-builderclj

(build-cfn-entity-relationship-property-builder builder id config)

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

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
relationshipTypejava.lang.Stringcdk.support/lookup-entry:relationship-type
targetComponentTypeIdjava.lang.Stringcdk.support/lookup-entry:target-component-type-id
The build-cfn-entity-relationship-property-builder function updates a CfnEntity$RelationshipProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$RelationshipProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `relationshipType` | java.lang.String | [[cdk.support/lookup-entry]] | `:relationship-type` |
| `targetComponentTypeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-component-type-id` |
sourceraw docstring

build-cfn-entity-relationship-value-property-builderclj

(build-cfn-entity-relationship-value-property-builder builder id config)

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

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
targetComponentNamejava.lang.Stringcdk.support/lookup-entry:target-component-name
targetEntityIdjava.lang.Stringcdk.support/lookup-entry:target-entity-id
The build-cfn-entity-relationship-value-property-builder function updates a CfnEntity$RelationshipValueProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$RelationshipValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `targetComponentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-component-name` |
| `targetEntityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-entity-id` |
sourceraw docstring

build-cfn-entity-status-property-builderclj

(build-cfn-entity-status-property-builder builder id config)

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

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
errorjava.lang.Objectcdk.support/lookup-entry:error
statejava.lang.Stringcdk.support/lookup-entry:state
The build-cfn-entity-status-property-builder function updates a CfnEntity$StatusProperty$Builder instance using the provided configuration.
  The function takes the CfnEntity$StatusProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-scene-builderclj

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

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

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
capabilitiesjava.util.Listcdk.support/lookup-entry:capabilities
contentLocationjava.lang.Stringcdk.support/lookup-entry:content-location
descriptionjava.lang.Stringcdk.support/lookup-entry:description
sceneIdjava.lang.Stringcdk.support/lookup-entry:scene-id
sceneMetadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scene-metadata
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-scene-builder function updates a CfnScene$Builder instance using the provided configuration.
  The function takes the CfnScene$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:capabilities` |
| `contentLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-location` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `sceneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:scene-id` |
| `sceneMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scene-metadata` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-scene-props-builderclj

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

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

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
capabilitiesjava.util.Listcdk.support/lookup-entry:capabilities
contentLocationjava.lang.Stringcdk.support/lookup-entry:content-location
descriptionjava.lang.Stringcdk.support/lookup-entry:description
sceneIdjava.lang.Stringcdk.support/lookup-entry:scene-id
sceneMetadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scene-metadata
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-scene-props-builder function updates a CfnSceneProps$Builder instance using the provided configuration.
  The function takes the CfnSceneProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:capabilities` |
| `contentLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-location` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `sceneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:scene-id` |
| `sceneMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scene-metadata` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-sync-job-builderclj

(build-cfn-sync-job-builder builder id config)

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

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
syncRolejava.lang.Stringcdk.support/lookup-entry:sync-role
syncSourcejava.lang.Stringcdk.support/lookup-entry:sync-source
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-sync-job-builder function updates a CfnSyncJob$Builder instance using the provided configuration.
  The function takes the CfnSyncJob$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `syncRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-role` |
| `syncSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-source` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-sync-job-props-builderclj

(build-cfn-sync-job-props-builder builder id config)

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

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
syncRolejava.lang.Stringcdk.support/lookup-entry:sync-role
syncSourcejava.lang.Stringcdk.support/lookup-entry:sync-source
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-sync-job-props-builder function updates a CfnSyncJobProps$Builder instance using the provided configuration.
  The function takes the CfnSyncJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `syncRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-role` |
| `syncSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-source` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-workspace-builderclj

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

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
rolejava.lang.Stringcdk.support/lookup-entry:role
s3Locationjava.lang.Stringcdk.support/lookup-entry:s3-location
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-workspace-builder function updates a CfnWorkspace$Builder instance using the provided configuration.
  The function takes the CfnWorkspace$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `s3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-location` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

build-cfn-workspace-props-builderclj

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

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
rolejava.lang.Stringcdk.support/lookup-entry:role
s3Locationjava.lang.Stringcdk.support/lookup-entry:s3-location
tagsjava.util.Mapcdk.support/lookup-entry:tags
workspaceIdjava.lang.Stringcdk.support/lookup-entry:workspace-id
The build-cfn-workspace-props-builder function updates a CfnWorkspaceProps$Builder instance using the provided configuration.
  The function takes the CfnWorkspaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `s3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-location` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `workspaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:workspace-id` |
sourceraw docstring

cfn-component-type-builderclj

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

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

cfn-component-type-composite-component-type-property-builderclj

(cfn-component-type-composite-component-type-property-builder id config)

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

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

cfn-component-type-data-connector-property-builderclj

(cfn-component-type-data-connector-property-builder id config)

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

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

cfn-component-type-data-type-property-builderclj

(cfn-component-type-data-type-property-builder id config)

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

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

cfn-component-type-data-value-property-builderclj

(cfn-component-type-data-value-property-builder id config)

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

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

cfn-component-type-error-property-builderclj

(cfn-component-type-error-property-builder id config)

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

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

cfn-component-type-function-property-builderclj

(cfn-component-type-function-property-builder id config)

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

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

cfn-component-type-lambda-function-property-builderclj

(cfn-component-type-lambda-function-property-builder id config)

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

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

cfn-component-type-property-definition-property-builderclj

(cfn-component-type-property-definition-property-builder id config)

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

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

cfn-component-type-property-group-property-builderclj

(cfn-component-type-property-group-property-builder id config)

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

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

cfn-component-type-props-builderclj

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

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

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

cfn-component-type-relationship-property-builderclj

(cfn-component-type-relationship-property-builder id config)

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

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

cfn-component-type-relationship-value-property-builderclj

(cfn-component-type-relationship-value-property-builder id config)

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

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

cfn-component-type-status-property-builderclj

(cfn-component-type-status-property-builder id config)

Creates a CfnComponentType$StatusProperty$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  `CfnComponentType$StatusProperty$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-entity-builderclj

(cfn-entity-builder scope id config)

Creates a CfnEntity$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  `CfnEntity$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-entity-component-property-builderclj

(cfn-entity-component-property-builder id config)

Creates a CfnEntity$ComponentProperty$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  `CfnEntity$ComponentProperty$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-entity-composite-component-property-builderclj

(cfn-entity-composite-component-property-builder id config)

Creates a CfnEntity$CompositeComponentProperty$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  `CfnEntity$CompositeComponentProperty$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-entity-data-type-property-builderclj

(cfn-entity-data-type-property-builder id config)

Creates a CfnEntity$DataTypeProperty$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  `CfnEntity$DataTypeProperty$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-entity-data-value-property-builderclj

(cfn-entity-data-value-property-builder id config)

Creates a CfnEntity$DataValueProperty$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  `CfnEntity$DataValueProperty$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-entity-definition-property-builderclj

(cfn-entity-definition-property-builder id config)

Creates a CfnEntity$DefinitionProperty$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  `CfnEntity$DefinitionProperty$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-entity-error-property-builderclj

(cfn-entity-error-property-builder id config)

Creates a CfnEntity$ErrorProperty$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  `CfnEntity$ErrorProperty$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-entity-property-group-property-builderclj

(cfn-entity-property-group-property-builder id config)

Creates a CfnEntity$PropertyGroupProperty$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  `CfnEntity$PropertyGroupProperty$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-entity-property-property-builderclj

(cfn-entity-property-property-builder id config)

Creates a CfnEntity$PropertyProperty$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  `CfnEntity$PropertyProperty$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-entity-props-builderclj

(cfn-entity-props-builder id config)

Creates a CfnEntityProps$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  `CfnEntityProps$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-entity-relationship-property-builderclj

(cfn-entity-relationship-property-builder id config)

Creates a CfnEntity$RelationshipProperty$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  `CfnEntity$RelationshipProperty$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-entity-relationship-value-property-builderclj

(cfn-entity-relationship-value-property-builder id config)

Creates a CfnEntity$RelationshipValueProperty$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  `CfnEntity$RelationshipValueProperty$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-entity-status-property-builderclj

(cfn-entity-status-property-builder id config)

Creates a CfnEntity$StatusProperty$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  `CfnEntity$StatusProperty$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-scene-builderclj

(cfn-scene-builder scope id config)

Creates a CfnScene$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  `CfnScene$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-scene-props-builderclj

(cfn-scene-props-builder id config)

Creates a CfnSceneProps$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  `CfnSceneProps$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-sync-job-builderclj

(cfn-sync-job-builder scope id config)

Creates a CfnSyncJob$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  `CfnSyncJob$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-sync-job-props-builderclj

(cfn-sync-job-props-builder id config)

Creates a CfnSyncJobProps$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  `CfnSyncJobProps$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-workspace-builderclj

(cfn-workspace-builder scope id config)

Creates a CfnWorkspace$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  `CfnWorkspace$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-workspace-props-builderclj

(cfn-workspace-props-builder id config)

Creates a CfnWorkspaceProps$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  `CfnWorkspaceProps$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