Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.iot1click package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.iot1click package.
(build-cfn-device-builder builder id config)
The build-cfn-device-builder function updates a CfnDevice$Builder instance using the provided configuration. The function takes the CfnDevice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
deviceId | java.lang.String | cdk.support/lookup-entry | :device-id |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-device-builder function updates a CfnDevice$Builder instance using the provided configuration. The function takes the CfnDevice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `deviceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-id` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-device-props-builder builder id config)
The build-cfn-device-props-builder function updates a CfnDeviceProps$Builder instance using the provided configuration. The function takes the CfnDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
deviceId | java.lang.String | cdk.support/lookup-entry | :device-id |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-device-props-builder function updates a CfnDeviceProps$Builder instance using the provided configuration. The function takes the CfnDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `deviceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-id` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-placement-builder builder id config)
The build-cfn-placement-builder function updates a CfnPlacement$Builder instance using the provided configuration. The function takes the CfnPlacement$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
associatedDevices | java.lang.Object | cdk.support/lookup-entry | :associated-devices |
attributes | java.lang.Object | cdk.support/lookup-entry | :attributes |
placementName | java.lang.String | cdk.support/lookup-entry | :placement-name |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
The build-cfn-placement-builder function updates a CfnPlacement$Builder instance using the provided configuration. The function takes the CfnPlacement$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `associatedDevices` | java.lang.Object | [[cdk.support/lookup-entry]] | `:associated-devices` | | `attributes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:attributes` | | `placementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-name` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
(build-cfn-placement-props-builder builder id config)
The build-cfn-placement-props-builder function updates a CfnPlacementProps$Builder instance using the provided configuration. The function takes the CfnPlacementProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
associatedDevices | java.lang.Object | cdk.support/lookup-entry | :associated-devices |
attributes | java.lang.Object | cdk.support/lookup-entry | :attributes |
placementName | java.lang.String | cdk.support/lookup-entry | :placement-name |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
The build-cfn-placement-props-builder function updates a CfnPlacementProps$Builder instance using the provided configuration. The function takes the CfnPlacementProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `associatedDevices` | java.lang.Object | [[cdk.support/lookup-entry]] | `:associated-devices` | | `attributes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:attributes` | | `placementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-name` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
(build-cfn-project-builder builder id config)
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
placementTemplate | software.amazon.awscdk.services.iot1click.CfnProject$PlacementTemplateProperty | cdk.support/lookup-entry | :placement-template |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `placementTemplate` | software.amazon.awscdk.services.iot1click.CfnProject$PlacementTemplateProperty | [[cdk.support/lookup-entry]] | `:placement-template` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
(build-cfn-project-device-template-property-builder builder id config)
The build-cfn-project-device-template-property-builder function updates a CfnProject$DeviceTemplateProperty$Builder instance using the provided configuration. The function takes the CfnProject$DeviceTemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
callbackOverrides | java.lang.Object | cdk.support/lookup-entry | :callback-overrides |
deviceType | java.lang.String | cdk.support/lookup-entry | :device-type |
The build-cfn-project-device-template-property-builder function updates a CfnProject$DeviceTemplateProperty$Builder instance using the provided configuration. The function takes the CfnProject$DeviceTemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `callbackOverrides` | java.lang.Object | [[cdk.support/lookup-entry]] | `:callback-overrides` | | `deviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-type` |
(build-cfn-project-placement-template-property-builder builder id config)
The build-cfn-project-placement-template-property-builder function updates a CfnProject$PlacementTemplateProperty$Builder instance using the provided configuration. The function takes the CfnProject$PlacementTemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
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 |
---|---|---|---|
defaultAttributes | java.lang.Object | cdk.support/lookup-entry | :default-attributes |
deviceTemplates | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :device-templates |
The build-cfn-project-placement-template-property-builder function updates a CfnProject$PlacementTemplateProperty$Builder instance using the provided configuration. The function takes the CfnProject$PlacementTemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. 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 | |---|---|---|---| | `defaultAttributes` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-attributes` | | `deviceTemplates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:device-templates` |
(build-cfn-project-props-builder builder id config)
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
placementTemplate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :placement-template |
projectName | java.lang.String | cdk.support/lookup-entry | :project-name |
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `placementTemplate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-template` | | `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
(cfn-device-builder scope id config)
Creates a CfnDevice$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 `CfnDevice$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-device-props-builder id config)
Creates a CfnDeviceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDeviceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-placement-builder scope id config)
Creates a CfnPlacement$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 `CfnPlacement$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-placement-props-builder id config)
Creates a CfnPlacementProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnPlacementProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-builder scope id config)
Creates a CfnProject$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 `CfnProject$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-device-template-property-builder id config)
Creates a CfnProject$DeviceTemplateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$DeviceTemplateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-placement-template-property-builder id config)
Creates a CfnProject$PlacementTemplateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$PlacementTemplateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-props-builder id config)
Creates a CfnProjectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close