Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.greengrass

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

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

build-cfn-connector-definition-builderclj

(build-cfn-connector-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-connector-definition-builder function updates a CfnConnectorDefinition$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-connector-definition-connector-definition-version-property-builderclj

(build-cfn-connector-definition-connector-definition-version-property-builder
  builder
  id
  config)

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

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
connectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connectors
The build-cfn-connector-definition-connector-definition-version-property-builder function updates a CfnConnectorDefinition$ConnectorDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinition$ConnectorDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-connector-definition-connector-property-builderclj

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

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

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
connectorArnjava.lang.Stringcdk.support/lookup-entry:connector-arn
idjava.lang.Stringcdk.support/lookup-entry:id
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
The build-cfn-connector-definition-connector-property-builder function updates a CfnConnectorDefinition$ConnectorProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinition$ConnectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-arn` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-cfn-connector-definition-props-builderclj

(build-cfn-connector-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnConnectorDefinition$ConnectorDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-connector-definition-props-builder function updates a CfnConnectorDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnConnectorDefinition$ConnectorDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-connector-definition-version-builderclj

(build-cfn-connector-definition-version-builder builder id config)

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

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
connectorDefinitionIdjava.lang.Stringcdk.support/lookup-entry:connector-definition-id
connectorsjava.util.Listcdk.support/lookup-entry:connectors
The build-cfn-connector-definition-version-builder function updates a CfnConnectorDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-definition-id` |
| `connectors` | java.util.List | [[cdk.support/lookup-entry]] | `:connectors` |
sourceraw docstring

build-cfn-connector-definition-version-connector-property-builderclj

(build-cfn-connector-definition-version-connector-property-builder builder
                                                                   id
                                                                   config)

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

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
connectorArnjava.lang.Stringcdk.support/lookup-entry:connector-arn
idjava.lang.Stringcdk.support/lookup-entry:id
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
The build-cfn-connector-definition-version-connector-property-builder function updates a CfnConnectorDefinitionVersion$ConnectorProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinitionVersion$ConnectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-arn` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-cfn-connector-definition-version-props-builderclj

(build-cfn-connector-definition-version-props-builder builder id config)

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

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
connectorDefinitionIdjava.lang.Stringcdk.support/lookup-entry:connector-definition-id
connectorsjava.util.Listcdk.support/lookup-entry:connectors
The build-cfn-connector-definition-version-props-builder function updates a CfnConnectorDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnConnectorDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-definition-id` |
| `connectors` | java.util.List | [[cdk.support/lookup-entry]] | `:connectors` |
sourceraw docstring

build-cfn-core-definition-builderclj

(build-cfn-core-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnCoreDefinition$CoreDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-core-definition-builder function updates a CfnCoreDefinition$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnCoreDefinition$CoreDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-core-definition-core-definition-version-property-builderclj

(build-cfn-core-definition-core-definition-version-property-builder builder
                                                                    id
                                                                    config)

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

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
coresjava.util.Listcdk.support/lookup-entry:cores
The build-cfn-core-definition-core-definition-version-property-builder function updates a CfnCoreDefinition$CoreDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinition$CoreDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-core-definition-core-property-builderclj

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

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

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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
idjava.lang.Stringcdk.support/lookup-entry:id
syncShadowjava.lang.Booleancdk.support/lookup-entry:sync-shadow
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
The build-cfn-core-definition-core-property-builder function updates a CfnCoreDefinition$CoreProperty$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinition$CoreProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `syncShadow` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sync-shadow` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
sourceraw docstring

build-cfn-core-definition-props-builderclj

(build-cfn-core-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnCoreDefinition$CoreDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-core-definition-props-builder function updates a CfnCoreDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnCoreDefinition$CoreDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-core-definition-version-builderclj

(build-cfn-core-definition-version-builder builder id config)

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

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
coreDefinitionIdjava.lang.Stringcdk.support/lookup-entry:core-definition-id
coresjava.util.Listcdk.support/lookup-entry:cores
The build-cfn-core-definition-version-builder function updates a CfnCoreDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `coreDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-definition-id` |
| `cores` | java.util.List | [[cdk.support/lookup-entry]] | `:cores` |
sourceraw docstring

build-cfn-core-definition-version-core-property-builderclj

(build-cfn-core-definition-version-core-property-builder builder id config)

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

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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
idjava.lang.Stringcdk.support/lookup-entry:id
syncShadowsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sync-shadow
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
The build-cfn-core-definition-version-core-property-builder function updates a CfnCoreDefinitionVersion$CoreProperty$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinitionVersion$CoreProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `syncShadow` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sync-shadow` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
sourceraw docstring

build-cfn-core-definition-version-props-builderclj

(build-cfn-core-definition-version-props-builder builder id config)

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

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
coreDefinitionIdjava.lang.Stringcdk.support/lookup-entry:core-definition-id
coressoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cores
The build-cfn-core-definition-version-props-builder function updates a CfnCoreDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnCoreDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `coreDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-definition-id` |
| `cores` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cores` |
sourceraw docstring

build-cfn-device-definition-builderclj

(build-cfn-device-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnDeviceDefinition$DeviceDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-device-definition-builder function updates a CfnDeviceDefinition$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnDeviceDefinition$DeviceDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-device-definition-device-definition-version-property-builderclj

(build-cfn-device-definition-device-definition-version-property-builder builder
                                                                        id
                                                                        config)

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

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

FieldDataTypeLookup FunctionData Key
devicesjava.util.Listcdk.support/lookup-entry:devices
The build-cfn-device-definition-device-definition-version-property-builder function updates a CfnDeviceDefinition$DeviceDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinition$DeviceDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `devices` | java.util.List | [[cdk.support/lookup-entry]] | `:devices` |
sourceraw docstring

build-cfn-device-definition-device-property-builderclj

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

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

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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
idjava.lang.Stringcdk.support/lookup-entry:id
syncShadowjava.lang.Booleancdk.support/lookup-entry:sync-shadow
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
The build-cfn-device-definition-device-property-builder function updates a CfnDeviceDefinition$DeviceProperty$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinition$DeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `syncShadow` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sync-shadow` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
sourceraw docstring

build-cfn-device-definition-props-builderclj

(build-cfn-device-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-device-definition-props-builder function updates a CfnDeviceDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-device-definition-version-builderclj

(build-cfn-device-definition-version-builder builder id config)

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

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
deviceDefinitionIdjava.lang.Stringcdk.support/lookup-entry:device-definition-id
devicessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:devices
The build-cfn-device-definition-version-builder function updates a CfnDeviceDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `deviceDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-definition-id` |
| `devices` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:devices` |
sourceraw docstring

build-cfn-device-definition-version-device-property-builderclj

(build-cfn-device-definition-version-device-property-builder builder id config)

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

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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
idjava.lang.Stringcdk.support/lookup-entry:id
syncShadowsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sync-shadow
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
The build-cfn-device-definition-version-device-property-builder function updates a CfnDeviceDefinitionVersion$DeviceProperty$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinitionVersion$DeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `syncShadow` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sync-shadow` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
sourceraw docstring

build-cfn-device-definition-version-props-builderclj

(build-cfn-device-definition-version-props-builder builder id config)

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

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
deviceDefinitionIdjava.lang.Stringcdk.support/lookup-entry:device-definition-id
devicessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:devices
The build-cfn-device-definition-version-props-builder function updates a CfnDeviceDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnDeviceDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `deviceDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-definition-id` |
| `devices` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:devices` |
sourceraw docstring

build-cfn-function-definition-builderclj

(build-cfn-function-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-function-definition-builder function updates a CfnFunctionDefinition$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-function-definition-default-config-property-builderclj

(build-cfn-function-definition-default-config-property-builder builder
                                                               id
                                                               config)

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

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
executionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execution
The build-cfn-function-definition-default-config-property-builder function updates a CfnFunctionDefinition$DefaultConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$DefaultConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-function-definition-environment-property-builderclj

(build-cfn-function-definition-environment-property-builder builder id config)

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

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
accessSysfssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-sysfs
executionsoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinition$ExecutionPropertycdk.support/lookup-entry:execution
resourceAccessPoliciesjava.util.Listcdk.support/lookup-entry:resource-access-policies
variablesjava.lang.Objectcdk.support/lookup-entry:variables
The build-cfn-function-definition-environment-property-builder function updates a CfnFunctionDefinition$EnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$EnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accessSysfs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-sysfs` |
| `execution` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinition$ExecutionProperty | [[cdk.support/lookup-entry]] | `:execution` |
| `resourceAccessPolicies` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-access-policies` |
| `variables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-function-definition-execution-property-builderclj

(build-cfn-function-definition-execution-property-builder builder id config)

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

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
isolationModejava.lang.Stringcdk.support/lookup-entry:isolation-mode
runAssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:run-as
The build-cfn-function-definition-execution-property-builder function updates a CfnFunctionDefinition$ExecutionProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$ExecutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `isolationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:isolation-mode` |
| `runAs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:run-as` |
sourceraw docstring

build-cfn-function-definition-function-configuration-property-builderclj

(build-cfn-function-definition-function-configuration-property-builder builder
                                                                       id
                                                                       config)

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

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
encodingTypejava.lang.Stringcdk.support/lookup-entry:encoding-type
environmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment
execArgsjava.lang.Stringcdk.support/lookup-entry:exec-args
executablejava.lang.Stringcdk.support/lookup-entry:executable
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
pinnedjava.lang.Booleancdk.support/lookup-entry:pinned
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
The build-cfn-function-definition-function-configuration-property-builder function updates a CfnFunctionDefinition$FunctionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$FunctionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `encodingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encoding-type` |
| `environment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment` |
| `execArgs` | java.lang.String | [[cdk.support/lookup-entry]] | `:exec-args` |
| `executable` | java.lang.String | [[cdk.support/lookup-entry]] | `:executable` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `pinned` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pinned` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-function-definition-function-definition-version-property-builderclj

(build-cfn-function-definition-function-definition-version-property-builder
  builder
  id
  config)

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

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
defaultConfigsoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinition$DefaultConfigPropertycdk.support/lookup-entry:default-config
functionsjava.util.Listcdk.support/lookup-entry:functions
The build-cfn-function-definition-function-definition-version-property-builder function updates a CfnFunctionDefinition$FunctionDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$FunctionDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `defaultConfig` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinition$DefaultConfigProperty | [[cdk.support/lookup-entry]] | `:default-config` |
| `functions` | java.util.List | [[cdk.support/lookup-entry]] | `:functions` |
sourceraw docstring

build-cfn-function-definition-function-property-builderclj

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

The build-cfn-function-definition-function-property-builder function updates a CfnFunctionDefinition$FunctionProperty$Builder instance using the provided configuration. The function takes the CfnFunctionDefinition$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
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
functionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:function-configuration
idjava.lang.Stringcdk.support/lookup-entry:id
The build-cfn-function-definition-function-property-builder function updates a CfnFunctionDefinition$FunctionProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$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 |
|---|---|---|---|
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `functionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:function-configuration` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
sourceraw docstring

build-cfn-function-definition-props-builderclj

(build-cfn-function-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinition$FunctionDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-function-definition-props-builder function updates a CfnFunctionDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinition$FunctionDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-function-definition-resource-access-policy-property-builderclj

(build-cfn-function-definition-resource-access-policy-property-builder builder
                                                                       id
                                                                       config)

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

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
permissionjava.lang.Stringcdk.support/lookup-entry:permission
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
The build-cfn-function-definition-resource-access-policy-property-builder function updates a CfnFunctionDefinition$ResourceAccessPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$ResourceAccessPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
sourceraw docstring

build-cfn-function-definition-run-as-property-builderclj

(build-cfn-function-definition-run-as-property-builder builder id config)

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

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
gidjava.lang.Numbercdk.support/lookup-entry:gid
uidjava.lang.Numbercdk.support/lookup-entry:uid
The build-cfn-function-definition-run-as-property-builder function updates a CfnFunctionDefinition$RunAsProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinition$RunAsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-function-definition-version-builderclj

(build-cfn-function-definition-version-builder builder id config)

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

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
defaultConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-config
functionDefinitionIdjava.lang.Stringcdk.support/lookup-entry:function-definition-id
functionsjava.util.Listcdk.support/lookup-entry:functions
The build-cfn-function-definition-version-builder function updates a CfnFunctionDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `defaultConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-config` |
| `functionDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-definition-id` |
| `functions` | java.util.List | [[cdk.support/lookup-entry]] | `:functions` |
sourceraw docstring

build-cfn-function-definition-version-default-config-property-builderclj

(build-cfn-function-definition-version-default-config-property-builder builder
                                                                       id
                                                                       config)

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

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
executionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execution
The build-cfn-function-definition-version-default-config-property-builder function updates a CfnFunctionDefinitionVersion$DefaultConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$DefaultConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-function-definition-version-environment-property-builderclj

(build-cfn-function-definition-version-environment-property-builder builder
                                                                    id
                                                                    config)

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

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
accessSysfsjava.lang.Booleancdk.support/lookup-entry:access-sysfs
executionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execution
resourceAccessPoliciesjava.util.Listcdk.support/lookup-entry:resource-access-policies
variablesjava.lang.Objectcdk.support/lookup-entry:variables
The build-cfn-function-definition-version-environment-property-builder function updates a CfnFunctionDefinitionVersion$EnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$EnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accessSysfs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:access-sysfs` |
| `execution` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execution` |
| `resourceAccessPolicies` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-access-policies` |
| `variables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-function-definition-version-execution-property-builderclj

(build-cfn-function-definition-version-execution-property-builder builder
                                                                  id
                                                                  config)

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

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
isolationModejava.lang.Stringcdk.support/lookup-entry:isolation-mode
runAssoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$RunAsPropertycdk.support/lookup-entry:run-as
The build-cfn-function-definition-version-execution-property-builder function updates a CfnFunctionDefinitionVersion$ExecutionProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$ExecutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `isolationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:isolation-mode` |
| `runAs` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$RunAsProperty | [[cdk.support/lookup-entry]] | `:run-as` |
sourceraw docstring

build-cfn-function-definition-version-function-configuration-property-builderclj

(build-cfn-function-definition-version-function-configuration-property-builder
  builder
  id
  config)

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

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
encodingTypejava.lang.Stringcdk.support/lookup-entry:encoding-type
environmentsoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$EnvironmentPropertycdk.support/lookup-entry:environment
execArgsjava.lang.Stringcdk.support/lookup-entry:exec-args
executablejava.lang.Stringcdk.support/lookup-entry:executable
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
pinnedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pinned
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
The build-cfn-function-definition-version-function-configuration-property-builder function updates a CfnFunctionDefinitionVersion$FunctionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$FunctionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `encodingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encoding-type` |
| `environment` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$EnvironmentProperty | [[cdk.support/lookup-entry]] | `:environment` |
| `execArgs` | java.lang.String | [[cdk.support/lookup-entry]] | `:exec-args` |
| `executable` | java.lang.String | [[cdk.support/lookup-entry]] | `:executable` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `pinned` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pinned` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-function-definition-version-function-property-builderclj

(build-cfn-function-definition-version-function-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-function-definition-version-function-property-builder function updates a CfnFunctionDefinitionVersion$FunctionProperty$Builder instance using the provided configuration. The function takes the CfnFunctionDefinitionVersion$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
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
functionConfigurationsoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$FunctionConfigurationPropertycdk.support/lookup-entry:function-configuration
idjava.lang.Stringcdk.support/lookup-entry:id
The build-cfn-function-definition-version-function-property-builder function updates a CfnFunctionDefinitionVersion$FunctionProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$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 |
|---|---|---|---|
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `functionConfiguration` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$FunctionConfigurationProperty | [[cdk.support/lookup-entry]] | `:function-configuration` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
sourceraw docstring

build-cfn-function-definition-version-props-builderclj

(build-cfn-function-definition-version-props-builder builder id config)

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

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
defaultConfigsoftware.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$DefaultConfigPropertycdk.support/lookup-entry:default-config
functionDefinitionIdjava.lang.Stringcdk.support/lookup-entry:function-definition-id
functionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:functions
The build-cfn-function-definition-version-props-builder function updates a CfnFunctionDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `defaultConfig` | software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion$DefaultConfigProperty | [[cdk.support/lookup-entry]] | `:default-config` |
| `functionDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-definition-id` |
| `functions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:functions` |
sourceraw docstring

build-cfn-function-definition-version-resource-access-policy-property-builderclj

(build-cfn-function-definition-version-resource-access-policy-property-builder
  builder
  id
  config)

The build-cfn-function-definition-version-resource-access-policy-property-builder function updates a CfnFunctionDefinitionVersion$ResourceAccessPolicyProperty$Builder instance using the provided configuration. The function takes the CfnFunctionDefinitionVersion$ResourceAccessPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
permissionjava.lang.Stringcdk.support/lookup-entry:permission
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
The build-cfn-function-definition-version-resource-access-policy-property-builder function updates a CfnFunctionDefinitionVersion$ResourceAccessPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$ResourceAccessPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
sourceraw docstring

build-cfn-function-definition-version-run-as-property-builderclj

(build-cfn-function-definition-version-run-as-property-builder builder
                                                               id
                                                               config)

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

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
gidjava.lang.Numbercdk.support/lookup-entry:gid
uidjava.lang.Numbercdk.support/lookup-entry:uid
The build-cfn-function-definition-version-run-as-property-builder function updates a CfnFunctionDefinitionVersion$RunAsProperty$Builder instance using the provided configuration.
  The function takes the CfnFunctionDefinitionVersion$RunAsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-group-builderclj

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

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnGroup$GroupVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-group-builder function updates a CfnGroup$Builder instance using the provided configuration.
  The function takes the CfnGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnGroup$GroupVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-group-group-version-property-builderclj

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

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

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
connectorDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:connector-definition-version-arn
coreDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:core-definition-version-arn
deviceDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:device-definition-version-arn
functionDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:function-definition-version-arn
loggerDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:logger-definition-version-arn
resourceDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:resource-definition-version-arn
subscriptionDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:subscription-definition-version-arn
The build-cfn-group-group-version-property-builder function updates a CfnGroup$GroupVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnGroup$GroupVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-definition-version-arn` |
| `coreDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-definition-version-arn` |
| `deviceDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-definition-version-arn` |
| `functionDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-definition-version-arn` |
| `loggerDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:logger-definition-version-arn` |
| `resourceDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-definition-version-arn` |
| `subscriptionDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-definition-version-arn` |
sourceraw docstring

build-cfn-group-props-builderclj

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

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

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
initialVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-group-props-builder function updates a CfnGroupProps$Builder instance using the provided configuration.
  The function takes the CfnGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-group-version-builderclj

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

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

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
connectorDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:connector-definition-version-arn
coreDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:core-definition-version-arn
deviceDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:device-definition-version-arn
functionDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:function-definition-version-arn
groupIdjava.lang.Stringcdk.support/lookup-entry:group-id
loggerDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:logger-definition-version-arn
resourceDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:resource-definition-version-arn
subscriptionDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:subscription-definition-version-arn
The build-cfn-group-version-builder function updates a CfnGroupVersion$Builder instance using the provided configuration.
  The function takes the CfnGroupVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-definition-version-arn` |
| `coreDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-definition-version-arn` |
| `deviceDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-definition-version-arn` |
| `functionDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-definition-version-arn` |
| `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
| `loggerDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:logger-definition-version-arn` |
| `resourceDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-definition-version-arn` |
| `subscriptionDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-definition-version-arn` |
sourceraw docstring

build-cfn-group-version-props-builderclj

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

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

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
connectorDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:connector-definition-version-arn
coreDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:core-definition-version-arn
deviceDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:device-definition-version-arn
functionDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:function-definition-version-arn
groupIdjava.lang.Stringcdk.support/lookup-entry:group-id
loggerDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:logger-definition-version-arn
resourceDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:resource-definition-version-arn
subscriptionDefinitionVersionArnjava.lang.Stringcdk.support/lookup-entry:subscription-definition-version-arn
The build-cfn-group-version-props-builder function updates a CfnGroupVersionProps$Builder instance using the provided configuration.
  The function takes the CfnGroupVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `connectorDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-definition-version-arn` |
| `coreDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-definition-version-arn` |
| `deviceDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-definition-version-arn` |
| `functionDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-definition-version-arn` |
| `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
| `loggerDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:logger-definition-version-arn` |
| `resourceDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-definition-version-arn` |
| `subscriptionDefinitionVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-definition-version-arn` |
sourceraw docstring

build-cfn-logger-definition-builderclj

(build-cfn-logger-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnLoggerDefinition$LoggerDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-logger-definition-builder function updates a CfnLoggerDefinition$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnLoggerDefinition$LoggerDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-logger-definition-logger-definition-version-property-builderclj

(build-cfn-logger-definition-logger-definition-version-property-builder builder
                                                                        id
                                                                        config)

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

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
loggersjava.util.Listcdk.support/lookup-entry:loggers
The build-cfn-logger-definition-logger-definition-version-property-builder function updates a CfnLoggerDefinition$LoggerDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinition$LoggerDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-logger-definition-logger-property-builderclj

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

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

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
componentjava.lang.Stringcdk.support/lookup-entry:component
idjava.lang.Stringcdk.support/lookup-entry:id
leveljava.lang.Stringcdk.support/lookup-entry:level
spacejava.lang.Numbercdk.support/lookup-entry:space
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-logger-definition-logger-property-builder function updates a CfnLoggerDefinition$LoggerProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinition$LoggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-logger-definition-props-builderclj

(build-cfn-logger-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-logger-definition-props-builder function updates a CfnLoggerDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-logger-definition-version-builderclj

(build-cfn-logger-definition-version-builder builder id config)

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

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
loggerDefinitionIdjava.lang.Stringcdk.support/lookup-entry:logger-definition-id
loggersjava.util.Listcdk.support/lookup-entry:loggers
The build-cfn-logger-definition-version-builder function updates a CfnLoggerDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loggerDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:logger-definition-id` |
| `loggers` | java.util.List | [[cdk.support/lookup-entry]] | `:loggers` |
sourceraw docstring

build-cfn-logger-definition-version-logger-property-builderclj

(build-cfn-logger-definition-version-logger-property-builder builder id config)

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

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
componentjava.lang.Stringcdk.support/lookup-entry:component
idjava.lang.Stringcdk.support/lookup-entry:id
leveljava.lang.Stringcdk.support/lookup-entry:level
spacejava.lang.Numbercdk.support/lookup-entry:space
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-logger-definition-version-logger-property-builder function updates a CfnLoggerDefinitionVersion$LoggerProperty$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinitionVersion$LoggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-logger-definition-version-props-builderclj

(build-cfn-logger-definition-version-props-builder builder id config)

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

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
loggerDefinitionIdjava.lang.Stringcdk.support/lookup-entry:logger-definition-id
loggerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:loggers
The build-cfn-logger-definition-version-props-builder function updates a CfnLoggerDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnLoggerDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loggerDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:logger-definition-id` |
| `loggers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:loggers` |
sourceraw docstring

build-cfn-resource-definition-builderclj

(build-cfn-resource-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-resource-definition-builder function updates a CfnResourceDefinition$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-resource-definition-group-owner-setting-property-builderclj

(build-cfn-resource-definition-group-owner-setting-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-resource-definition-group-owner-setting-property-builder function updates a CfnResourceDefinition$GroupOwnerSettingProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$GroupOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoAddGroupOwnerjava.lang.Booleancdk.support/lookup-entry:auto-add-group-owner
groupOwnerjava.lang.Stringcdk.support/lookup-entry:group-owner
The build-cfn-resource-definition-group-owner-setting-property-builder function updates a CfnResourceDefinition$GroupOwnerSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$GroupOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoAddGroupOwner` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-add-group-owner` |
| `groupOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-owner` |
sourceraw docstring

build-cfn-resource-definition-local-device-resource-data-property-builderclj

(build-cfn-resource-definition-local-device-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-local-device-resource-data-property-builder function updates a CfnResourceDefinition$LocalDeviceResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$LocalDeviceResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
groupOwnerSettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:group-owner-setting
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-cfn-resource-definition-local-device-resource-data-property-builder function updates a CfnResourceDefinition$LocalDeviceResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$LocalDeviceResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-resource-definition-local-volume-resource-data-property-builderclj

(build-cfn-resource-definition-local-volume-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-local-volume-resource-data-property-builder function updates a CfnResourceDefinition$LocalVolumeResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$LocalVolumeResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
groupOwnerSettingsoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$GroupOwnerSettingPropertycdk.support/lookup-entry:group-owner-setting
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-cfn-resource-definition-local-volume-resource-data-property-builder function updates a CfnResourceDefinition$LocalVolumeResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$LocalVolumeResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `groupOwnerSetting` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$GroupOwnerSettingProperty | [[cdk.support/lookup-entry]] | `:group-owner-setting` |
| `sourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-path` |
sourceraw docstring

build-cfn-resource-definition-props-builderclj

(build-cfn-resource-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$ResourceDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-resource-definition-props-builder function updates a CfnResourceDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$ResourceDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-resource-definition-resource-data-container-property-builderclj

(build-cfn-resource-definition-resource-data-container-property-builder builder
                                                                        id
                                                                        config)

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

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
localDeviceResourceDatasoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$LocalDeviceResourceDataPropertycdk.support/lookup-entry:local-device-resource-data
localVolumeResourceDatasoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$LocalVolumeResourceDataPropertycdk.support/lookup-entry:local-volume-resource-data
s3MachineLearningModelResourceDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-machine-learning-model-resource-data
sageMakerMachineLearningModelResourceDatasoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$SageMakerMachineLearningModelResourceDataPropertycdk.support/lookup-entry:sage-maker-machine-learning-model-resource-data
secretsManagerSecretResourceDatasoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$SecretsManagerSecretResourceDataPropertycdk.support/lookup-entry:secrets-manager-secret-resource-data
The build-cfn-resource-definition-resource-data-container-property-builder function updates a CfnResourceDefinition$ResourceDataContainerProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$ResourceDataContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `localDeviceResourceData` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$LocalDeviceResourceDataProperty | [[cdk.support/lookup-entry]] | `:local-device-resource-data` |
| `localVolumeResourceData` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$LocalVolumeResourceDataProperty | [[cdk.support/lookup-entry]] | `:local-volume-resource-data` |
| `s3MachineLearningModelResourceData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-machine-learning-model-resource-data` |
| `sageMakerMachineLearningModelResourceData` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty | [[cdk.support/lookup-entry]] | `:sage-maker-machine-learning-model-resource-data` |
| `secretsManagerSecretResourceData` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$SecretsManagerSecretResourceDataProperty | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-resource-data` |
sourceraw docstring

build-cfn-resource-definition-resource-definition-version-property-builderclj

(build-cfn-resource-definition-resource-definition-version-property-builder
  builder
  id
  config)

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

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
resourcesjava.util.Listcdk.support/lookup-entry:resources
The build-cfn-resource-definition-resource-definition-version-property-builder function updates a CfnResourceDefinition$ResourceDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$ResourceDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-resource-definition-resource-download-owner-setting-property-builderclj

(build-cfn-resource-definition-resource-download-owner-setting-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-resource-download-owner-setting-property-builder function updates a CfnResourceDefinition$ResourceDownloadOwnerSettingProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$ResourceDownloadOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
groupOwnerjava.lang.Stringcdk.support/lookup-entry:group-owner
groupPermissionjava.lang.Stringcdk.support/lookup-entry:group-permission
The build-cfn-resource-definition-resource-download-owner-setting-property-builder function updates a CfnResourceDefinition$ResourceDownloadOwnerSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$ResourceDownloadOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `groupOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-owner` |
| `groupPermission` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-permission` |
sourceraw docstring

build-cfn-resource-definition-resource-instance-property-builderclj

(build-cfn-resource-definition-resource-instance-property-builder builder
                                                                  id
                                                                  config)

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

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
idjava.lang.Stringcdk.support/lookup-entry:id
namejava.lang.Stringcdk.support/lookup-entry:name
resourceDataContainersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-data-container
The build-cfn-resource-definition-resource-instance-property-builder function updates a CfnResourceDefinition$ResourceInstanceProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$ResourceInstanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-resource-definition-s3-machine-learning-model-resource-data-property-builderclj

(build-cfn-resource-definition-s3-machine-learning-model-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-s3-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinition$S3MachineLearningModelResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$S3MachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
ownerSettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:owner-setting
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-resource-definition-s3-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinition$S3MachineLearningModelResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$S3MachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `ownerSetting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:owner-setting` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-resource-definition-sage-maker-machine-learning-model-resource-data-property-builderclj

(build-cfn-resource-definition-sage-maker-machine-learning-model-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-sage-maker-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
ownerSettingsoftware.amazon.awscdk.services.greengrass.CfnResourceDefinition$ResourceDownloadOwnerSettingPropertycdk.support/lookup-entry:owner-setting
sageMakerJobArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-job-arn
The build-cfn-resource-definition-sage-maker-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `ownerSetting` | software.amazon.awscdk.services.greengrass.CfnResourceDefinition$ResourceDownloadOwnerSettingProperty | [[cdk.support/lookup-entry]] | `:owner-setting` |
| `sageMakerJobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-job-arn` |
sourceraw docstring

build-cfn-resource-definition-secrets-manager-secret-resource-data-property-builderclj

(build-cfn-resource-definition-secrets-manager-secret-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-secrets-manager-secret-resource-data-property-builder function updates a CfnResourceDefinition$SecretsManagerSecretResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinition$SecretsManagerSecretResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalStagingLabelsToDownloadjava.util.Listcdk.support/lookup-entry:additional-staging-labels-to-download
arnjava.lang.Stringcdk.support/lookup-entry:arn
The build-cfn-resource-definition-secrets-manager-secret-resource-data-property-builder function updates a CfnResourceDefinition$SecretsManagerSecretResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinition$SecretsManagerSecretResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `additionalStagingLabelsToDownload` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-staging-labels-to-download` |
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
sourceraw docstring

build-cfn-resource-definition-version-builderclj

(build-cfn-resource-definition-version-builder builder id config)

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

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
resourceDefinitionIdjava.lang.Stringcdk.support/lookup-entry:resource-definition-id
resourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resources
The build-cfn-resource-definition-version-builder function updates a CfnResourceDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `resourceDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-definition-id` |
| `resources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resources` |
sourceraw docstring

build-cfn-resource-definition-version-group-owner-setting-property-builderclj

(build-cfn-resource-definition-version-group-owner-setting-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-group-owner-setting-property-builder function updates a CfnResourceDefinitionVersion$GroupOwnerSettingProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$GroupOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoAddGroupOwnerjava.lang.Booleancdk.support/lookup-entry:auto-add-group-owner
groupOwnerjava.lang.Stringcdk.support/lookup-entry:group-owner
The build-cfn-resource-definition-version-group-owner-setting-property-builder function updates a CfnResourceDefinitionVersion$GroupOwnerSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$GroupOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoAddGroupOwner` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-add-group-owner` |
| `groupOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-owner` |
sourceraw docstring

build-cfn-resource-definition-version-local-device-resource-data-property-builderclj

(build-cfn-resource-definition-version-local-device-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-local-device-resource-data-property-builder function updates a CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
groupOwnerSettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:group-owner-setting
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-cfn-resource-definition-version-local-device-resource-data-property-builder function updates a CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-resource-definition-version-local-volume-resource-data-property-builderclj

(build-cfn-resource-definition-version-local-volume-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-local-volume-resource-data-property-builder function updates a CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
groupOwnerSettingsoftware.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$GroupOwnerSettingPropertycdk.support/lookup-entry:group-owner-setting
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-cfn-resource-definition-version-local-volume-resource-data-property-builder function updates a CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `groupOwnerSetting` | software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$GroupOwnerSettingProperty | [[cdk.support/lookup-entry]] | `:group-owner-setting` |
| `sourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-path` |
sourceraw docstring

build-cfn-resource-definition-version-props-builderclj

(build-cfn-resource-definition-version-props-builder builder id config)

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

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
resourceDefinitionIdjava.lang.Stringcdk.support/lookup-entry:resource-definition-id
resourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resources
The build-cfn-resource-definition-version-props-builder function updates a CfnResourceDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `resourceDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-definition-id` |
| `resources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resources` |
sourceraw docstring

build-cfn-resource-definition-version-resource-data-container-property-builderclj

(build-cfn-resource-definition-version-resource-data-container-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-resource-data-container-property-builder function updates a CfnResourceDefinitionVersion$ResourceDataContainerProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$ResourceDataContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
localDeviceResourceDatasoftware.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$LocalDeviceResourceDataPropertycdk.support/lookup-entry:local-device-resource-data
localVolumeResourceDatasoftware.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$LocalVolumeResourceDataPropertycdk.support/lookup-entry:local-volume-resource-data
s3MachineLearningModelResourceDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-machine-learning-model-resource-data
sageMakerMachineLearningModelResourceDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sage-maker-machine-learning-model-resource-data
secretsManagerSecretResourceDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:secrets-manager-secret-resource-data
The build-cfn-resource-definition-version-resource-data-container-property-builder function updates a CfnResourceDefinitionVersion$ResourceDataContainerProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$ResourceDataContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `localDeviceResourceData` | software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty | [[cdk.support/lookup-entry]] | `:local-device-resource-data` |
| `localVolumeResourceData` | software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty | [[cdk.support/lookup-entry]] | `:local-volume-resource-data` |
| `s3MachineLearningModelResourceData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-machine-learning-model-resource-data` |
| `sageMakerMachineLearningModelResourceData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sage-maker-machine-learning-model-resource-data` |
| `secretsManagerSecretResourceData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-resource-data` |
sourceraw docstring

build-cfn-resource-definition-version-resource-download-owner-setting-property-builderclj

(build-cfn-resource-definition-version-resource-download-owner-setting-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-resource-download-owner-setting-property-builder function updates a CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
groupOwnerjava.lang.Stringcdk.support/lookup-entry:group-owner
groupPermissionjava.lang.Stringcdk.support/lookup-entry:group-permission
The build-cfn-resource-definition-version-resource-download-owner-setting-property-builder function updates a CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `groupOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-owner` |
| `groupPermission` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-permission` |
sourceraw docstring

build-cfn-resource-definition-version-resource-instance-property-builderclj

(build-cfn-resource-definition-version-resource-instance-property-builder
  builder
  id
  config)

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

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
idjava.lang.Stringcdk.support/lookup-entry:id
namejava.lang.Stringcdk.support/lookup-entry:name
resourceDataContainersoftware.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$ResourceDataContainerPropertycdk.support/lookup-entry:resource-data-container
The build-cfn-resource-definition-version-resource-instance-property-builder function updates a CfnResourceDefinitionVersion$ResourceInstanceProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$ResourceInstanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `resourceDataContainer` | software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$ResourceDataContainerProperty | [[cdk.support/lookup-entry]] | `:resource-data-container` |
sourceraw docstring

build-cfn-resource-definition-version-s3-machine-learning-model-resource-data-property-builderclj

(build-cfn-resource-definition-version-s3-machine-learning-model-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-s3-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinitionVersion$S3MachineLearningModelResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$S3MachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
ownerSettingsoftware.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingPropertycdk.support/lookup-entry:owner-setting
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
The build-cfn-resource-definition-version-s3-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinitionVersion$S3MachineLearningModelResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$S3MachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `ownerSetting` | software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty | [[cdk.support/lookup-entry]] | `:owner-setting` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
sourceraw docstring

build-cfn-resource-definition-version-sage-maker-machine-learning-model-resource-data-property-builderclj

(build-cfn-resource-definition-version-sage-maker-machine-learning-model-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-sage-maker-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinitionVersion$SageMakerMachineLearningModelResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$SageMakerMachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationPathjava.lang.Stringcdk.support/lookup-entry:destination-path
ownerSettingsoftware.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingPropertycdk.support/lookup-entry:owner-setting
sageMakerJobArnjava.lang.Stringcdk.support/lookup-entry:sage-maker-job-arn
The build-cfn-resource-definition-version-sage-maker-machine-learning-model-resource-data-property-builder function updates a CfnResourceDefinitionVersion$SageMakerMachineLearningModelResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$SageMakerMachineLearningModelResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-path` |
| `ownerSetting` | software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty | [[cdk.support/lookup-entry]] | `:owner-setting` |
| `sageMakerJobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sage-maker-job-arn` |
sourceraw docstring

build-cfn-resource-definition-version-secrets-manager-secret-resource-data-property-builderclj

(build-cfn-resource-definition-version-secrets-manager-secret-resource-data-property-builder
  builder
  id
  config)

The build-cfn-resource-definition-version-secrets-manager-secret-resource-data-property-builder function updates a CfnResourceDefinitionVersion$SecretsManagerSecretResourceDataProperty$Builder instance using the provided configuration. The function takes the CfnResourceDefinitionVersion$SecretsManagerSecretResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalStagingLabelsToDownloadjava.util.Listcdk.support/lookup-entry:additional-staging-labels-to-download
arnjava.lang.Stringcdk.support/lookup-entry:arn
The build-cfn-resource-definition-version-secrets-manager-secret-resource-data-property-builder function updates a CfnResourceDefinitionVersion$SecretsManagerSecretResourceDataProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceDefinitionVersion$SecretsManagerSecretResourceDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `additionalStagingLabelsToDownload` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-staging-labels-to-download` |
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
sourceraw docstring

build-cfn-subscription-definition-builderclj

(build-cfn-subscription-definition-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnSubscriptionDefinition$SubscriptionDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-subscription-definition-builder function updates a CfnSubscriptionDefinition$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinition$SubscriptionDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-subscription-definition-props-builderclj

(build-cfn-subscription-definition-props-builder builder id config)

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

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
initialVersionsoftware.amazon.awscdk.services.greengrass.CfnSubscriptionDefinition$SubscriptionDefinitionVersionPropertycdk.support/lookup-entry:initial-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-subscription-definition-props-builder function updates a CfnSubscriptionDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `initialVersion` | software.amazon.awscdk.services.greengrass.CfnSubscriptionDefinition$SubscriptionDefinitionVersionProperty | [[cdk.support/lookup-entry]] | `:initial-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-subscription-definition-subscription-definition-version-property-builderclj

(build-cfn-subscription-definition-subscription-definition-version-property-builder
  builder
  id
  config)

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

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
subscriptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subscriptions
The build-cfn-subscription-definition-subscription-definition-version-property-builder function updates a CfnSubscriptionDefinition$SubscriptionDefinitionVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinition$SubscriptionDefinitionVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-subscription-definition-subscription-property-builderclj

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

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

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
idjava.lang.Stringcdk.support/lookup-entry:id
sourcejava.lang.Stringcdk.support/lookup-entry:source
subjectjava.lang.Stringcdk.support/lookup-entry:subject
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-cfn-subscription-definition-subscription-property-builder function updates a CfnSubscriptionDefinition$SubscriptionProperty$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinition$SubscriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-subscription-definition-version-builderclj

(build-cfn-subscription-definition-version-builder builder id config)

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

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
subscriptionDefinitionIdjava.lang.Stringcdk.support/lookup-entry:subscription-definition-id
subscriptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subscriptions
The build-cfn-subscription-definition-version-builder function updates a CfnSubscriptionDefinitionVersion$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinitionVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `subscriptionDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-definition-id` |
| `subscriptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subscriptions` |
sourceraw docstring

build-cfn-subscription-definition-version-props-builderclj

(build-cfn-subscription-definition-version-props-builder builder id config)

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

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
subscriptionDefinitionIdjava.lang.Stringcdk.support/lookup-entry:subscription-definition-id
subscriptionsjava.util.Listcdk.support/lookup-entry:subscriptions
The build-cfn-subscription-definition-version-props-builder function updates a CfnSubscriptionDefinitionVersionProps$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinitionVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `subscriptionDefinitionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-definition-id` |
| `subscriptions` | java.util.List | [[cdk.support/lookup-entry]] | `:subscriptions` |
sourceraw docstring

build-cfn-subscription-definition-version-subscription-property-builderclj

(build-cfn-subscription-definition-version-subscription-property-builder builder
                                                                         id
                                                                         config)

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

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
idjava.lang.Stringcdk.support/lookup-entry:id
sourcejava.lang.Stringcdk.support/lookup-entry:source
subjectjava.lang.Stringcdk.support/lookup-entry:subject
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-cfn-subscription-definition-version-subscription-property-builder function updates a CfnSubscriptionDefinitionVersion$SubscriptionProperty$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionDefinitionVersion$SubscriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

cfn-connector-definition-builderclj

(cfn-connector-definition-builder scope id config)

Creates a CfnConnectorDefinition$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  `CfnConnectorDefinition$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-connector-definition-connector-definition-version-property-builderclj

(cfn-connector-definition-connector-definition-version-property-builder id
                                                                        config)

Creates a CfnConnectorDefinition$ConnectorDefinitionVersionProperty$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  `CfnConnectorDefinition$ConnectorDefinitionVersionProperty$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-connector-definition-connector-property-builderclj

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

Creates a CfnConnectorDefinition$ConnectorProperty$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  `CfnConnectorDefinition$ConnectorProperty$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-connector-definition-props-builderclj

(cfn-connector-definition-props-builder id config)

Creates a CfnConnectorDefinitionProps$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  `CfnConnectorDefinitionProps$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-connector-definition-version-builderclj

(cfn-connector-definition-version-builder scope id config)

Creates a CfnConnectorDefinitionVersion$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  `CfnConnectorDefinitionVersion$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-connector-definition-version-connector-property-builderclj

(cfn-connector-definition-version-connector-property-builder id config)

Creates a CfnConnectorDefinitionVersion$ConnectorProperty$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  `CfnConnectorDefinitionVersion$ConnectorProperty$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-connector-definition-version-props-builderclj

(cfn-connector-definition-version-props-builder id config)

Creates a CfnConnectorDefinitionVersionProps$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  `CfnConnectorDefinitionVersionProps$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-core-definition-builderclj

(cfn-core-definition-builder scope id config)

Creates a CfnCoreDefinition$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  `CfnCoreDefinition$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-core-definition-core-definition-version-property-builderclj

(cfn-core-definition-core-definition-version-property-builder id config)

Creates a CfnCoreDefinition$CoreDefinitionVersionProperty$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  `CfnCoreDefinition$CoreDefinitionVersionProperty$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-core-definition-core-property-builderclj

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

Creates a CfnCoreDefinition$CoreProperty$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  `CfnCoreDefinition$CoreProperty$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-core-definition-props-builderclj

(cfn-core-definition-props-builder id config)

Creates a CfnCoreDefinitionProps$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  `CfnCoreDefinitionProps$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-core-definition-version-builderclj

(cfn-core-definition-version-builder scope id config)

Creates a CfnCoreDefinitionVersion$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  `CfnCoreDefinitionVersion$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-core-definition-version-core-property-builderclj

(cfn-core-definition-version-core-property-builder id config)

Creates a CfnCoreDefinitionVersion$CoreProperty$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  `CfnCoreDefinitionVersion$CoreProperty$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-core-definition-version-props-builderclj

(cfn-core-definition-version-props-builder id config)

Creates a CfnCoreDefinitionVersionProps$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  `CfnCoreDefinitionVersionProps$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-device-definition-builderclj

(cfn-device-definition-builder scope id config)

Creates a CfnDeviceDefinition$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  `CfnDeviceDefinition$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-device-definition-device-definition-version-property-builderclj

(cfn-device-definition-device-definition-version-property-builder id config)

Creates a CfnDeviceDefinition$DeviceDefinitionVersionProperty$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  `CfnDeviceDefinition$DeviceDefinitionVersionProperty$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-device-definition-device-property-builderclj

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

Creates a CfnDeviceDefinition$DeviceProperty$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  `CfnDeviceDefinition$DeviceProperty$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-device-definition-props-builderclj

(cfn-device-definition-props-builder id config)

Creates a CfnDeviceDefinitionProps$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  `CfnDeviceDefinitionProps$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-device-definition-version-builderclj

(cfn-device-definition-version-builder scope id config)

Creates a CfnDeviceDefinitionVersion$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  `CfnDeviceDefinitionVersion$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-device-definition-version-device-property-builderclj

(cfn-device-definition-version-device-property-builder id config)

Creates a CfnDeviceDefinitionVersion$DeviceProperty$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  `CfnDeviceDefinitionVersion$DeviceProperty$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-device-definition-version-props-builderclj

(cfn-device-definition-version-props-builder id config)

Creates a CfnDeviceDefinitionVersionProps$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  `CfnDeviceDefinitionVersionProps$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-function-definition-builderclj

(cfn-function-definition-builder scope id config)

Creates a CfnFunctionDefinition$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  `CfnFunctionDefinition$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-function-definition-default-config-property-builderclj

(cfn-function-definition-default-config-property-builder id config)

Creates a CfnFunctionDefinition$DefaultConfigProperty$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  `CfnFunctionDefinition$DefaultConfigProperty$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-function-definition-environment-property-builderclj

(cfn-function-definition-environment-property-builder id config)

Creates a CfnFunctionDefinition$EnvironmentProperty$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  `CfnFunctionDefinition$EnvironmentProperty$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-function-definition-execution-property-builderclj

(cfn-function-definition-execution-property-builder id config)

Creates a CfnFunctionDefinition$ExecutionProperty$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  `CfnFunctionDefinition$ExecutionProperty$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-function-definition-function-configuration-property-builderclj

(cfn-function-definition-function-configuration-property-builder id config)

Creates a CfnFunctionDefinition$FunctionConfigurationProperty$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  `CfnFunctionDefinition$FunctionConfigurationProperty$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-function-definition-function-definition-version-property-builderclj

(cfn-function-definition-function-definition-version-property-builder id config)

Creates a CfnFunctionDefinition$FunctionDefinitionVersionProperty$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  `CfnFunctionDefinition$FunctionDefinitionVersionProperty$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-function-definition-function-property-builderclj

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

Creates a CfnFunctionDefinition$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  `CfnFunctionDefinition$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-function-definition-props-builderclj

(cfn-function-definition-props-builder id config)

Creates a CfnFunctionDefinitionProps$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  `CfnFunctionDefinitionProps$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-function-definition-resource-access-policy-property-builderclj

(cfn-function-definition-resource-access-policy-property-builder id config)

Creates a CfnFunctionDefinition$ResourceAccessPolicyProperty$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  `CfnFunctionDefinition$ResourceAccessPolicyProperty$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-function-definition-run-as-property-builderclj

(cfn-function-definition-run-as-property-builder id config)

Creates a CfnFunctionDefinition$RunAsProperty$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  `CfnFunctionDefinition$RunAsProperty$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-function-definition-version-builderclj

(cfn-function-definition-version-builder scope id config)

Creates a CfnFunctionDefinitionVersion$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  `CfnFunctionDefinitionVersion$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-function-definition-version-default-config-property-builderclj

(cfn-function-definition-version-default-config-property-builder id config)

Creates a CfnFunctionDefinitionVersion$DefaultConfigProperty$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  `CfnFunctionDefinitionVersion$DefaultConfigProperty$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-function-definition-version-environment-property-builderclj

(cfn-function-definition-version-environment-property-builder id config)

Creates a CfnFunctionDefinitionVersion$EnvironmentProperty$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  `CfnFunctionDefinitionVersion$EnvironmentProperty$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-function-definition-version-execution-property-builderclj

(cfn-function-definition-version-execution-property-builder id config)

Creates a CfnFunctionDefinitionVersion$ExecutionProperty$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  `CfnFunctionDefinitionVersion$ExecutionProperty$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-function-definition-version-function-configuration-property-builderclj

(cfn-function-definition-version-function-configuration-property-builder id
                                                                         config)

Creates a CfnFunctionDefinitionVersion$FunctionConfigurationProperty$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  `CfnFunctionDefinitionVersion$FunctionConfigurationProperty$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-function-definition-version-function-property-builderclj

(cfn-function-definition-version-function-property-builder id config)

Creates a CfnFunctionDefinitionVersion$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  `CfnFunctionDefinitionVersion$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-function-definition-version-props-builderclj

(cfn-function-definition-version-props-builder id config)

Creates a CfnFunctionDefinitionVersionProps$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  `CfnFunctionDefinitionVersionProps$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-function-definition-version-resource-access-policy-property-builderclj

(cfn-function-definition-version-resource-access-policy-property-builder id
                                                                         config)

Creates a CfnFunctionDefinitionVersion$ResourceAccessPolicyProperty$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  `CfnFunctionDefinitionVersion$ResourceAccessPolicyProperty$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-function-definition-version-run-as-property-builderclj

(cfn-function-definition-version-run-as-property-builder id config)

Creates a CfnFunctionDefinitionVersion$RunAsProperty$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  `CfnFunctionDefinitionVersion$RunAsProperty$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-group-builderclj

(cfn-group-builder scope id config)

Creates a CfnGroup$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  `CfnGroup$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-group-group-version-property-builderclj

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

Creates a CfnGroup$GroupVersionProperty$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  `CfnGroup$GroupVersionProperty$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-group-props-builderclj

(cfn-group-props-builder id config)

Creates a CfnGroupProps$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  `CfnGroupProps$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-group-version-builderclj

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

Creates a CfnGroupVersion$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  `CfnGroupVersion$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-group-version-props-builderclj

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

Creates a CfnGroupVersionProps$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  `CfnGroupVersionProps$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-logger-definition-builderclj

(cfn-logger-definition-builder scope id config)

Creates a CfnLoggerDefinition$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  `CfnLoggerDefinition$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-logger-definition-logger-definition-version-property-builderclj

(cfn-logger-definition-logger-definition-version-property-builder id config)

Creates a CfnLoggerDefinition$LoggerDefinitionVersionProperty$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  `CfnLoggerDefinition$LoggerDefinitionVersionProperty$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-logger-definition-logger-property-builderclj

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

Creates a CfnLoggerDefinition$LoggerProperty$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  `CfnLoggerDefinition$LoggerProperty$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-logger-definition-props-builderclj

(cfn-logger-definition-props-builder id config)

Creates a CfnLoggerDefinitionProps$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  `CfnLoggerDefinitionProps$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-logger-definition-version-builderclj

(cfn-logger-definition-version-builder scope id config)

Creates a CfnLoggerDefinitionVersion$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  `CfnLoggerDefinitionVersion$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-logger-definition-version-logger-property-builderclj

(cfn-logger-definition-version-logger-property-builder id config)

Creates a CfnLoggerDefinitionVersion$LoggerProperty$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  `CfnLoggerDefinitionVersion$LoggerProperty$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-logger-definition-version-props-builderclj

(cfn-logger-definition-version-props-builder id config)

Creates a CfnLoggerDefinitionVersionProps$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  `CfnLoggerDefinitionVersionProps$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-resource-definition-builderclj

(cfn-resource-definition-builder scope id config)

Creates a CfnResourceDefinition$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  `CfnResourceDefinition$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-resource-definition-group-owner-setting-property-builderclj

(cfn-resource-definition-group-owner-setting-property-builder id config)

Creates a CfnResourceDefinition$GroupOwnerSettingProperty$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  `CfnResourceDefinition$GroupOwnerSettingProperty$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-resource-definition-local-device-resource-data-property-builderclj

(cfn-resource-definition-local-device-resource-data-property-builder id config)

Creates a CfnResourceDefinition$LocalDeviceResourceDataProperty$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  `CfnResourceDefinition$LocalDeviceResourceDataProperty$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-resource-definition-local-volume-resource-data-property-builderclj

(cfn-resource-definition-local-volume-resource-data-property-builder id config)

Creates a CfnResourceDefinition$LocalVolumeResourceDataProperty$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  `CfnResourceDefinition$LocalVolumeResourceDataProperty$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-resource-definition-props-builderclj

(cfn-resource-definition-props-builder id config)

Creates a CfnResourceDefinitionProps$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  `CfnResourceDefinitionProps$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-resource-definition-resource-data-container-property-builderclj

(cfn-resource-definition-resource-data-container-property-builder id config)

Creates a CfnResourceDefinition$ResourceDataContainerProperty$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  `CfnResourceDefinition$ResourceDataContainerProperty$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-resource-definition-resource-definition-version-property-builderclj

(cfn-resource-definition-resource-definition-version-property-builder id config)

Creates a CfnResourceDefinition$ResourceDefinitionVersionProperty$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  `CfnResourceDefinition$ResourceDefinitionVersionProperty$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-resource-definition-resource-download-owner-setting-property-builderclj

(cfn-resource-definition-resource-download-owner-setting-property-builder
  id
  config)

Creates a CfnResourceDefinition$ResourceDownloadOwnerSettingProperty$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  `CfnResourceDefinition$ResourceDownloadOwnerSettingProperty$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-resource-definition-resource-instance-property-builderclj

(cfn-resource-definition-resource-instance-property-builder id config)

Creates a CfnResourceDefinition$ResourceInstanceProperty$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  `CfnResourceDefinition$ResourceInstanceProperty$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-resource-definition-s3-machine-learning-model-resource-data-property-builderclj

(cfn-resource-definition-s3-machine-learning-model-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinition$S3MachineLearningModelResourceDataProperty$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  `CfnResourceDefinition$S3MachineLearningModelResourceDataProperty$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-resource-definition-sage-maker-machine-learning-model-resource-data-property-builderclj

(cfn-resource-definition-sage-maker-machine-learning-model-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty$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  `CfnResourceDefinition$SageMakerMachineLearningModelResourceDataProperty$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-resource-definition-secrets-manager-secret-resource-data-property-builderclj

(cfn-resource-definition-secrets-manager-secret-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinition$SecretsManagerSecretResourceDataProperty$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  `CfnResourceDefinition$SecretsManagerSecretResourceDataProperty$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-resource-definition-version-builderclj

(cfn-resource-definition-version-builder scope id config)

Creates a CfnResourceDefinitionVersion$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  `CfnResourceDefinitionVersion$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-resource-definition-version-group-owner-setting-property-builderclj

(cfn-resource-definition-version-group-owner-setting-property-builder id config)

Creates a CfnResourceDefinitionVersion$GroupOwnerSettingProperty$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  `CfnResourceDefinitionVersion$GroupOwnerSettingProperty$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-resource-definition-version-local-device-resource-data-property-builderclj

(cfn-resource-definition-version-local-device-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty$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  `CfnResourceDefinitionVersion$LocalDeviceResourceDataProperty$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-resource-definition-version-local-volume-resource-data-property-builderclj

(cfn-resource-definition-version-local-volume-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty$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  `CfnResourceDefinitionVersion$LocalVolumeResourceDataProperty$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-resource-definition-version-props-builderclj

(cfn-resource-definition-version-props-builder id config)

Creates a CfnResourceDefinitionVersionProps$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  `CfnResourceDefinitionVersionProps$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-resource-definition-version-resource-data-container-property-builderclj

(cfn-resource-definition-version-resource-data-container-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$ResourceDataContainerProperty$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  `CfnResourceDefinitionVersion$ResourceDataContainerProperty$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-resource-definition-version-resource-download-owner-setting-property-builderclj

(cfn-resource-definition-version-resource-download-owner-setting-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty$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  `CfnResourceDefinitionVersion$ResourceDownloadOwnerSettingProperty$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-resource-definition-version-resource-instance-property-builderclj

(cfn-resource-definition-version-resource-instance-property-builder id config)

Creates a CfnResourceDefinitionVersion$ResourceInstanceProperty$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  `CfnResourceDefinitionVersion$ResourceInstanceProperty$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-resource-definition-version-s3-machine-learning-model-resource-data-property-builderclj

(cfn-resource-definition-version-s3-machine-learning-model-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$S3MachineLearningModelResourceDataProperty$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  `CfnResourceDefinitionVersion$S3MachineLearningModelResourceDataProperty$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-resource-definition-version-sage-maker-machine-learning-model-resource-data-property-builderclj

(cfn-resource-definition-version-sage-maker-machine-learning-model-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$SageMakerMachineLearningModelResourceDataProperty$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  `CfnResourceDefinitionVersion$SageMakerMachineLearningModelResourceDataProperty$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-resource-definition-version-secrets-manager-secret-resource-data-property-builderclj

(cfn-resource-definition-version-secrets-manager-secret-resource-data-property-builder
  id
  config)

Creates a CfnResourceDefinitionVersion$SecretsManagerSecretResourceDataProperty$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  `CfnResourceDefinitionVersion$SecretsManagerSecretResourceDataProperty$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-subscription-definition-builderclj

(cfn-subscription-definition-builder scope id config)

Creates a CfnSubscriptionDefinition$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  `CfnSubscriptionDefinition$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-subscription-definition-props-builderclj

(cfn-subscription-definition-props-builder id config)

Creates a CfnSubscriptionDefinitionProps$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  `CfnSubscriptionDefinitionProps$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-subscription-definition-subscription-definition-version-property-builderclj

(cfn-subscription-definition-subscription-definition-version-property-builder
  id
  config)

Creates a CfnSubscriptionDefinition$SubscriptionDefinitionVersionProperty$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  `CfnSubscriptionDefinition$SubscriptionDefinitionVersionProperty$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-subscription-definition-subscription-property-builderclj

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

Creates a CfnSubscriptionDefinition$SubscriptionProperty$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  `CfnSubscriptionDefinition$SubscriptionProperty$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-subscription-definition-version-builderclj

(cfn-subscription-definition-version-builder scope id config)

Creates a CfnSubscriptionDefinitionVersion$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  `CfnSubscriptionDefinitionVersion$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-subscription-definition-version-props-builderclj

(cfn-subscription-definition-version-props-builder id config)

Creates a CfnSubscriptionDefinitionVersionProps$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  `CfnSubscriptionDefinitionVersionProps$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-subscription-definition-version-subscription-property-builderclj

(cfn-subscription-definition-version-subscription-property-builder id config)

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