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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
componentTypeId | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.String | cdk.support/lookup-entry | :code |
message | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.String | cdk.support/lookup-entry | :code |
message | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
error | java.lang.Object | cdk.support/lookup-entry | :error |
state | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close