Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.iot

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

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

build-cfn-account-audit-configuration-audit-check-configuration-property-builderclj

(build-cfn-account-audit-configuration-audit-check-configuration-property-builder
  builder
  id
  config)

The build-cfn-account-audit-configuration-audit-check-configuration-property-builder function updates a CfnAccountAuditConfiguration$AuditCheckConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccountAuditConfiguration$AuditCheckConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
The build-cfn-account-audit-configuration-audit-check-configuration-property-builder function updates a CfnAccountAuditConfiguration$AuditCheckConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnAccountAuditConfiguration$AuditCheckConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-account-audit-configuration-audit-check-configurations-property-builderclj

(build-cfn-account-audit-configuration-audit-check-configurations-property-builder
  builder
  id
  config)

The build-cfn-account-audit-configuration-audit-check-configurations-property-builder function updates a CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authenticatedCognitoRoleOverlyPermissiveChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:authenticated-cognito-role-overly-permissive-check
caCertificateExpiringChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ca-certificate-expiring-check
caCertificateKeyQualityChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ca-certificate-key-quality-check
conflictingClientIdsChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:conflicting-client-ids-check
deviceCertificateExpiringChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:device-certificate-expiring-check
deviceCertificateKeyQualityChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:device-certificate-key-quality-check
deviceCertificateSharedChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:device-certificate-shared-check
intermediateCaRevokedForActiveDeviceCertificatesChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:intermediate-ca-revoked-for-active-device-certificates-check
ioTPolicyPotentialMisConfigurationChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:io-t-policy-potential-mis-configuration-check
iotPolicyOverlyPermissiveChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:iot-policy-overly-permissive-check
iotRoleAliasAllowsAccessToUnusedServicesChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iot-role-alias-allows-access-to-unused-services-check
iotRoleAliasOverlyPermissiveChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iot-role-alias-overly-permissive-check
loggingDisabledChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-disabled-check
revokedCaCertificateStillActiveChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:revoked-ca-certificate-still-active-check
revokedDeviceCertificateStillActiveChecksoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationPropertycdk.support/lookup-entry:revoked-device-certificate-still-active-check
unauthenticatedCognitoRoleOverlyPermissiveChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:unauthenticated-cognito-role-overly-permissive-check
The build-cfn-account-audit-configuration-audit-check-configurations-property-builder function updates a CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty$Builder instance using the provided configuration.
  The function takes the CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `authenticatedCognitoRoleOverlyPermissiveCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:authenticated-cognito-role-overly-permissive-check` |
| `caCertificateExpiringCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ca-certificate-expiring-check` |
| `caCertificateKeyQualityCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ca-certificate-key-quality-check` |
| `conflictingClientIdsCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:conflicting-client-ids-check` |
| `deviceCertificateExpiringCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:device-certificate-expiring-check` |
| `deviceCertificateKeyQualityCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:device-certificate-key-quality-check` |
| `deviceCertificateSharedCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:device-certificate-shared-check` |
| `intermediateCaRevokedForActiveDeviceCertificatesCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:intermediate-ca-revoked-for-active-device-certificates-check` |
| `ioTPolicyPotentialMisConfigurationCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:io-t-policy-potential-mis-configuration-check` |
| `iotPolicyOverlyPermissiveCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:iot-policy-overly-permissive-check` |
| `iotRoleAliasAllowsAccessToUnusedServicesCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iot-role-alias-allows-access-to-unused-services-check` |
| `iotRoleAliasOverlyPermissiveCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iot-role-alias-overly-permissive-check` |
| `loggingDisabledCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-disabled-check` |
| `revokedCaCertificateStillActiveCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:revoked-ca-certificate-still-active-check` |
| `revokedDeviceCertificateStillActiveCheck` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationProperty | [[cdk.support/lookup-entry]] | `:revoked-device-certificate-still-active-check` |
| `unauthenticatedCognitoRoleOverlyPermissiveCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:unauthenticated-cognito-role-overly-permissive-check` |
sourceraw docstring

build-cfn-account-audit-configuration-audit-notification-target-configurations-property-builderclj

(build-cfn-account-audit-configuration-audit-notification-target-configurations-property-builder
  builder
  id
  config)

The build-cfn-account-audit-configuration-audit-notification-target-configurations-property-builder function updates a CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty$Builder instance using the provided configuration. The function takes the CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
snssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sns
The build-cfn-account-audit-configuration-audit-notification-target-configurations-property-builder function updates a CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty$Builder instance using the provided configuration.
  The function takes the CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-account-audit-configuration-audit-notification-target-property-builderclj

(build-cfn-account-audit-configuration-audit-notification-target-property-builder
  builder
  id
  config)

The build-cfn-account-audit-configuration-audit-notification-target-property-builder function updates a CfnAccountAuditConfiguration$AuditNotificationTargetProperty$Builder instance using the provided configuration. The function takes the CfnAccountAuditConfiguration$AuditNotificationTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-account-audit-configuration-audit-notification-target-property-builder function updates a CfnAccountAuditConfiguration$AuditNotificationTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnAccountAuditConfiguration$AuditNotificationTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-account-audit-configuration-builderclj

(build-cfn-account-audit-configuration-builder builder id config)

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

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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
auditCheckConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:audit-check-configurations
auditNotificationTargetConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:audit-notification-target-configurations
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-account-audit-configuration-builder function updates a CfnAccountAuditConfiguration$Builder instance using the provided configuration.
  The function takes the CfnAccountAuditConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `auditCheckConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:audit-check-configurations` |
| `auditNotificationTargetConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:audit-notification-target-configurations` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-account-audit-configuration-props-builderclj

(build-cfn-account-audit-configuration-props-builder builder id config)

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

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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
auditCheckConfigurationssoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationsPropertycdk.support/lookup-entry:audit-check-configurations
auditNotificationTargetConfigurationssoftware.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsPropertycdk.support/lookup-entry:audit-notification-target-configurations
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-account-audit-configuration-props-builder function updates a CfnAccountAuditConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnAccountAuditConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `auditCheckConfigurations` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty | [[cdk.support/lookup-entry]] | `:audit-check-configurations` |
| `auditNotificationTargetConfigurations` | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty | [[cdk.support/lookup-entry]] | `:audit-notification-target-configurations` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-authorizer-builderclj

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

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

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
authorizerFunctionArnjava.lang.Stringcdk.support/lookup-entry:authorizer-function-arn
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
enableCachingForHttpsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-caching-for-http
signingDisabledjava.lang.Booleancdk.support/lookup-entry:signing-disabled
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
tokenKeyNamejava.lang.Stringcdk.support/lookup-entry:token-key-name
tokenSigningPublicKeysjava.util.Mapcdk.support/lookup-entry:token-signing-public-keys
The build-cfn-authorizer-builder function updates a CfnAuthorizer$Builder instance using the provided configuration.
  The function takes the CfnAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `authorizerFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-function-arn` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `enableCachingForHttp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-caching-for-http` |
| `signingDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:signing-disabled` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tokenKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-name` |
| `tokenSigningPublicKeys` | java.util.Map | [[cdk.support/lookup-entry]] | `:token-signing-public-keys` |
sourceraw docstring

build-cfn-authorizer-props-builderclj

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

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

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
authorizerFunctionArnjava.lang.Stringcdk.support/lookup-entry:authorizer-function-arn
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
enableCachingForHttpsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-caching-for-http
signingDisabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:signing-disabled
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
tokenKeyNamejava.lang.Stringcdk.support/lookup-entry:token-key-name
tokenSigningPublicKeysjava.util.Mapcdk.support/lookup-entry:token-signing-public-keys
The build-cfn-authorizer-props-builder function updates a CfnAuthorizerProps$Builder instance using the provided configuration.
  The function takes the CfnAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `authorizerFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-function-arn` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `enableCachingForHttp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-caching-for-http` |
| `signingDisabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:signing-disabled` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tokenKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-key-name` |
| `tokenSigningPublicKeys` | java.util.Map | [[cdk.support/lookup-entry]] | `:token-signing-public-keys` |
sourceraw docstring

build-cfn-billing-group-billing-group-properties-property-builderclj

(build-cfn-billing-group-billing-group-properties-property-builder builder
                                                                   id
                                                                   config)

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

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
billingGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:billing-group-description
The build-cfn-billing-group-billing-group-properties-property-builder function updates a CfnBillingGroup$BillingGroupPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnBillingGroup$BillingGroupPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `billingGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-group-description` |
sourceraw docstring

build-cfn-billing-group-builderclj

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

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

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
billingGroupNamejava.lang.Stringcdk.support/lookup-entry:billing-group-name
billingGroupPropertiessoftware.amazon.awscdk.services.iot.CfnBillingGroup$BillingGroupPropertiesPropertycdk.support/lookup-entry:billing-group-properties
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-billing-group-builder function updates a CfnBillingGroup$Builder instance using the provided configuration.
  The function takes the CfnBillingGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `billingGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-group-name` |
| `billingGroupProperties` | software.amazon.awscdk.services.iot.CfnBillingGroup$BillingGroupPropertiesProperty | [[cdk.support/lookup-entry]] | `:billing-group-properties` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-billing-group-props-builderclj

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

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

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
billingGroupNamejava.lang.Stringcdk.support/lookup-entry:billing-group-name
billingGroupPropertiessoftware.amazon.awscdk.services.iot.CfnBillingGroup$BillingGroupPropertiesPropertycdk.support/lookup-entry:billing-group-properties
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-billing-group-props-builder function updates a CfnBillingGroupProps$Builder instance using the provided configuration.
  The function takes the CfnBillingGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `billingGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:billing-group-name` |
| `billingGroupProperties` | software.amazon.awscdk.services.iot.CfnBillingGroup$BillingGroupPropertiesProperty | [[cdk.support/lookup-entry]] | `:billing-group-properties` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-ca-certificate-builderclj

(build-cfn-ca-certificate-builder builder id config)

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

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
autoRegistrationStatusjava.lang.Stringcdk.support/lookup-entry:auto-registration-status
caCertificatePemjava.lang.Stringcdk.support/lookup-entry:ca-certificate-pem
certificateModejava.lang.Stringcdk.support/lookup-entry:certificate-mode
registrationConfigsoftware.amazon.awscdk.services.iot.CfnCACertificate$RegistrationConfigPropertycdk.support/lookup-entry:registration-config
removeAutoRegistrationjava.lang.Booleancdk.support/lookup-entry:remove-auto-registration
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
verificationCertificatePemjava.lang.Stringcdk.support/lookup-entry:verification-certificate-pem
The build-cfn-ca-certificate-builder function updates a CfnCACertificate$Builder instance using the provided configuration.
  The function takes the CfnCACertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoRegistrationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-registration-status` |
| `caCertificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-pem` |
| `certificateMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-mode` |
| `registrationConfig` | software.amazon.awscdk.services.iot.CfnCACertificate$RegistrationConfigProperty | [[cdk.support/lookup-entry]] | `:registration-config` |
| `removeAutoRegistration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-auto-registration` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `verificationCertificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:verification-certificate-pem` |
sourceraw docstring

build-cfn-ca-certificate-props-builderclj

(build-cfn-ca-certificate-props-builder builder id config)

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

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
autoRegistrationStatusjava.lang.Stringcdk.support/lookup-entry:auto-registration-status
caCertificatePemjava.lang.Stringcdk.support/lookup-entry:ca-certificate-pem
certificateModejava.lang.Stringcdk.support/lookup-entry:certificate-mode
registrationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:registration-config
removeAutoRegistrationjava.lang.Booleancdk.support/lookup-entry:remove-auto-registration
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
verificationCertificatePemjava.lang.Stringcdk.support/lookup-entry:verification-certificate-pem
The build-cfn-ca-certificate-props-builder function updates a CfnCACertificateProps$Builder instance using the provided configuration.
  The function takes the CfnCACertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoRegistrationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-registration-status` |
| `caCertificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-pem` |
| `certificateMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-mode` |
| `registrationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:registration-config` |
| `removeAutoRegistration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-auto-registration` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `verificationCertificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:verification-certificate-pem` |
sourceraw docstring

build-cfn-ca-certificate-registration-config-property-builderclj

(build-cfn-ca-certificate-registration-config-property-builder builder
                                                               id
                                                               config)

The build-cfn-ca-certificate-registration-config-property-builder function updates a CfnCACertificate$RegistrationConfigProperty$Builder instance using the provided configuration. The function takes the CfnCACertificate$RegistrationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
templateBodyjava.lang.Stringcdk.support/lookup-entry:template-body
templateNamejava.lang.Stringcdk.support/lookup-entry:template-name
The build-cfn-ca-certificate-registration-config-property-builder function updates a CfnCACertificate$RegistrationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCACertificate$RegistrationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` |
| `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
sourceraw docstring

build-cfn-certificate-builderclj

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

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

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
caCertificatePemjava.lang.Stringcdk.support/lookup-entry:ca-certificate-pem
certificateModejava.lang.Stringcdk.support/lookup-entry:certificate-mode
certificatePemjava.lang.Stringcdk.support/lookup-entry:certificate-pem
certificateSigningRequestjava.lang.Stringcdk.support/lookup-entry:certificate-signing-request
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration.
  The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `caCertificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-pem` |
| `certificateMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-mode` |
| `certificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-pem` |
| `certificateSigningRequest` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-signing-request` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-certificate-props-builderclj

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

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

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
caCertificatePemjava.lang.Stringcdk.support/lookup-entry:ca-certificate-pem
certificateModejava.lang.Stringcdk.support/lookup-entry:certificate-mode
certificatePemjava.lang.Stringcdk.support/lookup-entry:certificate-pem
certificateSigningRequestjava.lang.Stringcdk.support/lookup-entry:certificate-signing-request
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `caCertificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-pem` |
| `certificateMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-mode` |
| `certificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-pem` |
| `certificateSigningRequest` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-signing-request` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-certificate-provider-builderclj

(build-cfn-certificate-provider-builder builder id config)

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

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
accountDefaultForOperationsjava.util.Listcdk.support/lookup-entry:account-default-for-operations
certificateProviderNamejava.lang.Stringcdk.support/lookup-entry:certificate-provider-name
lambdaFunctionArnjava.lang.Stringcdk.support/lookup-entry:lambda-function-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-certificate-provider-builder function updates a CfnCertificateProvider$Builder instance using the provided configuration.
  The function takes the CfnCertificateProvider$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountDefaultForOperations` | java.util.List | [[cdk.support/lookup-entry]] | `:account-default-for-operations` |
| `certificateProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-provider-name` |
| `lambdaFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-certificate-provider-props-builderclj

(build-cfn-certificate-provider-props-builder builder id config)

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

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
accountDefaultForOperationsjava.util.Listcdk.support/lookup-entry:account-default-for-operations
certificateProviderNamejava.lang.Stringcdk.support/lookup-entry:certificate-provider-name
lambdaFunctionArnjava.lang.Stringcdk.support/lookup-entry:lambda-function-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-certificate-provider-props-builder function updates a CfnCertificateProviderProps$Builder instance using the provided configuration.
  The function takes the CfnCertificateProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountDefaultForOperations` | java.util.List | [[cdk.support/lookup-entry]] | `:account-default-for-operations` |
| `certificateProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-provider-name` |
| `lambdaFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-custom-metric-builderclj

(build-cfn-custom-metric-builder builder id config)

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

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
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
metricTypejava.lang.Stringcdk.support/lookup-entry:metric-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-custom-metric-builder function updates a CfnCustomMetric$Builder instance using the provided configuration.
  The function takes the CfnCustomMetric$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `metricType` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-custom-metric-props-builderclj

(build-cfn-custom-metric-props-builder builder id config)

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

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
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
metricTypejava.lang.Stringcdk.support/lookup-entry:metric-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-custom-metric-props-builder function updates a CfnCustomMetricProps$Builder instance using the provided configuration.
  The function takes the CfnCustomMetricProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `metricType` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-dimension-builderclj

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

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

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

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

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

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

build-cfn-dimension-props-builderclj

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

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

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

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

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

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

build-cfn-domain-configuration-authorizer-config-property-builderclj

(build-cfn-domain-configuration-authorizer-config-property-builder builder
                                                                   id
                                                                   config)

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

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
allowAuthorizerOverridejava.lang.Booleancdk.support/lookup-entry:allow-authorizer-override
defaultAuthorizerNamejava.lang.Stringcdk.support/lookup-entry:default-authorizer-name
The build-cfn-domain-configuration-authorizer-config-property-builder function updates a CfnDomainConfiguration$AuthorizerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomainConfiguration$AuthorizerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `allowAuthorizerOverride` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-authorizer-override` |
| `defaultAuthorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authorizer-name` |
sourceraw docstring

build-cfn-domain-configuration-builderclj

(build-cfn-domain-configuration-builder builder id config)

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

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
authorizerConfigsoftware.amazon.awscdk.services.iot.CfnDomainConfiguration$AuthorizerConfigPropertycdk.support/lookup-entry:authorizer-config
domainConfigurationNamejava.lang.Stringcdk.support/lookup-entry:domain-configuration-name
domainConfigurationStatusjava.lang.Stringcdk.support/lookup-entry:domain-configuration-status
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
serverCertificateArnsjava.util.Listcdk.support/lookup-entry:server-certificate-arns
serverCertificateConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:server-certificate-config
serviceTypejava.lang.Stringcdk.support/lookup-entry:service-type
tagsjava.util.Listcdk.support/lookup-entry:tags
tlsConfigsoftware.amazon.awscdk.services.iot.CfnDomainConfiguration$TlsConfigPropertycdk.support/lookup-entry:tls-config
validationCertificateArnjava.lang.Stringcdk.support/lookup-entry:validation-certificate-arn
The build-cfn-domain-configuration-builder function updates a CfnDomainConfiguration$Builder instance using the provided configuration.
  The function takes the CfnDomainConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `authorizerConfig` | software.amazon.awscdk.services.iot.CfnDomainConfiguration$AuthorizerConfigProperty | [[cdk.support/lookup-entry]] | `:authorizer-config` |
| `domainConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-configuration-name` |
| `domainConfigurationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-configuration-status` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `serverCertificateArns` | java.util.List | [[cdk.support/lookup-entry]] | `:server-certificate-arns` |
| `serverCertificateConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:server-certificate-config` |
| `serviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tlsConfig` | software.amazon.awscdk.services.iot.CfnDomainConfiguration$TlsConfigProperty | [[cdk.support/lookup-entry]] | `:tls-config` |
| `validationCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-certificate-arn` |
sourceraw docstring

build-cfn-domain-configuration-props-builderclj

(build-cfn-domain-configuration-props-builder builder id config)

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

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
authorizerConfigsoftware.amazon.awscdk.services.iot.CfnDomainConfiguration$AuthorizerConfigPropertycdk.support/lookup-entry:authorizer-config
domainConfigurationNamejava.lang.Stringcdk.support/lookup-entry:domain-configuration-name
domainConfigurationStatusjava.lang.Stringcdk.support/lookup-entry:domain-configuration-status
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
serverCertificateArnsjava.util.Listcdk.support/lookup-entry:server-certificate-arns
serverCertificateConfigsoftware.amazon.awscdk.services.iot.CfnDomainConfiguration$ServerCertificateConfigPropertycdk.support/lookup-entry:server-certificate-config
serviceTypejava.lang.Stringcdk.support/lookup-entry:service-type
tagsjava.util.Listcdk.support/lookup-entry:tags
tlsConfigsoftware.amazon.awscdk.services.iot.CfnDomainConfiguration$TlsConfigPropertycdk.support/lookup-entry:tls-config
validationCertificateArnjava.lang.Stringcdk.support/lookup-entry:validation-certificate-arn
The build-cfn-domain-configuration-props-builder function updates a CfnDomainConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnDomainConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `authorizerConfig` | software.amazon.awscdk.services.iot.CfnDomainConfiguration$AuthorizerConfigProperty | [[cdk.support/lookup-entry]] | `:authorizer-config` |
| `domainConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-configuration-name` |
| `domainConfigurationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-configuration-status` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `serverCertificateArns` | java.util.List | [[cdk.support/lookup-entry]] | `:server-certificate-arns` |
| `serverCertificateConfig` | software.amazon.awscdk.services.iot.CfnDomainConfiguration$ServerCertificateConfigProperty | [[cdk.support/lookup-entry]] | `:server-certificate-config` |
| `serviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tlsConfig` | software.amazon.awscdk.services.iot.CfnDomainConfiguration$TlsConfigProperty | [[cdk.support/lookup-entry]] | `:tls-config` |
| `validationCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-certificate-arn` |
sourceraw docstring

build-cfn-domain-configuration-server-certificate-config-property-builderclj

(build-cfn-domain-configuration-server-certificate-config-property-builder
  builder
  id
  config)

The build-cfn-domain-configuration-server-certificate-config-property-builder function updates a CfnDomainConfiguration$ServerCertificateConfigProperty$Builder instance using the provided configuration. The function takes the CfnDomainConfiguration$ServerCertificateConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
enableOcspChecksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-ocsp-check
The build-cfn-domain-configuration-server-certificate-config-property-builder function updates a CfnDomainConfiguration$ServerCertificateConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomainConfiguration$ServerCertificateConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-domain-configuration-server-certificate-summary-property-builderclj

(build-cfn-domain-configuration-server-certificate-summary-property-builder
  builder
  id
  config)

The build-cfn-domain-configuration-server-certificate-summary-property-builder function updates a CfnDomainConfiguration$ServerCertificateSummaryProperty$Builder instance using the provided configuration. The function takes the CfnDomainConfiguration$ServerCertificateSummaryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
serverCertificateArnjava.lang.Stringcdk.support/lookup-entry:server-certificate-arn
serverCertificateStatusjava.lang.Stringcdk.support/lookup-entry:server-certificate-status
serverCertificateStatusDetailjava.lang.Stringcdk.support/lookup-entry:server-certificate-status-detail
The build-cfn-domain-configuration-server-certificate-summary-property-builder function updates a CfnDomainConfiguration$ServerCertificateSummaryProperty$Builder instance using the provided configuration.
  The function takes the CfnDomainConfiguration$ServerCertificateSummaryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `serverCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-arn` |
| `serverCertificateStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-status` |
| `serverCertificateStatusDetail` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-status-detail` |
sourceraw docstring

build-cfn-domain-configuration-tls-config-property-builderclj

(build-cfn-domain-configuration-tls-config-property-builder builder id config)

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

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
securityPolicyjava.lang.Stringcdk.support/lookup-entry:security-policy
The build-cfn-domain-configuration-tls-config-property-builder function updates a CfnDomainConfiguration$TlsConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomainConfiguration$TlsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `securityPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy` |
sourceraw docstring

build-cfn-fleet-metric-aggregation-type-property-builderclj

(build-cfn-fleet-metric-aggregation-type-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-fleet-metric-aggregation-type-property-builder function updates a CfnFleetMetric$AggregationTypeProperty$Builder instance using the provided configuration.
  The function takes the CfnFleetMetric$AggregationTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-fleet-metric-builderclj

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

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

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
aggregationFieldjava.lang.Stringcdk.support/lookup-entry:aggregation-field
aggregationTypesoftware.amazon.awscdk.services.iot.CfnFleetMetric$AggregationTypePropertycdk.support/lookup-entry:aggregation-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
indexNamejava.lang.Stringcdk.support/lookup-entry:index-name
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
periodjava.lang.Numbercdk.support/lookup-entry:period
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
queryVersionjava.lang.Stringcdk.support/lookup-entry:query-version
tagsjava.util.Listcdk.support/lookup-entry:tags
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-fleet-metric-builder function updates a CfnFleetMetric$Builder instance using the provided configuration.
  The function takes the CfnFleetMetric$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `aggregationField` | java.lang.String | [[cdk.support/lookup-entry]] | `:aggregation-field` |
| `aggregationType` | software.amazon.awscdk.services.iot.CfnFleetMetric$AggregationTypeProperty | [[cdk.support/lookup-entry]] | `:aggregation-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `indexName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-name` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `queryVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-version` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-fleet-metric-props-builderclj

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

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

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
aggregationFieldjava.lang.Stringcdk.support/lookup-entry:aggregation-field
aggregationTypesoftware.amazon.awscdk.services.iot.CfnFleetMetric$AggregationTypePropertycdk.support/lookup-entry:aggregation-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
indexNamejava.lang.Stringcdk.support/lookup-entry:index-name
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
periodjava.lang.Numbercdk.support/lookup-entry:period
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
queryVersionjava.lang.Stringcdk.support/lookup-entry:query-version
tagsjava.util.Listcdk.support/lookup-entry:tags
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-fleet-metric-props-builder function updates a CfnFleetMetricProps$Builder instance using the provided configuration.
  The function takes the CfnFleetMetricProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `aggregationField` | java.lang.String | [[cdk.support/lookup-entry]] | `:aggregation-field` |
| `aggregationType` | software.amazon.awscdk.services.iot.CfnFleetMetric$AggregationTypeProperty | [[cdk.support/lookup-entry]] | `:aggregation-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `indexName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-name` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `queryVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-version` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-job-template-abort-config-property-builderclj

(build-cfn-job-template-abort-config-property-builder builder id config)

The build-cfn-job-template-abort-config-property-builder function updates a CfnJobTemplate$AbortConfigProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$AbortConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
criteriaListjava.util.Listcdk.support/lookup-entry:criteria-list
The build-cfn-job-template-abort-config-property-builder function updates a CfnJobTemplate$AbortConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$AbortConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-job-template-abort-criteria-property-builderclj

(build-cfn-job-template-abort-criteria-property-builder builder id config)

The build-cfn-job-template-abort-criteria-property-builder function updates a CfnJobTemplate$AbortCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$AbortCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
failureTypejava.lang.Stringcdk.support/lookup-entry:failure-type
minNumberOfExecutedThingsjava.lang.Numbercdk.support/lookup-entry:min-number-of-executed-things
thresholdPercentagejava.lang.Numbercdk.support/lookup-entry:threshold-percentage
The build-cfn-job-template-abort-criteria-property-builder function updates a CfnJobTemplate$AbortCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$AbortCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `failureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-type` |
| `minNumberOfExecutedThings` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-number-of-executed-things` |
| `thresholdPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold-percentage` |
sourceraw docstring

build-cfn-job-template-builderclj

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

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

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
abortConfigjava.lang.Objectcdk.support/lookup-entry:abort-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
destinationPackageVersionsjava.util.Listcdk.support/lookup-entry:destination-package-versions
documentjava.lang.Stringcdk.support/lookup-entry:document
documentSourcejava.lang.Stringcdk.support/lookup-entry:document-source
jobArnjava.lang.Stringcdk.support/lookup-entry:job-arn
jobExecutionsRetryConfigsoftware.amazon.awscdk.services.iot.CfnJobTemplate$JobExecutionsRetryConfigPropertycdk.support/lookup-entry:job-executions-retry-config
jobExecutionsRolloutConfigjava.lang.Objectcdk.support/lookup-entry:job-executions-rollout-config
jobTemplateIdjava.lang.Stringcdk.support/lookup-entry:job-template-id
maintenanceWindowsjava.util.Listcdk.support/lookup-entry:maintenance-windows
presignedUrlConfigjava.lang.Objectcdk.support/lookup-entry:presigned-url-config
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutConfigjava.lang.Objectcdk.support/lookup-entry:timeout-config
The build-cfn-job-template-builder function updates a CfnJobTemplate$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `abortConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:abort-config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `destinationPackageVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-package-versions` |
| `document` | java.lang.String | [[cdk.support/lookup-entry]] | `:document` |
| `documentSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-source` |
| `jobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-arn` |
| `jobExecutionsRetryConfig` | software.amazon.awscdk.services.iot.CfnJobTemplate$JobExecutionsRetryConfigProperty | [[cdk.support/lookup-entry]] | `:job-executions-retry-config` |
| `jobExecutionsRolloutConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:job-executions-rollout-config` |
| `jobTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-template-id` |
| `maintenanceWindows` | java.util.List | [[cdk.support/lookup-entry]] | `:maintenance-windows` |
| `presignedUrlConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:presigned-url-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeoutConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:timeout-config` |
sourceraw docstring

build-cfn-job-template-exponential-rollout-rate-property-builderclj

(build-cfn-job-template-exponential-rollout-rate-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-job-template-exponential-rollout-rate-property-builder function updates a CfnJobTemplate$ExponentialRolloutRateProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$ExponentialRolloutRateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
baseRatePerMinutejava.lang.Numbercdk.support/lookup-entry:base-rate-per-minute
incrementFactorjava.lang.Numbercdk.support/lookup-entry:increment-factor
rateIncreaseCriteriasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rate-increase-criteria
The build-cfn-job-template-exponential-rollout-rate-property-builder function updates a CfnJobTemplate$ExponentialRolloutRateProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$ExponentialRolloutRateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `baseRatePerMinute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base-rate-per-minute` |
| `incrementFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:increment-factor` |
| `rateIncreaseCriteria` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rate-increase-criteria` |
sourceraw docstring

build-cfn-job-template-job-executions-retry-config-property-builderclj

(build-cfn-job-template-job-executions-retry-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-job-template-job-executions-retry-config-property-builder function updates a CfnJobTemplate$JobExecutionsRetryConfigProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$JobExecutionsRetryConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
retryCriteriaListsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retry-criteria-list
The build-cfn-job-template-job-executions-retry-config-property-builder function updates a CfnJobTemplate$JobExecutionsRetryConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$JobExecutionsRetryConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-job-template-job-executions-rollout-config-property-builderclj

(build-cfn-job-template-job-executions-rollout-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-job-template-job-executions-rollout-config-property-builder function updates a CfnJobTemplate$JobExecutionsRolloutConfigProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$JobExecutionsRolloutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
exponentialRolloutRatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exponential-rollout-rate
maximumPerMinutejava.lang.Numbercdk.support/lookup-entry:maximum-per-minute
The build-cfn-job-template-job-executions-rollout-config-property-builder function updates a CfnJobTemplate$JobExecutionsRolloutConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$JobExecutionsRolloutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `exponentialRolloutRate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exponential-rollout-rate` |
| `maximumPerMinute` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-per-minute` |
sourceraw docstring

build-cfn-job-template-maintenance-window-property-builderclj

(build-cfn-job-template-maintenance-window-property-builder builder id config)

The build-cfn-job-template-maintenance-window-property-builder function updates a CfnJobTemplate$MaintenanceWindowProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$MaintenanceWindowProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
durationInMinutesjava.lang.Numbercdk.support/lookup-entry:duration-in-minutes
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
The build-cfn-job-template-maintenance-window-property-builder function updates a CfnJobTemplate$MaintenanceWindowProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$MaintenanceWindowProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `durationInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-in-minutes` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-job-template-presigned-url-config-property-builderclj

(build-cfn-job-template-presigned-url-config-property-builder builder id config)

The build-cfn-job-template-presigned-url-config-property-builder function updates a CfnJobTemplate$PresignedUrlConfigProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$PresignedUrlConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
expiresInSecjava.lang.Numbercdk.support/lookup-entry:expires-in-sec
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-job-template-presigned-url-config-property-builder function updates a CfnJobTemplate$PresignedUrlConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$PresignedUrlConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `expiresInSec` | java.lang.Number | [[cdk.support/lookup-entry]] | `:expires-in-sec` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-job-template-props-builderclj

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

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

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
abortConfigjava.lang.Objectcdk.support/lookup-entry:abort-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
destinationPackageVersionsjava.util.Listcdk.support/lookup-entry:destination-package-versions
documentjava.lang.Stringcdk.support/lookup-entry:document
documentSourcejava.lang.Stringcdk.support/lookup-entry:document-source
jobArnjava.lang.Stringcdk.support/lookup-entry:job-arn
jobExecutionsRetryConfigsoftware.amazon.awscdk.services.iot.CfnJobTemplate$JobExecutionsRetryConfigPropertycdk.support/lookup-entry:job-executions-retry-config
jobExecutionsRolloutConfigjava.lang.Objectcdk.support/lookup-entry:job-executions-rollout-config
jobTemplateIdjava.lang.Stringcdk.support/lookup-entry:job-template-id
maintenanceWindowssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:maintenance-windows
presignedUrlConfigjava.lang.Objectcdk.support/lookup-entry:presigned-url-config
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutConfigjava.lang.Objectcdk.support/lookup-entry:timeout-config
The build-cfn-job-template-props-builder function updates a CfnJobTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnJobTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `abortConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:abort-config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `destinationPackageVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-package-versions` |
| `document` | java.lang.String | [[cdk.support/lookup-entry]] | `:document` |
| `documentSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-source` |
| `jobArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-arn` |
| `jobExecutionsRetryConfig` | software.amazon.awscdk.services.iot.CfnJobTemplate$JobExecutionsRetryConfigProperty | [[cdk.support/lookup-entry]] | `:job-executions-retry-config` |
| `jobExecutionsRolloutConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:job-executions-rollout-config` |
| `jobTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-template-id` |
| `maintenanceWindows` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-windows` |
| `presignedUrlConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:presigned-url-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeoutConfig` | java.lang.Object | [[cdk.support/lookup-entry]] | `:timeout-config` |
sourceraw docstring

build-cfn-job-template-rate-increase-criteria-property-builderclj

(build-cfn-job-template-rate-increase-criteria-property-builder builder
                                                                id
                                                                config)

The build-cfn-job-template-rate-increase-criteria-property-builder function updates a CfnJobTemplate$RateIncreaseCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$RateIncreaseCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
numberOfNotifiedThingsjava.lang.Numbercdk.support/lookup-entry:number-of-notified-things
numberOfSucceededThingsjava.lang.Numbercdk.support/lookup-entry:number-of-succeeded-things
The build-cfn-job-template-rate-increase-criteria-property-builder function updates a CfnJobTemplate$RateIncreaseCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$RateIncreaseCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `numberOfNotifiedThings` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-notified-things` |
| `numberOfSucceededThings` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-succeeded-things` |
sourceraw docstring

build-cfn-job-template-retry-criteria-property-builderclj

(build-cfn-job-template-retry-criteria-property-builder builder id config)

The build-cfn-job-template-retry-criteria-property-builder function updates a CfnJobTemplate$RetryCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$RetryCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
failureTypejava.lang.Stringcdk.support/lookup-entry:failure-type
numberOfRetriesjava.lang.Numbercdk.support/lookup-entry:number-of-retries
The build-cfn-job-template-retry-criteria-property-builder function updates a CfnJobTemplate$RetryCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$RetryCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `failureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:failure-type` |
| `numberOfRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-retries` |
sourceraw docstring

build-cfn-job-template-timeout-config-property-builderclj

(build-cfn-job-template-timeout-config-property-builder builder id config)

The build-cfn-job-template-timeout-config-property-builder function updates a CfnJobTemplate$TimeoutConfigProperty$Builder instance using the provided configuration. The function takes the CfnJobTemplate$TimeoutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
inProgressTimeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:in-progress-timeout-in-minutes
The build-cfn-job-template-timeout-config-property-builder function updates a CfnJobTemplate$TimeoutConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnJobTemplate$TimeoutConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `inProgressTimeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:in-progress-timeout-in-minutes` |
sourceraw docstring

build-cfn-logging-builderclj

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

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

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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
defaultLogLeveljava.lang.Stringcdk.support/lookup-entry:default-log-level
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-logging-builder function updates a CfnLogging$Builder instance using the provided configuration.
  The function takes the CfnLogging$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `defaultLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-log-level` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-logging-props-builderclj

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

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

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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
defaultLogLeveljava.lang.Stringcdk.support/lookup-entry:default-log-level
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-logging-props-builder function updates a CfnLoggingProps$Builder instance using the provided configuration.
  The function takes the CfnLoggingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `defaultLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-log-level` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-mitigation-action-action-params-property-builderclj

(build-cfn-mitigation-action-action-params-property-builder builder id config)

The build-cfn-mitigation-action-action-params-property-builder function updates a CfnMitigationAction$ActionParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$ActionParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addThingsToThingGroupParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:add-things-to-thing-group-params
enableIoTLoggingParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-io-t-logging-params
publishFindingToSnsParamssoftware.amazon.awscdk.services.iot.CfnMitigationAction$PublishFindingToSnsParamsPropertycdk.support/lookup-entry:publish-finding-to-sns-params
replaceDefaultPolicyVersionParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:replace-default-policy-version-params
updateCaCertificateParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:update-ca-certificate-params
updateDeviceCertificateParamssoftware.amazon.awscdk.services.iot.CfnMitigationAction$UpdateDeviceCertificateParamsPropertycdk.support/lookup-entry:update-device-certificate-params
The build-cfn-mitigation-action-action-params-property-builder function updates a CfnMitigationAction$ActionParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$ActionParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addThingsToThingGroupParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-things-to-thing-group-params` |
| `enableIoTLoggingParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-io-t-logging-params` |
| `publishFindingToSnsParams` | software.amazon.awscdk.services.iot.CfnMitigationAction$PublishFindingToSnsParamsProperty | [[cdk.support/lookup-entry]] | `:publish-finding-to-sns-params` |
| `replaceDefaultPolicyVersionParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replace-default-policy-version-params` |
| `updateCaCertificateParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:update-ca-certificate-params` |
| `updateDeviceCertificateParams` | software.amazon.awscdk.services.iot.CfnMitigationAction$UpdateDeviceCertificateParamsProperty | [[cdk.support/lookup-entry]] | `:update-device-certificate-params` |
sourceraw docstring

build-cfn-mitigation-action-add-things-to-thing-group-params-property-builderclj

(build-cfn-mitigation-action-add-things-to-thing-group-params-property-builder
  builder
  id
  config)

The build-cfn-mitigation-action-add-things-to-thing-group-params-property-builder function updates a CfnMitigationAction$AddThingsToThingGroupParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$AddThingsToThingGroupParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
overrideDynamicGroupsjava.lang.Booleancdk.support/lookup-entry:override-dynamic-groups
thingGroupNamesjava.util.Listcdk.support/lookup-entry:thing-group-names
The build-cfn-mitigation-action-add-things-to-thing-group-params-property-builder function updates a CfnMitigationAction$AddThingsToThingGroupParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$AddThingsToThingGroupParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `overrideDynamicGroups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:override-dynamic-groups` |
| `thingGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:thing-group-names` |
sourceraw docstring

build-cfn-mitigation-action-builderclj

(build-cfn-mitigation-action-builder builder id config)

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

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
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
actionParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action-params
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-mitigation-action-builder function updates a CfnMitigationAction$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` |
| `actionParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action-params` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-mitigation-action-enable-io-t-logging-params-property-builderclj

(build-cfn-mitigation-action-enable-io-t-logging-params-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-mitigation-action-enable-io-t-logging-params-property-builder function updates a CfnMitigationAction$EnableIoTLoggingParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$EnableIoTLoggingParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
roleArnForLoggingjava.lang.Stringcdk.support/lookup-entry:role-arn-for-logging
The build-cfn-mitigation-action-enable-io-t-logging-params-property-builder function updates a CfnMitigationAction$EnableIoTLoggingParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$EnableIoTLoggingParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
| `roleArnForLogging` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn-for-logging` |
sourceraw docstring

build-cfn-mitigation-action-props-builderclj

(build-cfn-mitigation-action-props-builder builder id config)

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

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
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
actionParamssoftware.amazon.awscdk.services.iot.CfnMitigationAction$ActionParamsPropertycdk.support/lookup-entry:action-params
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-mitigation-action-props-builder function updates a CfnMitigationActionProps$Builder instance using the provided configuration.
  The function takes the CfnMitigationActionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` |
| `actionParams` | software.amazon.awscdk.services.iot.CfnMitigationAction$ActionParamsProperty | [[cdk.support/lookup-entry]] | `:action-params` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-mitigation-action-publish-finding-to-sns-params-property-builderclj

(build-cfn-mitigation-action-publish-finding-to-sns-params-property-builder
  builder
  id
  config)

The build-cfn-mitigation-action-publish-finding-to-sns-params-property-builder function updates a CfnMitigationAction$PublishFindingToSnsParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$PublishFindingToSnsParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-mitigation-action-publish-finding-to-sns-params-property-builder function updates a CfnMitigationAction$PublishFindingToSnsParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$PublishFindingToSnsParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-mitigation-action-replace-default-policy-version-params-property-builderclj

(build-cfn-mitigation-action-replace-default-policy-version-params-property-builder
  builder
  id
  config)

The build-cfn-mitigation-action-replace-default-policy-version-params-property-builder function updates a CfnMitigationAction$ReplaceDefaultPolicyVersionParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$ReplaceDefaultPolicyVersionParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
templateNamejava.lang.Stringcdk.support/lookup-entry:template-name
The build-cfn-mitigation-action-replace-default-policy-version-params-property-builder function updates a CfnMitigationAction$ReplaceDefaultPolicyVersionParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$ReplaceDefaultPolicyVersionParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
sourceraw docstring

build-cfn-mitigation-action-update-ca-certificate-params-property-builderclj

(build-cfn-mitigation-action-update-ca-certificate-params-property-builder
  builder
  id
  config)

The build-cfn-mitigation-action-update-ca-certificate-params-property-builder function updates a CfnMitigationAction$UpdateCACertificateParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$UpdateCACertificateParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
The build-cfn-mitigation-action-update-ca-certificate-params-property-builder function updates a CfnMitigationAction$UpdateCACertificateParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$UpdateCACertificateParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-mitigation-action-update-device-certificate-params-property-builderclj

(build-cfn-mitigation-action-update-device-certificate-params-property-builder
  builder
  id
  config)

The build-cfn-mitigation-action-update-device-certificate-params-property-builder function updates a CfnMitigationAction$UpdateDeviceCertificateParamsProperty$Builder instance using the provided configuration. The function takes the CfnMitigationAction$UpdateDeviceCertificateParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
The build-cfn-mitigation-action-update-device-certificate-params-property-builder function updates a CfnMitigationAction$UpdateDeviceCertificateParamsProperty$Builder instance using the provided configuration.
  The function takes the CfnMitigationAction$UpdateDeviceCertificateParamsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-policy-builderclj

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

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

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
policyDocumentjava.lang.Objectcdk.support/lookup-entry:policy-document
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-policy-builder function updates a CfnPolicy$Builder instance using the provided configuration.
  The function takes the CfnPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-policy-principal-attachment-builderclj

(build-cfn-policy-principal-attachment-builder builder id config)

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

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
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
principaljava.lang.Stringcdk.support/lookup-entry:principal
The build-cfn-policy-principal-attachment-builder function updates a CfnPolicyPrincipalAttachment$Builder instance using the provided configuration.
  The function takes the CfnPolicyPrincipalAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
sourceraw docstring

build-cfn-policy-principal-attachment-props-builderclj

(build-cfn-policy-principal-attachment-props-builder builder id config)

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

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
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
principaljava.lang.Stringcdk.support/lookup-entry:principal
The build-cfn-policy-principal-attachment-props-builder function updates a CfnPolicyPrincipalAttachmentProps$Builder instance using the provided configuration.
  The function takes the CfnPolicyPrincipalAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
sourceraw docstring

build-cfn-policy-props-builderclj

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

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

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
policyDocumentjava.lang.Objectcdk.support/lookup-entry:policy-document
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-policy-props-builder function updates a CfnPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-provisioning-template-builderclj

(build-cfn-provisioning-template-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
preProvisioningHooksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pre-provisioning-hook
provisioningRoleArnjava.lang.Stringcdk.support/lookup-entry:provisioning-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
templateBodyjava.lang.Stringcdk.support/lookup-entry:template-body
templateNamejava.lang.Stringcdk.support/lookup-entry:template-name
templateTypejava.lang.Stringcdk.support/lookup-entry:template-type
The build-cfn-provisioning-template-builder function updates a CfnProvisioningTemplate$Builder instance using the provided configuration.
  The function takes the CfnProvisioningTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `preProvisioningHook` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pre-provisioning-hook` |
| `provisioningRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` |
| `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
| `templateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-type` |
sourceraw docstring

build-cfn-provisioning-template-props-builderclj

(build-cfn-provisioning-template-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
preProvisioningHooksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pre-provisioning-hook
provisioningRoleArnjava.lang.Stringcdk.support/lookup-entry:provisioning-role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
templateBodyjava.lang.Stringcdk.support/lookup-entry:template-body
templateNamejava.lang.Stringcdk.support/lookup-entry:template-name
templateTypejava.lang.Stringcdk.support/lookup-entry:template-type
The build-cfn-provisioning-template-props-builder function updates a CfnProvisioningTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnProvisioningTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `preProvisioningHook` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pre-provisioning-hook` |
| `provisioningRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` |
| `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
| `templateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-type` |
sourceraw docstring

build-cfn-provisioning-template-provisioning-hook-property-builderclj

(build-cfn-provisioning-template-provisioning-hook-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-provisioning-template-provisioning-hook-property-builder function updates a CfnProvisioningTemplate$ProvisioningHookProperty$Builder instance using the provided configuration. The function takes the CfnProvisioningTemplate$ProvisioningHookProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
payloadVersionjava.lang.Stringcdk.support/lookup-entry:payload-version
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-provisioning-template-provisioning-hook-property-builder function updates a CfnProvisioningTemplate$ProvisioningHookProperty$Builder instance using the provided configuration.
  The function takes the CfnProvisioningTemplate$ProvisioningHookProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `payloadVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-version` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-resource-specific-logging-builderclj

(build-cfn-resource-specific-logging-builder builder id config)

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

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
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
targetNamejava.lang.Stringcdk.support/lookup-entry:target-name
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
The build-cfn-resource-specific-logging-builder function updates a CfnResourceSpecificLogging$Builder instance using the provided configuration.
  The function takes the CfnResourceSpecificLogging$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
| `targetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-name` |
| `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` |
sourceraw docstring

build-cfn-resource-specific-logging-props-builderclj

(build-cfn-resource-specific-logging-props-builder builder id config)

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

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
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
targetNamejava.lang.Stringcdk.support/lookup-entry:target-name
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
The build-cfn-resource-specific-logging-props-builder function updates a CfnResourceSpecificLoggingProps$Builder instance using the provided configuration.
  The function takes the CfnResourceSpecificLoggingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
| `targetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-name` |
| `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` |
sourceraw docstring

build-cfn-role-alias-builderclj

(build-cfn-role-alias-builder builder id config)

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

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
credentialDurationSecondsjava.lang.Numbercdk.support/lookup-entry:credential-duration-seconds
roleAliasjava.lang.Stringcdk.support/lookup-entry:role-alias
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-role-alias-builder function updates a CfnRoleAlias$Builder instance using the provided configuration.
  The function takes the CfnRoleAlias$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `credentialDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:credential-duration-seconds` |
| `roleAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-alias` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-role-alias-props-builderclj

(build-cfn-role-alias-props-builder builder id config)

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

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
credentialDurationSecondsjava.lang.Numbercdk.support/lookup-entry:credential-duration-seconds
roleAliasjava.lang.Stringcdk.support/lookup-entry:role-alias
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-role-alias-props-builder function updates a CfnRoleAliasProps$Builder instance using the provided configuration.
  The function takes the CfnRoleAliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `credentialDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:credential-duration-seconds` |
| `roleAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-alias` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-scheduled-audit-builderclj

(build-cfn-scheduled-audit-builder builder id config)

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

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
dayOfMonthjava.lang.Stringcdk.support/lookup-entry:day-of-month
dayOfWeekjava.lang.Stringcdk.support/lookup-entry:day-of-week
frequencyjava.lang.Stringcdk.support/lookup-entry:frequency
scheduledAuditNamejava.lang.Stringcdk.support/lookup-entry:scheduled-audit-name
tagsjava.util.Listcdk.support/lookup-entry:tags
targetCheckNamesjava.util.Listcdk.support/lookup-entry:target-check-names
The build-cfn-scheduled-audit-builder function updates a CfnScheduledAudit$Builder instance using the provided configuration.
  The function takes the CfnScheduledAudit$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dayOfMonth` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-month` |
| `dayOfWeek` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-week` |
| `frequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:frequency` |
| `scheduledAuditName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-audit-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetCheckNames` | java.util.List | [[cdk.support/lookup-entry]] | `:target-check-names` |
sourceraw docstring

build-cfn-scheduled-audit-props-builderclj

(build-cfn-scheduled-audit-props-builder builder id config)

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

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
dayOfMonthjava.lang.Stringcdk.support/lookup-entry:day-of-month
dayOfWeekjava.lang.Stringcdk.support/lookup-entry:day-of-week
frequencyjava.lang.Stringcdk.support/lookup-entry:frequency
scheduledAuditNamejava.lang.Stringcdk.support/lookup-entry:scheduled-audit-name
tagsjava.util.Listcdk.support/lookup-entry:tags
targetCheckNamesjava.util.Listcdk.support/lookup-entry:target-check-names
The build-cfn-scheduled-audit-props-builder function updates a CfnScheduledAuditProps$Builder instance using the provided configuration.
  The function takes the CfnScheduledAuditProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dayOfMonth` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-month` |
| `dayOfWeek` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-week` |
| `frequency` | java.lang.String | [[cdk.support/lookup-entry]] | `:frequency` |
| `scheduledAuditName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-audit-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetCheckNames` | java.util.List | [[cdk.support/lookup-entry]] | `:target-check-names` |
sourceraw docstring

build-cfn-security-profile-alert-target-property-builderclj

(build-cfn-security-profile-alert-target-property-builder builder id config)

The build-cfn-security-profile-alert-target-property-builder function updates a CfnSecurityProfile$AlertTargetProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$AlertTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
alertTargetArnjava.lang.Stringcdk.support/lookup-entry:alert-target-arn
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-security-profile-alert-target-property-builder function updates a CfnSecurityProfile$AlertTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$AlertTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `alertTargetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:alert-target-arn` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-security-profile-behavior-criteria-property-builderclj

(build-cfn-security-profile-behavior-criteria-property-builder builder
                                                               id
                                                               config)

The build-cfn-security-profile-behavior-criteria-property-builder function updates a CfnSecurityProfile$BehaviorCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$BehaviorCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
consecutiveDatapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:consecutive-datapoints-to-alarm
consecutiveDatapointsToClearjava.lang.Numbercdk.support/lookup-entry:consecutive-datapoints-to-clear
durationSecondsjava.lang.Numbercdk.support/lookup-entry:duration-seconds
mlDetectionConfigsoftware.amazon.awscdk.services.iot.CfnSecurityProfile$MachineLearningDetectionConfigPropertycdk.support/lookup-entry:ml-detection-config
statisticalThresholdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:statistical-threshold
valuesoftware.amazon.awscdk.services.iot.CfnSecurityProfile$MetricValuePropertycdk.support/lookup-entry:value
The build-cfn-security-profile-behavior-criteria-property-builder function updates a CfnSecurityProfile$BehaviorCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$BehaviorCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `consecutiveDatapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:consecutive-datapoints-to-alarm` |
| `consecutiveDatapointsToClear` | java.lang.Number | [[cdk.support/lookup-entry]] | `:consecutive-datapoints-to-clear` |
| `durationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-seconds` |
| `mlDetectionConfig` | software.amazon.awscdk.services.iot.CfnSecurityProfile$MachineLearningDetectionConfigProperty | [[cdk.support/lookup-entry]] | `:ml-detection-config` |
| `statisticalThreshold` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:statistical-threshold` |
| `value` | software.amazon.awscdk.services.iot.CfnSecurityProfile$MetricValueProperty | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-security-profile-behavior-property-builderclj

(build-cfn-security-profile-behavior-property-builder builder id config)

The build-cfn-security-profile-behavior-property-builder function updates a CfnSecurityProfile$BehaviorProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$BehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
criteriasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:criteria
exportMetricjava.lang.Booleancdk.support/lookup-entry:export-metric
metricjava.lang.Stringcdk.support/lookup-entry:metric
metricDimensionsoftware.amazon.awscdk.services.iot.CfnSecurityProfile$MetricDimensionPropertycdk.support/lookup-entry:metric-dimension
namejava.lang.Stringcdk.support/lookup-entry:name
suppressAlertsjava.lang.Booleancdk.support/lookup-entry:suppress-alerts
The build-cfn-security-profile-behavior-property-builder function updates a CfnSecurityProfile$BehaviorProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$BehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `criteria` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:criteria` |
| `exportMetric` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:export-metric` |
| `metric` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric` |
| `metricDimension` | software.amazon.awscdk.services.iot.CfnSecurityProfile$MetricDimensionProperty | [[cdk.support/lookup-entry]] | `:metric-dimension` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `suppressAlerts` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-alerts` |
sourceraw docstring

build-cfn-security-profile-builderclj

(build-cfn-security-profile-builder builder id config)

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

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
additionalMetricsToRetainV2java.util.Listcdk.support/lookup-entry:additional-metrics-to-retain-v2
alertTargetsjava.util.Mapcdk.support/lookup-entry:alert-targets
behaviorsjava.util.Listcdk.support/lookup-entry:behaviors
metricsExportConfigsoftware.amazon.awscdk.services.iot.CfnSecurityProfile$MetricsExportConfigPropertycdk.support/lookup-entry:metrics-export-config
securityProfileDescriptionjava.lang.Stringcdk.support/lookup-entry:security-profile-description
securityProfileNamejava.lang.Stringcdk.support/lookup-entry:security-profile-name
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnsjava.util.Listcdk.support/lookup-entry:target-arns
The build-cfn-security-profile-builder function updates a CfnSecurityProfile$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `additionalMetricsToRetainV2` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-metrics-to-retain-v2` |
| `alertTargets` | java.util.Map | [[cdk.support/lookup-entry]] | `:alert-targets` |
| `behaviors` | java.util.List | [[cdk.support/lookup-entry]] | `:behaviors` |
| `metricsExportConfig` | software.amazon.awscdk.services.iot.CfnSecurityProfile$MetricsExportConfigProperty | [[cdk.support/lookup-entry]] | `:metrics-export-config` |
| `securityProfileDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-profile-description` |
| `securityProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-profile-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArns` | java.util.List | [[cdk.support/lookup-entry]] | `:target-arns` |
sourceraw docstring

build-cfn-security-profile-machine-learning-detection-config-property-builderclj

(build-cfn-security-profile-machine-learning-detection-config-property-builder
  builder
  id
  config)

The build-cfn-security-profile-machine-learning-detection-config-property-builder function updates a CfnSecurityProfile$MachineLearningDetectionConfigProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$MachineLearningDetectionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
confidenceLeveljava.lang.Stringcdk.support/lookup-entry:confidence-level
The build-cfn-security-profile-machine-learning-detection-config-property-builder function updates a CfnSecurityProfile$MachineLearningDetectionConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$MachineLearningDetectionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `confidenceLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:confidence-level` |
sourceraw docstring

build-cfn-security-profile-metric-dimension-property-builderclj

(build-cfn-security-profile-metric-dimension-property-builder builder id config)

The build-cfn-security-profile-metric-dimension-property-builder function updates a CfnSecurityProfile$MetricDimensionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dimensionNamejava.lang.Stringcdk.support/lookup-entry:dimension-name
operatorjava.lang.Stringcdk.support/lookup-entry:operator
The build-cfn-security-profile-metric-dimension-property-builder function updates a CfnSecurityProfile$MetricDimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$MetricDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dimensionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension-name` |
| `operator` | java.lang.String | [[cdk.support/lookup-entry]] | `:operator` |
sourceraw docstring

build-cfn-security-profile-metric-to-retain-property-builderclj

(build-cfn-security-profile-metric-to-retain-property-builder builder id config)

The build-cfn-security-profile-metric-to-retain-property-builder function updates a CfnSecurityProfile$MetricToRetainProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$MetricToRetainProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
exportMetricsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:export-metric
metricjava.lang.Stringcdk.support/lookup-entry:metric
metricDimensionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-dimension
The build-cfn-security-profile-metric-to-retain-property-builder function updates a CfnSecurityProfile$MetricToRetainProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$MetricToRetainProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `exportMetric` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:export-metric` |
| `metric` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric` |
| `metricDimension` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-dimension` |
sourceraw docstring

build-cfn-security-profile-metric-value-property-builderclj

(build-cfn-security-profile-metric-value-property-builder builder id config)

The build-cfn-security-profile-metric-value-property-builder function updates a CfnSecurityProfile$MetricValueProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$MetricValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cidrsjava.util.Listcdk.support/lookup-entry:cidrs
countjava.lang.Stringcdk.support/lookup-entry:count
numberjava.lang.Numbercdk.support/lookup-entry:number
numberssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:numbers
portssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ports
stringsjava.util.Listcdk.support/lookup-entry:strings
The build-cfn-security-profile-metric-value-property-builder function updates a CfnSecurityProfile$MetricValueProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$MetricValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:cidrs` |
| `count` | java.lang.String | [[cdk.support/lookup-entry]] | `:count` |
| `number` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number` |
| `numbers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:numbers` |
| `ports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ports` |
| `strings` | java.util.List | [[cdk.support/lookup-entry]] | `:strings` |
sourceraw docstring

build-cfn-security-profile-metrics-export-config-property-builderclj

(build-cfn-security-profile-metrics-export-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-security-profile-metrics-export-config-property-builder function updates a CfnSecurityProfile$MetricsExportConfigProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$MetricsExportConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
mqttTopicjava.lang.Stringcdk.support/lookup-entry:mqtt-topic
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-security-profile-metrics-export-config-property-builder function updates a CfnSecurityProfile$MetricsExportConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$MetricsExportConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `mqttTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:mqtt-topic` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-security-profile-props-builderclj

(build-cfn-security-profile-props-builder builder id config)

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

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
additionalMetricsToRetainV2software.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-metrics-to-retain-v2
alertTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:alert-targets
behaviorsjava.util.Listcdk.support/lookup-entry:behaviors
metricsExportConfigsoftware.amazon.awscdk.services.iot.CfnSecurityProfile$MetricsExportConfigPropertycdk.support/lookup-entry:metrics-export-config
securityProfileDescriptionjava.lang.Stringcdk.support/lookup-entry:security-profile-description
securityProfileNamejava.lang.Stringcdk.support/lookup-entry:security-profile-name
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnsjava.util.Listcdk.support/lookup-entry:target-arns
The build-cfn-security-profile-props-builder function updates a CfnSecurityProfileProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `additionalMetricsToRetainV2` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-metrics-to-retain-v2` |
| `alertTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alert-targets` |
| `behaviors` | java.util.List | [[cdk.support/lookup-entry]] | `:behaviors` |
| `metricsExportConfig` | software.amazon.awscdk.services.iot.CfnSecurityProfile$MetricsExportConfigProperty | [[cdk.support/lookup-entry]] | `:metrics-export-config` |
| `securityProfileDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-profile-description` |
| `securityProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-profile-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArns` | java.util.List | [[cdk.support/lookup-entry]] | `:target-arns` |
sourceraw docstring

build-cfn-security-profile-statistical-threshold-property-builderclj

(build-cfn-security-profile-statistical-threshold-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-security-profile-statistical-threshold-property-builder function updates a CfnSecurityProfile$StatisticalThresholdProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$StatisticalThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
The build-cfn-security-profile-statistical-threshold-property-builder function updates a CfnSecurityProfile$StatisticalThresholdProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$StatisticalThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-software-package-builderclj

(build-cfn-software-package-builder builder id config)

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

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

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

  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` |
| `packageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-software-package-props-builderclj

(build-cfn-software-package-props-builder builder id config)

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

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

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

  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` |
| `packageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-software-package-version-builderclj

(build-cfn-software-package-version-builder builder id config)

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

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
attributesjava.util.Mapcdk.support/lookup-entry:attributes
descriptionjava.lang.Stringcdk.support/lookup-entry:description
packageNamejava.lang.Stringcdk.support/lookup-entry:package-name
tagsjava.util.Listcdk.support/lookup-entry:tags
versionNamejava.lang.Stringcdk.support/lookup-entry:version-name
The build-cfn-software-package-version-builder function updates a CfnSoftwarePackageVersion$Builder instance using the provided configuration.
  The function takes the CfnSoftwarePackageVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attributes` | java.util.Map | [[cdk.support/lookup-entry]] | `:attributes` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `packageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `versionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-name` |
sourceraw docstring

build-cfn-software-package-version-props-builderclj

(build-cfn-software-package-version-props-builder builder id config)

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

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
attributesjava.util.Mapcdk.support/lookup-entry:attributes
descriptionjava.lang.Stringcdk.support/lookup-entry:description
packageNamejava.lang.Stringcdk.support/lookup-entry:package-name
tagsjava.util.Listcdk.support/lookup-entry:tags
versionNamejava.lang.Stringcdk.support/lookup-entry:version-name
The build-cfn-software-package-version-props-builder function updates a CfnSoftwarePackageVersionProps$Builder instance using the provided configuration.
  The function takes the CfnSoftwarePackageVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attributes` | java.util.Map | [[cdk.support/lookup-entry]] | `:attributes` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `packageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `versionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-name` |
sourceraw docstring

build-cfn-thing-attribute-payload-property-builderclj

(build-cfn-thing-attribute-payload-property-builder builder id config)

The build-cfn-thing-attribute-payload-property-builder function updates a CfnThing$AttributePayloadProperty$Builder instance using the provided configuration. The function takes the CfnThing$AttributePayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attributesjava.util.Mapcdk.support/lookup-entry:attributes
The build-cfn-thing-attribute-payload-property-builder function updates a CfnThing$AttributePayloadProperty$Builder instance using the provided configuration.
  The function takes the CfnThing$AttributePayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-thing-builderclj

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

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

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
attributePayloadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attribute-payload
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-thing-builder function updates a CfnThing$Builder instance using the provided configuration.
  The function takes the CfnThing$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attributePayload` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attribute-payload` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-thing-group-attribute-payload-property-builderclj

(build-cfn-thing-group-attribute-payload-property-builder builder id config)

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

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
attributesjava.util.Mapcdk.support/lookup-entry:attributes
The build-cfn-thing-group-attribute-payload-property-builder function updates a CfnThingGroup$AttributePayloadProperty$Builder instance using the provided configuration.
  The function takes the CfnThingGroup$AttributePayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-thing-group-builderclj

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

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

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
parentGroupNamejava.lang.Stringcdk.support/lookup-entry:parent-group-name
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
tagsjava.util.Listcdk.support/lookup-entry:tags
thingGroupNamejava.lang.Stringcdk.support/lookup-entry:thing-group-name
thingGroupPropertiessoftware.amazon.awscdk.services.iot.CfnThingGroup$ThingGroupPropertiesPropertycdk.support/lookup-entry:thing-group-properties
The build-cfn-thing-group-builder function updates a CfnThingGroup$Builder instance using the provided configuration.
  The function takes the CfnThingGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `parentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-group-name` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-group-name` |
| `thingGroupProperties` | software.amazon.awscdk.services.iot.CfnThingGroup$ThingGroupPropertiesProperty | [[cdk.support/lookup-entry]] | `:thing-group-properties` |
sourceraw docstring

build-cfn-thing-group-props-builderclj

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

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

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
parentGroupNamejava.lang.Stringcdk.support/lookup-entry:parent-group-name
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
tagsjava.util.Listcdk.support/lookup-entry:tags
thingGroupNamejava.lang.Stringcdk.support/lookup-entry:thing-group-name
thingGroupPropertiessoftware.amazon.awscdk.services.iot.CfnThingGroup$ThingGroupPropertiesPropertycdk.support/lookup-entry:thing-group-properties
The build-cfn-thing-group-props-builder function updates a CfnThingGroupProps$Builder instance using the provided configuration.
  The function takes the CfnThingGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `parentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-group-name` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-group-name` |
| `thingGroupProperties` | software.amazon.awscdk.services.iot.CfnThingGroup$ThingGroupPropertiesProperty | [[cdk.support/lookup-entry]] | `:thing-group-properties` |
sourceraw docstring

build-cfn-thing-group-thing-group-properties-property-builderclj

(build-cfn-thing-group-thing-group-properties-property-builder builder
                                                               id
                                                               config)

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

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
attributePayloadsoftware.amazon.awscdk.services.iot.CfnThingGroup$AttributePayloadPropertycdk.support/lookup-entry:attribute-payload
thingGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:thing-group-description
The build-cfn-thing-group-thing-group-properties-property-builder function updates a CfnThingGroup$ThingGroupPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnThingGroup$ThingGroupPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attributePayload` | software.amazon.awscdk.services.iot.CfnThingGroup$AttributePayloadProperty | [[cdk.support/lookup-entry]] | `:attribute-payload` |
| `thingGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-group-description` |
sourceraw docstring

build-cfn-thing-principal-attachment-builderclj

(build-cfn-thing-principal-attachment-builder builder id config)

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

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
principaljava.lang.Stringcdk.support/lookup-entry:principal
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-thing-principal-attachment-builder function updates a CfnThingPrincipalAttachment$Builder instance using the provided configuration.
  The function takes the CfnThingPrincipalAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-thing-principal-attachment-props-builderclj

(build-cfn-thing-principal-attachment-props-builder builder id config)

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

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
principaljava.lang.Stringcdk.support/lookup-entry:principal
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-thing-principal-attachment-props-builder function updates a CfnThingPrincipalAttachmentProps$Builder instance using the provided configuration.
  The function takes the CfnThingPrincipalAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-thing-props-builderclj

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

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

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
attributePayloadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attribute-payload
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-thing-props-builder function updates a CfnThingProps$Builder instance using the provided configuration.
  The function takes the CfnThingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attributePayload` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attribute-payload` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-thing-type-builderclj

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

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

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
deprecateThingTypesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deprecate-thing-type
tagsjava.util.Listcdk.support/lookup-entry:tags
thingTypeNamejava.lang.Stringcdk.support/lookup-entry:thing-type-name
thingTypePropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:thing-type-properties
The build-cfn-thing-type-builder function updates a CfnThingType$Builder instance using the provided configuration.
  The function takes the CfnThingType$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `deprecateThingType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deprecate-thing-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-type-name` |
| `thingTypeProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:thing-type-properties` |
sourceraw docstring

build-cfn-thing-type-props-builderclj

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

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

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
deprecateThingTypejava.lang.Booleancdk.support/lookup-entry:deprecate-thing-type
tagsjava.util.Listcdk.support/lookup-entry:tags
thingTypeNamejava.lang.Stringcdk.support/lookup-entry:thing-type-name
thingTypePropertiessoftware.amazon.awscdk.services.iot.CfnThingType$ThingTypePropertiesPropertycdk.support/lookup-entry:thing-type-properties
The build-cfn-thing-type-props-builder function updates a CfnThingTypeProps$Builder instance using the provided configuration.
  The function takes the CfnThingTypeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `deprecateThingType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deprecate-thing-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-type-name` |
| `thingTypeProperties` | software.amazon.awscdk.services.iot.CfnThingType$ThingTypePropertiesProperty | [[cdk.support/lookup-entry]] | `:thing-type-properties` |
sourceraw docstring

build-cfn-thing-type-thing-type-properties-property-builderclj

(build-cfn-thing-type-thing-type-properties-property-builder builder id config)

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

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
searchableAttributesjava.util.Listcdk.support/lookup-entry:searchable-attributes
thingTypeDescriptionjava.lang.Stringcdk.support/lookup-entry:thing-type-description
The build-cfn-thing-type-thing-type-properties-property-builder function updates a CfnThingType$ThingTypePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnThingType$ThingTypePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `searchableAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:searchable-attributes` |
| `thingTypeDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-type-description` |
sourceraw docstring

build-cfn-topic-rule-action-property-builderclj

(build-cfn-topic-rule-action-property-builder builder id config)

The build-cfn-topic-rule-action-property-builder function updates a CfnTopicRule$ActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cloudwatchAlarmsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloudwatch-alarm
cloudwatchLogssoftware.amazon.awscdk.services.iot.CfnTopicRule$CloudwatchLogsActionPropertycdk.support/lookup-entry:cloudwatch-logs
cloudwatchMetricsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloudwatch-metric
dynamoDBv2software.amazon.awscdk.services.iot.CfnTopicRule$DynamoDBv2ActionPropertycdk.support/lookup-entry:dynamo-d-bv2
dynamoDbsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynamo-db
elasticsearchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:elasticsearch
firehosesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:firehose
httpsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http
iotAnalyticssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iot-analytics
iotEventssoftware.amazon.awscdk.services.iot.CfnTopicRule$IotEventsActionPropertycdk.support/lookup-entry:iot-events
iotSiteWisesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iot-site-wise
kafkasoftware.amazon.awscdk.services.iot.CfnTopicRule$KafkaActionPropertycdk.support/lookup-entry:kafka
kinesissoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis
lambdasoftware.amazon.awscdk.services.iot.CfnTopicRule$LambdaActionPropertycdk.support/lookup-entry:lambda
locationsoftware.amazon.awscdk.services.iot.CfnTopicRule$LocationActionPropertycdk.support/lookup-entry:location
openSearchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:open-search
republishsoftware.amazon.awscdk.services.iot.CfnTopicRule$RepublishActionPropertycdk.support/lookup-entry:republish
s3software.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3
snssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sns
sqssoftware.amazon.awscdk.services.iot.CfnTopicRule$SqsActionPropertycdk.support/lookup-entry:sqs
stepFunctionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:step-functions
timestreamsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timestream
The build-cfn-topic-rule-action-property-builder function updates a CfnTopicRule$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cloudwatchAlarm` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloudwatch-alarm` |
| `cloudwatchLogs` | software.amazon.awscdk.services.iot.CfnTopicRule$CloudwatchLogsActionProperty | [[cdk.support/lookup-entry]] | `:cloudwatch-logs` |
| `cloudwatchMetric` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloudwatch-metric` |
| `dynamoDBv2` | software.amazon.awscdk.services.iot.CfnTopicRule$DynamoDBv2ActionProperty | [[cdk.support/lookup-entry]] | `:dynamo-d-bv2` |
| `dynamoDb` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynamo-db` |
| `elasticsearch` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elasticsearch` |
| `firehose` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:firehose` |
| `http` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http` |
| `iotAnalytics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iot-analytics` |
| `iotEvents` | software.amazon.awscdk.services.iot.CfnTopicRule$IotEventsActionProperty | [[cdk.support/lookup-entry]] | `:iot-events` |
| `iotSiteWise` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iot-site-wise` |
| `kafka` | software.amazon.awscdk.services.iot.CfnTopicRule$KafkaActionProperty | [[cdk.support/lookup-entry]] | `:kafka` |
| `kinesis` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis` |
| `lambda` | software.amazon.awscdk.services.iot.CfnTopicRule$LambdaActionProperty | [[cdk.support/lookup-entry]] | `:lambda` |
| `location` | software.amazon.awscdk.services.iot.CfnTopicRule$LocationActionProperty | [[cdk.support/lookup-entry]] | `:location` |
| `openSearch` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:open-search` |
| `republish` | software.amazon.awscdk.services.iot.CfnTopicRule$RepublishActionProperty | [[cdk.support/lookup-entry]] | `:republish` |
| `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
| `sns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sns` |
| `sqs` | software.amazon.awscdk.services.iot.CfnTopicRule$SqsActionProperty | [[cdk.support/lookup-entry]] | `:sqs` |
| `stepFunctions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:step-functions` |
| `timestream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timestream` |
sourceraw docstring

build-cfn-topic-rule-asset-property-timestamp-property-builderclj

(build-cfn-topic-rule-asset-property-timestamp-property-builder builder
                                                                id
                                                                config)

The build-cfn-topic-rule-asset-property-timestamp-property-builder function updates a CfnTopicRule$AssetPropertyTimestampProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$AssetPropertyTimestampProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
offsetInNanosjava.lang.Stringcdk.support/lookup-entry:offset-in-nanos
timeInSecondsjava.lang.Stringcdk.support/lookup-entry:time-in-seconds
The build-cfn-topic-rule-asset-property-timestamp-property-builder function updates a CfnTopicRule$AssetPropertyTimestampProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$AssetPropertyTimestampProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `offsetInNanos` | java.lang.String | [[cdk.support/lookup-entry]] | `:offset-in-nanos` |
| `timeInSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-in-seconds` |
sourceraw docstring

build-cfn-topic-rule-asset-property-value-property-builderclj

(build-cfn-topic-rule-asset-property-value-property-builder builder id config)

The build-cfn-topic-rule-asset-property-value-property-builder function updates a CfnTopicRule$AssetPropertyValueProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$AssetPropertyValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
qualityjava.lang.Stringcdk.support/lookup-entry:quality
timestampsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timestamp
valuesoftware.amazon.awscdk.services.iot.CfnTopicRule$AssetPropertyVariantPropertycdk.support/lookup-entry:value
The build-cfn-topic-rule-asset-property-value-property-builder function updates a CfnTopicRule$AssetPropertyValueProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$AssetPropertyValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `quality` | java.lang.String | [[cdk.support/lookup-entry]] | `:quality` |
| `timestamp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timestamp` |
| `value` | software.amazon.awscdk.services.iot.CfnTopicRule$AssetPropertyVariantProperty | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-topic-rule-asset-property-variant-property-builderclj

(build-cfn-topic-rule-asset-property-variant-property-builder builder id config)

The build-cfn-topic-rule-asset-property-variant-property-builder function updates a CfnTopicRule$AssetPropertyVariantProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$AssetPropertyVariantProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
booleanValuejava.lang.Stringcdk.support/lookup-entry:boolean-value
doubleValuejava.lang.Stringcdk.support/lookup-entry:double-value
integerValuejava.lang.Stringcdk.support/lookup-entry:integer-value
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
The build-cfn-topic-rule-asset-property-variant-property-builder function updates a CfnTopicRule$AssetPropertyVariantProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$AssetPropertyVariantProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `booleanValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:boolean-value` |
| `doubleValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:double-value` |
| `integerValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:integer-value` |
| `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
sourceraw docstring

build-cfn-topic-rule-builderclj

(build-cfn-topic-rule-builder builder id config)

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

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
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
tagsjava.util.Listcdk.support/lookup-entry:tags
topicRulePayloadsoftware.amazon.awscdk.services.iot.CfnTopicRule$TopicRulePayloadPropertycdk.support/lookup-entry:topic-rule-payload
The build-cfn-topic-rule-builder function updates a CfnTopicRule$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `topicRulePayload` | software.amazon.awscdk.services.iot.CfnTopicRule$TopicRulePayloadProperty | [[cdk.support/lookup-entry]] | `:topic-rule-payload` |
sourceraw docstring

build-cfn-topic-rule-cloudwatch-alarm-action-property-builderclj

(build-cfn-topic-rule-cloudwatch-alarm-action-property-builder builder
                                                               id
                                                               config)

The build-cfn-topic-rule-cloudwatch-alarm-action-property-builder function updates a CfnTopicRule$CloudwatchAlarmActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$CloudwatchAlarmActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stateReasonjava.lang.Stringcdk.support/lookup-entry:state-reason
stateValuejava.lang.Stringcdk.support/lookup-entry:state-value
The build-cfn-topic-rule-cloudwatch-alarm-action-property-builder function updates a CfnTopicRule$CloudwatchAlarmActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$CloudwatchAlarmActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stateReason` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-reason` |
| `stateValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-value` |
sourceraw docstring

build-cfn-topic-rule-cloudwatch-logs-action-property-builderclj

(build-cfn-topic-rule-cloudwatch-logs-action-property-builder builder id config)

The build-cfn-topic-rule-cloudwatch-logs-action-property-builder function updates a CfnTopicRule$CloudwatchLogsActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$CloudwatchLogsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchModesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-mode
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-cloudwatch-logs-action-property-builder function updates a CfnTopicRule$CloudwatchLogsActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$CloudwatchLogsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `batchMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-mode` |
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-cloudwatch-metric-action-property-builderclj

(build-cfn-topic-rule-cloudwatch-metric-action-property-builder builder
                                                                id
                                                                config)

The build-cfn-topic-rule-cloudwatch-metric-action-property-builder function updates a CfnTopicRule$CloudwatchMetricActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$CloudwatchMetricActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
metricNamespacejava.lang.Stringcdk.support/lookup-entry:metric-namespace
metricTimestampjava.lang.Stringcdk.support/lookup-entry:metric-timestamp
metricUnitjava.lang.Stringcdk.support/lookup-entry:metric-unit
metricValuejava.lang.Stringcdk.support/lookup-entry:metric-value
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-cloudwatch-metric-action-property-builder function updates a CfnTopicRule$CloudwatchMetricActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$CloudwatchMetricActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `metricNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-namespace` |
| `metricTimestamp` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-timestamp` |
| `metricUnit` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-unit` |
| `metricValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-value` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-destination-builderclj

(build-cfn-topic-rule-destination-builder builder id config)

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

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
httpUrlPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-url-properties
statusjava.lang.Stringcdk.support/lookup-entry:status
vpcPropertiessoftware.amazon.awscdk.services.iot.CfnTopicRuleDestination$VpcDestinationPropertiesPropertycdk.support/lookup-entry:vpc-properties
The build-cfn-topic-rule-destination-builder function updates a CfnTopicRuleDestination$Builder instance using the provided configuration.
  The function takes the CfnTopicRuleDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `httpUrlProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-url-properties` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `vpcProperties` | software.amazon.awscdk.services.iot.CfnTopicRuleDestination$VpcDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:vpc-properties` |
sourceraw docstring

build-cfn-topic-rule-destination-http-url-destination-summary-property-builderclj

(build-cfn-topic-rule-destination-http-url-destination-summary-property-builder
  builder
  id
  config)

The build-cfn-topic-rule-destination-http-url-destination-summary-property-builder function updates a CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty$Builder instance using the provided configuration. The function takes the CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
confirmationUrljava.lang.Stringcdk.support/lookup-entry:confirmation-url
The build-cfn-topic-rule-destination-http-url-destination-summary-property-builder function updates a CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `confirmationUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:confirmation-url` |
sourceraw docstring

build-cfn-topic-rule-destination-props-builderclj

(build-cfn-topic-rule-destination-props-builder builder id config)

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

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
httpUrlPropertiessoftware.amazon.awscdk.services.iot.CfnTopicRuleDestination$HttpUrlDestinationSummaryPropertycdk.support/lookup-entry:http-url-properties
statusjava.lang.Stringcdk.support/lookup-entry:status
vpcPropertiessoftware.amazon.awscdk.services.iot.CfnTopicRuleDestination$VpcDestinationPropertiesPropertycdk.support/lookup-entry:vpc-properties
The build-cfn-topic-rule-destination-props-builder function updates a CfnTopicRuleDestinationProps$Builder instance using the provided configuration.
  The function takes the CfnTopicRuleDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `httpUrlProperties` | software.amazon.awscdk.services.iot.CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty | [[cdk.support/lookup-entry]] | `:http-url-properties` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `vpcProperties` | software.amazon.awscdk.services.iot.CfnTopicRuleDestination$VpcDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:vpc-properties` |
sourceraw docstring

build-cfn-topic-rule-destination-vpc-destination-properties-property-builderclj

(build-cfn-topic-rule-destination-vpc-destination-properties-property-builder
  builder
  id
  config)

The build-cfn-topic-rule-destination-vpc-destination-properties-property-builder function updates a CfnTopicRuleDestination$VpcDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnTopicRuleDestination$VpcDestinationPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-topic-rule-destination-vpc-destination-properties-property-builder function updates a CfnTopicRuleDestination$VpcDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRuleDestination$VpcDestinationPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-topic-rule-dynamo-d-bv2-action-property-builderclj

(build-cfn-topic-rule-dynamo-d-bv2-action-property-builder builder id config)

The build-cfn-topic-rule-dynamo-d-bv2-action-property-builder function updates a CfnTopicRule$DynamoDBv2ActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$DynamoDBv2ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
putItemsoftware.amazon.awscdk.services.iot.CfnTopicRule$PutItemInputPropertycdk.support/lookup-entry:put-item
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-dynamo-d-bv2-action-property-builder function updates a CfnTopicRule$DynamoDBv2ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$DynamoDBv2ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `putItem` | software.amazon.awscdk.services.iot.CfnTopicRule$PutItemInputProperty | [[cdk.support/lookup-entry]] | `:put-item` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-dynamo-db-action-property-builderclj

(build-cfn-topic-rule-dynamo-db-action-property-builder builder id config)

The build-cfn-topic-rule-dynamo-db-action-property-builder function updates a CfnTopicRule$DynamoDBActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$DynamoDBActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
hashKeyFieldjava.lang.Stringcdk.support/lookup-entry:hash-key-field
hashKeyTypejava.lang.Stringcdk.support/lookup-entry:hash-key-type
hashKeyValuejava.lang.Stringcdk.support/lookup-entry:hash-key-value
payloadFieldjava.lang.Stringcdk.support/lookup-entry:payload-field
rangeKeyFieldjava.lang.Stringcdk.support/lookup-entry:range-key-field
rangeKeyTypejava.lang.Stringcdk.support/lookup-entry:range-key-type
rangeKeyValuejava.lang.Stringcdk.support/lookup-entry:range-key-value
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-topic-rule-dynamo-db-action-property-builder function updates a CfnTopicRule$DynamoDBActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$DynamoDBActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `hashKeyField` | java.lang.String | [[cdk.support/lookup-entry]] | `:hash-key-field` |
| `hashKeyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:hash-key-type` |
| `hashKeyValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:hash-key-value` |
| `payloadField` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-field` |
| `rangeKeyField` | java.lang.String | [[cdk.support/lookup-entry]] | `:range-key-field` |
| `rangeKeyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:range-key-type` |
| `rangeKeyValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:range-key-value` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-topic-rule-elasticsearch-action-property-builderclj

(build-cfn-topic-rule-elasticsearch-action-property-builder builder id config)

The build-cfn-topic-rule-elasticsearch-action-property-builder function updates a CfnTopicRule$ElasticsearchActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$ElasticsearchActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
idjava.lang.Stringcdk.support/lookup-entry:id
indexjava.lang.Stringcdk.support/lookup-entry:index
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-topic-rule-elasticsearch-action-property-builder function updates a CfnTopicRule$ElasticsearchActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$ElasticsearchActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `index` | java.lang.String | [[cdk.support/lookup-entry]] | `:index` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-topic-rule-firehose-action-property-builderclj

(build-cfn-topic-rule-firehose-action-property-builder builder id config)

The build-cfn-topic-rule-firehose-action-property-builder function updates a CfnTopicRule$FirehoseActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$FirehoseActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchModesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-mode
deliveryStreamNamejava.lang.Stringcdk.support/lookup-entry:delivery-stream-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
separatorjava.lang.Stringcdk.support/lookup-entry:separator
The build-cfn-topic-rule-firehose-action-property-builder function updates a CfnTopicRule$FirehoseActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$FirehoseActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `batchMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-mode` |
| `deliveryStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `separator` | java.lang.String | [[cdk.support/lookup-entry]] | `:separator` |
sourceraw docstring

build-cfn-topic-rule-http-action-header-property-builderclj

(build-cfn-topic-rule-http-action-header-property-builder builder id config)

The build-cfn-topic-rule-http-action-header-property-builder function updates a CfnTopicRule$HttpActionHeaderProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$HttpActionHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-topic-rule-http-action-header-property-builder function updates a CfnTopicRule$HttpActionHeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$HttpActionHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-topic-rule-http-action-property-builderclj

(build-cfn-topic-rule-http-action-property-builder builder id config)

The build-cfn-topic-rule-http-action-property-builder function updates a CfnTopicRule$HttpActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$HttpActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
confirmationUrljava.lang.Stringcdk.support/lookup-entry:confirmation-url
headersjava.util.Listcdk.support/lookup-entry:headers
urljava.lang.Stringcdk.support/lookup-entry:url
The build-cfn-topic-rule-http-action-property-builder function updates a CfnTopicRule$HttpActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$HttpActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `confirmationUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:confirmation-url` |
| `headers` | java.util.List | [[cdk.support/lookup-entry]] | `:headers` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
sourceraw docstring

build-cfn-topic-rule-http-authorization-property-builderclj

(build-cfn-topic-rule-http-authorization-property-builder builder id config)

The build-cfn-topic-rule-http-authorization-property-builder function updates a CfnTopicRule$HttpAuthorizationProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$HttpAuthorizationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sigv4software.amazon.awscdk.IResolvablecdk.support/lookup-entry:sigv4
The build-cfn-topic-rule-http-authorization-property-builder function updates a CfnTopicRule$HttpAuthorizationProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$HttpAuthorizationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-topic-rule-iot-analytics-action-property-builderclj

(build-cfn-topic-rule-iot-analytics-action-property-builder builder id config)

The build-cfn-topic-rule-iot-analytics-action-property-builder function updates a CfnTopicRule$IotAnalyticsActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$IotAnalyticsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchModesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-mode
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-iot-analytics-action-property-builder function updates a CfnTopicRule$IotAnalyticsActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$IotAnalyticsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `batchMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-mode` |
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-iot-events-action-property-builderclj

(build-cfn-topic-rule-iot-events-action-property-builder builder id config)

The build-cfn-topic-rule-iot-events-action-property-builder function updates a CfnTopicRule$IotEventsActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$IotEventsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchModesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:batch-mode
inputNamejava.lang.Stringcdk.support/lookup-entry:input-name
messageIdjava.lang.Stringcdk.support/lookup-entry:message-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-iot-events-action-property-builder function updates a CfnTopicRule$IotEventsActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$IotEventsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `batchMode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:batch-mode` |
| `inputName` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-name` |
| `messageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-iot-site-wise-action-property-builderclj

(build-cfn-topic-rule-iot-site-wise-action-property-builder builder id config)

The build-cfn-topic-rule-iot-site-wise-action-property-builder function updates a CfnTopicRule$IotSiteWiseActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$IotSiteWiseActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
putAssetPropertyValueEntriesjava.util.Listcdk.support/lookup-entry:put-asset-property-value-entries
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-iot-site-wise-action-property-builder function updates a CfnTopicRule$IotSiteWiseActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$IotSiteWiseActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `putAssetPropertyValueEntries` | java.util.List | [[cdk.support/lookup-entry]] | `:put-asset-property-value-entries` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-kafka-action-header-property-builderclj

(build-cfn-topic-rule-kafka-action-header-property-builder builder id config)

The build-cfn-topic-rule-kafka-action-header-property-builder function updates a CfnTopicRule$KafkaActionHeaderProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$KafkaActionHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-topic-rule-kafka-action-header-property-builder function updates a CfnTopicRule$KafkaActionHeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$KafkaActionHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-topic-rule-kafka-action-property-builderclj

(build-cfn-topic-rule-kafka-action-property-builder builder id config)

The build-cfn-topic-rule-kafka-action-property-builder function updates a CfnTopicRule$KafkaActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$KafkaActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clientPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:client-properties
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
headerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:headers
keyjava.lang.Stringcdk.support/lookup-entry:key
partitionjava.lang.Stringcdk.support/lookup-entry:partition
topicjava.lang.Stringcdk.support/lookup-entry:topic
The build-cfn-topic-rule-kafka-action-property-builder function updates a CfnTopicRule$KafkaActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$KafkaActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `clientProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-properties` |
| `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` |
| `headers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:headers` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `partition` | java.lang.String | [[cdk.support/lookup-entry]] | `:partition` |
| `topic` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic` |
sourceraw docstring

build-cfn-topic-rule-kinesis-action-property-builderclj

(build-cfn-topic-rule-kinesis-action-property-builder builder id config)

The build-cfn-topic-rule-kinesis-action-property-builder function updates a CfnTopicRule$KinesisActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$KinesisActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
partitionKeyjava.lang.Stringcdk.support/lookup-entry:partition-key
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
streamNamejava.lang.Stringcdk.support/lookup-entry:stream-name
The build-cfn-topic-rule-kinesis-action-property-builder function updates a CfnTopicRule$KinesisActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$KinesisActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `partitionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:partition-key` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `streamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-name` |
sourceraw docstring

build-cfn-topic-rule-lambda-action-property-builderclj

(build-cfn-topic-rule-lambda-action-property-builder builder id config)

The build-cfn-topic-rule-lambda-action-property-builder function updates a CfnTopicRule$LambdaActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$LambdaActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
The build-cfn-topic-rule-lambda-action-property-builder function updates a CfnTopicRule$LambdaActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$LambdaActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
sourceraw docstring

build-cfn-topic-rule-location-action-property-builderclj

(build-cfn-topic-rule-location-action-property-builder builder id config)

The build-cfn-topic-rule-location-action-property-builder function updates a CfnTopicRule$LocationActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$LocationActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
deviceIdjava.lang.Stringcdk.support/lookup-entry:device-id
latitudejava.lang.Stringcdk.support/lookup-entry:latitude
longitudejava.lang.Stringcdk.support/lookup-entry:longitude
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
timestampsoftware.amazon.awscdk.services.iot.CfnTopicRule$TimestampPropertycdk.support/lookup-entry:timestamp
trackerNamejava.lang.Stringcdk.support/lookup-entry:tracker-name
The build-cfn-topic-rule-location-action-property-builder function updates a CfnTopicRule$LocationActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$LocationActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `latitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:latitude` |
| `longitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:longitude` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `timestamp` | software.amazon.awscdk.services.iot.CfnTopicRule$TimestampProperty | [[cdk.support/lookup-entry]] | `:timestamp` |
| `trackerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tracker-name` |
sourceraw docstring

build-cfn-topic-rule-open-search-action-property-builderclj

(build-cfn-topic-rule-open-search-action-property-builder builder id config)

The build-cfn-topic-rule-open-search-action-property-builder function updates a CfnTopicRule$OpenSearchActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$OpenSearchActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
idjava.lang.Stringcdk.support/lookup-entry:id
indexjava.lang.Stringcdk.support/lookup-entry:index
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-topic-rule-open-search-action-property-builder function updates a CfnTopicRule$OpenSearchActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$OpenSearchActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `index` | java.lang.String | [[cdk.support/lookup-entry]] | `:index` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-topic-rule-props-builderclj

(build-cfn-topic-rule-props-builder builder id config)

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

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
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
tagsjava.util.Listcdk.support/lookup-entry:tags
topicRulePayloadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:topic-rule-payload
The build-cfn-topic-rule-props-builder function updates a CfnTopicRuleProps$Builder instance using the provided configuration.
  The function takes the CfnTopicRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `topicRulePayload` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:topic-rule-payload` |
sourceraw docstring

build-cfn-topic-rule-put-asset-property-value-entry-property-builderclj

(build-cfn-topic-rule-put-asset-property-value-entry-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-topic-rule-put-asset-property-value-entry-property-builder function updates a CfnTopicRule$PutAssetPropertyValueEntryProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$PutAssetPropertyValueEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assetIdjava.lang.Stringcdk.support/lookup-entry:asset-id
entryIdjava.lang.Stringcdk.support/lookup-entry:entry-id
propertyAliasjava.lang.Stringcdk.support/lookup-entry:property-alias
propertyIdjava.lang.Stringcdk.support/lookup-entry:property-id
propertyValuessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:property-values
The build-cfn-topic-rule-put-asset-property-value-entry-property-builder function updates a CfnTopicRule$PutAssetPropertyValueEntryProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$PutAssetPropertyValueEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `assetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-id` |
| `entryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:entry-id` |
| `propertyAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:property-alias` |
| `propertyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:property-id` |
| `propertyValues` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:property-values` |
sourceraw docstring

build-cfn-topic-rule-put-item-input-property-builderclj

(build-cfn-topic-rule-put-item-input-property-builder builder id config)

The build-cfn-topic-rule-put-item-input-property-builder function updates a CfnTopicRule$PutItemInputProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$PutItemInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-topic-rule-put-item-input-property-builder function updates a CfnTopicRule$PutItemInputProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$PutItemInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-topic-rule-republish-action-headers-property-builderclj

(build-cfn-topic-rule-republish-action-headers-property-builder builder
                                                                id
                                                                config)

The build-cfn-topic-rule-republish-action-headers-property-builder function updates a CfnTopicRule$RepublishActionHeadersProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$RepublishActionHeadersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
correlationDatajava.lang.Stringcdk.support/lookup-entry:correlation-data
messageExpiryjava.lang.Stringcdk.support/lookup-entry:message-expiry
payloadFormatIndicatorjava.lang.Stringcdk.support/lookup-entry:payload-format-indicator
responseTopicjava.lang.Stringcdk.support/lookup-entry:response-topic
userPropertiesjava.util.Listcdk.support/lookup-entry:user-properties
The build-cfn-topic-rule-republish-action-headers-property-builder function updates a CfnTopicRule$RepublishActionHeadersProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$RepublishActionHeadersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `correlationData` | java.lang.String | [[cdk.support/lookup-entry]] | `:correlation-data` |
| `messageExpiry` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-expiry` |
| `payloadFormatIndicator` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-format-indicator` |
| `responseTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-topic` |
| `userProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:user-properties` |
sourceraw docstring

build-cfn-topic-rule-republish-action-property-builderclj

(build-cfn-topic-rule-republish-action-property-builder builder id config)

The build-cfn-topic-rule-republish-action-property-builder function updates a CfnTopicRule$RepublishActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$RepublishActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
headerssoftware.amazon.awscdk.services.iot.CfnTopicRule$RepublishActionHeadersPropertycdk.support/lookup-entry:headers
qosjava.lang.Numbercdk.support/lookup-entry:qos
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
topicjava.lang.Stringcdk.support/lookup-entry:topic
The build-cfn-topic-rule-republish-action-property-builder function updates a CfnTopicRule$RepublishActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$RepublishActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `headers` | software.amazon.awscdk.services.iot.CfnTopicRule$RepublishActionHeadersProperty | [[cdk.support/lookup-entry]] | `:headers` |
| `qos` | java.lang.Number | [[cdk.support/lookup-entry]] | `:qos` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `topic` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic` |
sourceraw docstring

build-cfn-topic-rule-s3-action-property-builderclj

(build-cfn-topic-rule-s3-action-property-builder builder id config)

The build-cfn-topic-rule-s3-action-property-builder function updates a CfnTopicRule$S3ActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$S3ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
cannedAcljava.lang.Stringcdk.support/lookup-entry:canned-acl
keyjava.lang.Stringcdk.support/lookup-entry:key
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-topic-rule-s3-action-property-builder function updates a CfnTopicRule$S3ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$S3ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `cannedAcl` | java.lang.String | [[cdk.support/lookup-entry]] | `:canned-acl` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-topic-rule-sig-v4-authorization-property-builderclj

(build-cfn-topic-rule-sig-v4-authorization-property-builder builder id config)

The build-cfn-topic-rule-sig-v4-authorization-property-builder function updates a CfnTopicRule$SigV4AuthorizationProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$SigV4AuthorizationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
signingRegionjava.lang.Stringcdk.support/lookup-entry:signing-region
The build-cfn-topic-rule-sig-v4-authorization-property-builder function updates a CfnTopicRule$SigV4AuthorizationProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$SigV4AuthorizationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `signingRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-region` |
sourceraw docstring

build-cfn-topic-rule-sns-action-property-builderclj

(build-cfn-topic-rule-sns-action-property-builder builder id config)

The build-cfn-topic-rule-sns-action-property-builder function updates a CfnTopicRule$SnsActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$SnsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
messageFormatjava.lang.Stringcdk.support/lookup-entry:message-format
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-topic-rule-sns-action-property-builder function updates a CfnTopicRule$SnsActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$SnsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `messageFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-format` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-topic-rule-sqs-action-property-builderclj

(build-cfn-topic-rule-sqs-action-property-builder builder id config)

The build-cfn-topic-rule-sqs-action-property-builder function updates a CfnTopicRule$SqsActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$SqsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
queueUrljava.lang.Stringcdk.support/lookup-entry:queue-url
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
useBase64java.lang.Booleancdk.support/lookup-entry:use-base64
The build-cfn-topic-rule-sqs-action-property-builder function updates a CfnTopicRule$SqsActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$SqsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `queueUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-url` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `useBase64` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-base64` |
sourceraw docstring

build-cfn-topic-rule-step-functions-action-property-builderclj

(build-cfn-topic-rule-step-functions-action-property-builder builder id config)

The build-cfn-topic-rule-step-functions-action-property-builder function updates a CfnTopicRule$StepFunctionsActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$StepFunctionsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
executionNamePrefixjava.lang.Stringcdk.support/lookup-entry:execution-name-prefix
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stateMachineNamejava.lang.Stringcdk.support/lookup-entry:state-machine-name
The build-cfn-topic-rule-step-functions-action-property-builder function updates a CfnTopicRule$StepFunctionsActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$StepFunctionsActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `executionNamePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-name-prefix` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` |
sourceraw docstring

build-cfn-topic-rule-timestamp-property-builderclj

(build-cfn-topic-rule-timestamp-property-builder builder id config)

The build-cfn-topic-rule-timestamp-property-builder function updates a CfnTopicRule$TimestampProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$TimestampProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-topic-rule-timestamp-property-builder function updates a CfnTopicRule$TimestampProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$TimestampProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-topic-rule-timestream-action-property-builderclj

(build-cfn-topic-rule-timestream-action-property-builder builder id config)

The build-cfn-topic-rule-timestream-action-property-builder function updates a CfnTopicRule$TimestreamActionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$TimestreamActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
dimensionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dimensions
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
timestampsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timestamp
The build-cfn-topic-rule-timestream-action-property-builder function updates a CfnTopicRule$TimestreamActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$TimestreamActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
| `timestamp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timestamp` |
sourceraw docstring

build-cfn-topic-rule-timestream-dimension-property-builderclj

(build-cfn-topic-rule-timestream-dimension-property-builder builder id config)

The build-cfn-topic-rule-timestream-dimension-property-builder function updates a CfnTopicRule$TimestreamDimensionProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$TimestreamDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-topic-rule-timestream-dimension-property-builder function updates a CfnTopicRule$TimestreamDimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$TimestreamDimensionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-topic-rule-timestream-timestamp-property-builderclj

(build-cfn-topic-rule-timestream-timestamp-property-builder builder id config)

The build-cfn-topic-rule-timestream-timestamp-property-builder function updates a CfnTopicRule$TimestreamTimestampProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$TimestreamTimestampProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-topic-rule-timestream-timestamp-property-builder function updates a CfnTopicRule$TimestreamTimestampProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$TimestreamTimestampProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-topic-rule-topic-rule-payload-property-builderclj

(build-cfn-topic-rule-topic-rule-payload-property-builder builder id config)

The build-cfn-topic-rule-topic-rule-payload-property-builder function updates a CfnTopicRule$TopicRulePayloadProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$TopicRulePayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions
awsIotSqlVersionjava.lang.Stringcdk.support/lookup-entry:aws-iot-sql-version
descriptionjava.lang.Stringcdk.support/lookup-entry:description
errorActionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error-action
ruleDisabledjava.lang.Booleancdk.support/lookup-entry:rule-disabled
sqljava.lang.Stringcdk.support/lookup-entry:sql
The build-cfn-topic-rule-topic-rule-payload-property-builder function updates a CfnTopicRule$TopicRulePayloadProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$TopicRulePayloadProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `actions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions` |
| `awsIotSqlVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-iot-sql-version` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `errorAction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error-action` |
| `ruleDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rule-disabled` |
| `sql` | java.lang.String | [[cdk.support/lookup-entry]] | `:sql` |
sourceraw docstring

build-cfn-topic-rule-user-property-property-builderclj

(build-cfn-topic-rule-user-property-property-builder builder id config)

The build-cfn-topic-rule-user-property-property-builder function updates a CfnTopicRule$UserPropertyProperty$Builder instance using the provided configuration. The function takes the CfnTopicRule$UserPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-topic-rule-user-property-property-builder function updates a CfnTopicRule$UserPropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnTopicRule$UserPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

cfn-account-audit-configuration-audit-check-configuration-property-builderclj

(cfn-account-audit-configuration-audit-check-configuration-property-builder
  id
  config)

Creates a CfnAccountAuditConfiguration$AuditCheckConfigurationProperty$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  `CfnAccountAuditConfiguration$AuditCheckConfigurationProperty$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-account-audit-configuration-audit-check-configurations-property-builderclj

(cfn-account-audit-configuration-audit-check-configurations-property-builder
  id
  config)

Creates a CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty$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  `CfnAccountAuditConfiguration$AuditCheckConfigurationsProperty$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-account-audit-configuration-audit-notification-target-configurations-property-builderclj

(cfn-account-audit-configuration-audit-notification-target-configurations-property-builder
  id
  config)

Creates a CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty$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  `CfnAccountAuditConfiguration$AuditNotificationTargetConfigurationsProperty$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-account-audit-configuration-audit-notification-target-property-builderclj

(cfn-account-audit-configuration-audit-notification-target-property-builder
  id
  config)

Creates a CfnAccountAuditConfiguration$AuditNotificationTargetProperty$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  `CfnAccountAuditConfiguration$AuditNotificationTargetProperty$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-account-audit-configuration-builderclj

(cfn-account-audit-configuration-builder scope id config)

Creates a CfnAccountAuditConfiguration$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  `CfnAccountAuditConfiguration$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-account-audit-configuration-props-builderclj

(cfn-account-audit-configuration-props-builder id config)

Creates a CfnAccountAuditConfigurationProps$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  `CfnAccountAuditConfigurationProps$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-authorizer-builderclj

(cfn-authorizer-builder scope id config)

Creates a CfnAuthorizer$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  `CfnAuthorizer$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-authorizer-props-builderclj

(cfn-authorizer-props-builder id config)

Creates a CfnAuthorizerProps$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  `CfnAuthorizerProps$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-billing-group-billing-group-properties-property-builderclj

(cfn-billing-group-billing-group-properties-property-builder id config)

Creates a CfnBillingGroup$BillingGroupPropertiesProperty$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  `CfnBillingGroup$BillingGroupPropertiesProperty$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-billing-group-builderclj

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

Creates a CfnBillingGroup$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  `CfnBillingGroup$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-billing-group-props-builderclj

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

Creates a CfnBillingGroupProps$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  `CfnBillingGroupProps$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-ca-certificate-builderclj

(cfn-ca-certificate-builder scope id config)

Creates a CfnCACertificate$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  `CfnCACertificate$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-ca-certificate-props-builderclj

(cfn-ca-certificate-props-builder id config)

Creates a CfnCACertificateProps$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  `CfnCACertificateProps$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-ca-certificate-registration-config-property-builderclj

(cfn-ca-certificate-registration-config-property-builder id config)

Creates a CfnCACertificate$RegistrationConfigProperty$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  `CfnCACertificate$RegistrationConfigProperty$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-certificate-builderclj

(cfn-certificate-builder scope id config)

Creates a CfnCertificate$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  `CfnCertificate$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-certificate-props-builderclj

(cfn-certificate-props-builder id config)

Creates a CfnCertificateProps$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  `CfnCertificateProps$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-certificate-provider-builderclj

(cfn-certificate-provider-builder scope id config)

Creates a CfnCertificateProvider$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  `CfnCertificateProvider$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-certificate-provider-props-builderclj

(cfn-certificate-provider-props-builder id config)

Creates a CfnCertificateProviderProps$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  `CfnCertificateProviderProps$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-custom-metric-builderclj

(cfn-custom-metric-builder scope id config)

Creates a CfnCustomMetric$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  `CfnCustomMetric$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-custom-metric-props-builderclj

(cfn-custom-metric-props-builder id config)

Creates a CfnCustomMetricProps$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  `CfnCustomMetricProps$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-dimension-builderclj

(cfn-dimension-builder scope id config)

Creates a CfnDimension$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  `CfnDimension$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-dimension-props-builderclj

(cfn-dimension-props-builder id config)

Creates a CfnDimensionProps$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  `CfnDimensionProps$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-domain-configuration-authorizer-config-property-builderclj

(cfn-domain-configuration-authorizer-config-property-builder id config)

Creates a CfnDomainConfiguration$AuthorizerConfigProperty$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  `CfnDomainConfiguration$AuthorizerConfigProperty$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-domain-configuration-builderclj

(cfn-domain-configuration-builder scope id config)

Creates a CfnDomainConfiguration$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  `CfnDomainConfiguration$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-domain-configuration-props-builderclj

(cfn-domain-configuration-props-builder id config)

Creates a CfnDomainConfigurationProps$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  `CfnDomainConfigurationProps$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-domain-configuration-server-certificate-config-property-builderclj

(cfn-domain-configuration-server-certificate-config-property-builder id config)

Creates a CfnDomainConfiguration$ServerCertificateConfigProperty$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  `CfnDomainConfiguration$ServerCertificateConfigProperty$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-domain-configuration-server-certificate-summary-property-builderclj

(cfn-domain-configuration-server-certificate-summary-property-builder id config)

Creates a CfnDomainConfiguration$ServerCertificateSummaryProperty$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  `CfnDomainConfiguration$ServerCertificateSummaryProperty$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-domain-configuration-tls-config-property-builderclj

(cfn-domain-configuration-tls-config-property-builder id config)

Creates a CfnDomainConfiguration$TlsConfigProperty$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  `CfnDomainConfiguration$TlsConfigProperty$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-fleet-metric-aggregation-type-property-builderclj

(cfn-fleet-metric-aggregation-type-property-builder id config)

Creates a CfnFleetMetric$AggregationTypeProperty$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  `CfnFleetMetric$AggregationTypeProperty$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-fleet-metric-builderclj

(cfn-fleet-metric-builder scope id config)

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

cfn-fleet-metric-props-builderclj

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

Creates a CfnFleetMetricProps$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  `CfnFleetMetricProps$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-job-template-abort-config-property-builderclj

(cfn-job-template-abort-config-property-builder id config)

Creates a CfnJobTemplate$AbortConfigProperty$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  `CfnJobTemplate$AbortConfigProperty$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-job-template-abort-criteria-property-builderclj

(cfn-job-template-abort-criteria-property-builder id config)

Creates a CfnJobTemplate$AbortCriteriaProperty$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  `CfnJobTemplate$AbortCriteriaProperty$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-job-template-builderclj

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

Creates a CfnJobTemplate$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  `CfnJobTemplate$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-job-template-exponential-rollout-rate-property-builderclj

(cfn-job-template-exponential-rollout-rate-property-builder id config)

Creates a CfnJobTemplate$ExponentialRolloutRateProperty$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  `CfnJobTemplate$ExponentialRolloutRateProperty$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-job-template-job-executions-retry-config-property-builderclj

(cfn-job-template-job-executions-retry-config-property-builder id config)

Creates a CfnJobTemplate$JobExecutionsRetryConfigProperty$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  `CfnJobTemplate$JobExecutionsRetryConfigProperty$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-job-template-job-executions-rollout-config-property-builderclj

(cfn-job-template-job-executions-rollout-config-property-builder id config)

Creates a CfnJobTemplate$JobExecutionsRolloutConfigProperty$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  `CfnJobTemplate$JobExecutionsRolloutConfigProperty$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-job-template-maintenance-window-property-builderclj

(cfn-job-template-maintenance-window-property-builder id config)

Creates a CfnJobTemplate$MaintenanceWindowProperty$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  `CfnJobTemplate$MaintenanceWindowProperty$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-job-template-presigned-url-config-property-builderclj

(cfn-job-template-presigned-url-config-property-builder id config)

Creates a CfnJobTemplate$PresignedUrlConfigProperty$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  `CfnJobTemplate$PresignedUrlConfigProperty$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-job-template-props-builderclj

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

Creates a CfnJobTemplateProps$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  `CfnJobTemplateProps$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-job-template-rate-increase-criteria-property-builderclj

(cfn-job-template-rate-increase-criteria-property-builder id config)

Creates a CfnJobTemplate$RateIncreaseCriteriaProperty$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  `CfnJobTemplate$RateIncreaseCriteriaProperty$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-job-template-retry-criteria-property-builderclj

(cfn-job-template-retry-criteria-property-builder id config)

Creates a CfnJobTemplate$RetryCriteriaProperty$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  `CfnJobTemplate$RetryCriteriaProperty$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-job-template-timeout-config-property-builderclj

(cfn-job-template-timeout-config-property-builder id config)

Creates a CfnJobTemplate$TimeoutConfigProperty$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  `CfnJobTemplate$TimeoutConfigProperty$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-logging-builderclj

(cfn-logging-builder scope id config)

Creates a CfnLogging$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  `CfnLogging$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-logging-props-builderclj

(cfn-logging-props-builder id config)

Creates a CfnLoggingProps$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  `CfnLoggingProps$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-mitigation-action-action-params-property-builderclj

(cfn-mitigation-action-action-params-property-builder id config)

Creates a CfnMitigationAction$ActionParamsProperty$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  `CfnMitigationAction$ActionParamsProperty$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-mitigation-action-add-things-to-thing-group-params-property-builderclj

(cfn-mitigation-action-add-things-to-thing-group-params-property-builder id
                                                                         config)

Creates a CfnMitigationAction$AddThingsToThingGroupParamsProperty$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  `CfnMitigationAction$AddThingsToThingGroupParamsProperty$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-mitigation-action-builderclj

(cfn-mitigation-action-builder scope id config)

Creates a CfnMitigationAction$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  `CfnMitigationAction$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-mitigation-action-enable-io-t-logging-params-property-builderclj

(cfn-mitigation-action-enable-io-t-logging-params-property-builder id config)

Creates a CfnMitigationAction$EnableIoTLoggingParamsProperty$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  `CfnMitigationAction$EnableIoTLoggingParamsProperty$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-mitigation-action-props-builderclj

(cfn-mitigation-action-props-builder id config)

Creates a CfnMitigationActionProps$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  `CfnMitigationActionProps$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-mitigation-action-publish-finding-to-sns-params-property-builderclj

(cfn-mitigation-action-publish-finding-to-sns-params-property-builder id config)

Creates a CfnMitigationAction$PublishFindingToSnsParamsProperty$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  `CfnMitigationAction$PublishFindingToSnsParamsProperty$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-mitigation-action-replace-default-policy-version-params-property-builderclj

(cfn-mitigation-action-replace-default-policy-version-params-property-builder
  id
  config)

Creates a CfnMitigationAction$ReplaceDefaultPolicyVersionParamsProperty$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  `CfnMitigationAction$ReplaceDefaultPolicyVersionParamsProperty$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-mitigation-action-update-ca-certificate-params-property-builderclj

(cfn-mitigation-action-update-ca-certificate-params-property-builder id config)

Creates a CfnMitigationAction$UpdateCACertificateParamsProperty$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  `CfnMitigationAction$UpdateCACertificateParamsProperty$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-mitigation-action-update-device-certificate-params-property-builderclj

(cfn-mitigation-action-update-device-certificate-params-property-builder id
                                                                         config)

Creates a CfnMitigationAction$UpdateDeviceCertificateParamsProperty$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  `CfnMitigationAction$UpdateDeviceCertificateParamsProperty$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-policy-builderclj

(cfn-policy-builder scope id config)

Creates a CfnPolicy$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  `CfnPolicy$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-policy-principal-attachment-builderclj

(cfn-policy-principal-attachment-builder scope id config)

Creates a CfnPolicyPrincipalAttachment$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  `CfnPolicyPrincipalAttachment$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-policy-principal-attachment-props-builderclj

(cfn-policy-principal-attachment-props-builder id config)

Creates a CfnPolicyPrincipalAttachmentProps$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  `CfnPolicyPrincipalAttachmentProps$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-policy-props-builderclj

(cfn-policy-props-builder id config)

Creates a CfnPolicyProps$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  `CfnPolicyProps$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-provisioning-template-builderclj

(cfn-provisioning-template-builder scope id config)

Creates a CfnProvisioningTemplate$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  `CfnProvisioningTemplate$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-provisioning-template-props-builderclj

(cfn-provisioning-template-props-builder id config)

Creates a CfnProvisioningTemplateProps$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  `CfnProvisioningTemplateProps$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-provisioning-template-provisioning-hook-property-builderclj

(cfn-provisioning-template-provisioning-hook-property-builder id config)

Creates a CfnProvisioningTemplate$ProvisioningHookProperty$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  `CfnProvisioningTemplate$ProvisioningHookProperty$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-specific-logging-builderclj

(cfn-resource-specific-logging-builder scope id config)

Creates a CfnResourceSpecificLogging$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  `CfnResourceSpecificLogging$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-specific-logging-props-builderclj

(cfn-resource-specific-logging-props-builder id config)

Creates a CfnResourceSpecificLoggingProps$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  `CfnResourceSpecificLoggingProps$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-role-alias-builderclj

(cfn-role-alias-builder scope id config)

Creates a CfnRoleAlias$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  `CfnRoleAlias$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-role-alias-props-builderclj

(cfn-role-alias-props-builder id config)

Creates a CfnRoleAliasProps$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  `CfnRoleAliasProps$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-scheduled-audit-builderclj

(cfn-scheduled-audit-builder scope id config)

Creates a CfnScheduledAudit$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  `CfnScheduledAudit$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-scheduled-audit-props-builderclj

(cfn-scheduled-audit-props-builder id config)

Creates a CfnScheduledAuditProps$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  `CfnScheduledAuditProps$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-security-profile-alert-target-property-builderclj

(cfn-security-profile-alert-target-property-builder id config)

Creates a CfnSecurityProfile$AlertTargetProperty$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  `CfnSecurityProfile$AlertTargetProperty$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-security-profile-behavior-criteria-property-builderclj

(cfn-security-profile-behavior-criteria-property-builder id config)

Creates a CfnSecurityProfile$BehaviorCriteriaProperty$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  `CfnSecurityProfile$BehaviorCriteriaProperty$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-security-profile-behavior-property-builderclj

(cfn-security-profile-behavior-property-builder id config)

Creates a CfnSecurityProfile$BehaviorProperty$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  `CfnSecurityProfile$BehaviorProperty$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-security-profile-builderclj

(cfn-security-profile-builder scope id config)

Creates a CfnSecurityProfile$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  `CfnSecurityProfile$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-security-profile-machine-learning-detection-config-property-builderclj

(cfn-security-profile-machine-learning-detection-config-property-builder id
                                                                         config)

Creates a CfnSecurityProfile$MachineLearningDetectionConfigProperty$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  `CfnSecurityProfile$MachineLearningDetectionConfigProperty$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-security-profile-metric-dimension-property-builderclj

(cfn-security-profile-metric-dimension-property-builder id config)

Creates a CfnSecurityProfile$MetricDimensionProperty$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  `CfnSecurityProfile$MetricDimensionProperty$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-security-profile-metric-to-retain-property-builderclj

(cfn-security-profile-metric-to-retain-property-builder id config)

Creates a CfnSecurityProfile$MetricToRetainProperty$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  `CfnSecurityProfile$MetricToRetainProperty$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-security-profile-metric-value-property-builderclj

(cfn-security-profile-metric-value-property-builder id config)

Creates a CfnSecurityProfile$MetricValueProperty$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  `CfnSecurityProfile$MetricValueProperty$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-security-profile-metrics-export-config-property-builderclj

(cfn-security-profile-metrics-export-config-property-builder id config)

Creates a CfnSecurityProfile$MetricsExportConfigProperty$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  `CfnSecurityProfile$MetricsExportConfigProperty$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-security-profile-props-builderclj

(cfn-security-profile-props-builder id config)

Creates a CfnSecurityProfileProps$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  `CfnSecurityProfileProps$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-security-profile-statistical-threshold-property-builderclj

(cfn-security-profile-statistical-threshold-property-builder id config)

Creates a CfnSecurityProfile$StatisticalThresholdProperty$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  `CfnSecurityProfile$StatisticalThresholdProperty$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-software-package-builderclj

(cfn-software-package-builder scope id config)

Creates a CfnSoftwarePackage$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  `CfnSoftwarePackage$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-software-package-props-builderclj

(cfn-software-package-props-builder id config)

Creates a CfnSoftwarePackageProps$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  `CfnSoftwarePackageProps$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-software-package-version-builderclj

(cfn-software-package-version-builder scope id config)

Creates a CfnSoftwarePackageVersion$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  `CfnSoftwarePackageVersion$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-software-package-version-props-builderclj

(cfn-software-package-version-props-builder id config)

Creates a CfnSoftwarePackageVersionProps$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  `CfnSoftwarePackageVersionProps$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-thing-attribute-payload-property-builderclj

(cfn-thing-attribute-payload-property-builder id config)

Creates a CfnThing$AttributePayloadProperty$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  `CfnThing$AttributePayloadProperty$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-thing-builderclj

(cfn-thing-builder scope id config)

Creates a CfnThing$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  `CfnThing$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-thing-group-attribute-payload-property-builderclj

(cfn-thing-group-attribute-payload-property-builder id config)

Creates a CfnThingGroup$AttributePayloadProperty$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  `CfnThingGroup$AttributePayloadProperty$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-thing-group-builderclj

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

Creates a CfnThingGroup$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  `CfnThingGroup$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-thing-group-props-builderclj

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

Creates a CfnThingGroupProps$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  `CfnThingGroupProps$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-thing-group-thing-group-properties-property-builderclj

(cfn-thing-group-thing-group-properties-property-builder id config)

Creates a CfnThingGroup$ThingGroupPropertiesProperty$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  `CfnThingGroup$ThingGroupPropertiesProperty$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-thing-principal-attachment-builderclj

(cfn-thing-principal-attachment-builder scope id config)

Creates a CfnThingPrincipalAttachment$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  `CfnThingPrincipalAttachment$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-thing-principal-attachment-props-builderclj

(cfn-thing-principal-attachment-props-builder id config)

Creates a CfnThingPrincipalAttachmentProps$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  `CfnThingPrincipalAttachmentProps$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-thing-props-builderclj

(cfn-thing-props-builder id config)

Creates a CfnThingProps$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  `CfnThingProps$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-thing-type-builderclj

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

Creates a CfnThingType$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  `CfnThingType$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-thing-type-props-builderclj

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

Creates a CfnThingTypeProps$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  `CfnThingTypeProps$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-thing-type-thing-type-properties-property-builderclj

(cfn-thing-type-thing-type-properties-property-builder id config)

Creates a CfnThingType$ThingTypePropertiesProperty$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  `CfnThingType$ThingTypePropertiesProperty$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-topic-rule-action-property-builderclj

(cfn-topic-rule-action-property-builder id config)

Creates a CfnTopicRule$ActionProperty$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  `CfnTopicRule$ActionProperty$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-topic-rule-asset-property-timestamp-property-builderclj

(cfn-topic-rule-asset-property-timestamp-property-builder id config)

Creates a CfnTopicRule$AssetPropertyTimestampProperty$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  `CfnTopicRule$AssetPropertyTimestampProperty$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-topic-rule-asset-property-value-property-builderclj

(cfn-topic-rule-asset-property-value-property-builder id config)

Creates a CfnTopicRule$AssetPropertyValueProperty$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  `CfnTopicRule$AssetPropertyValueProperty$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-topic-rule-asset-property-variant-property-builderclj

(cfn-topic-rule-asset-property-variant-property-builder id config)

Creates a CfnTopicRule$AssetPropertyVariantProperty$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  `CfnTopicRule$AssetPropertyVariantProperty$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-topic-rule-builderclj

(cfn-topic-rule-builder scope id config)

Creates a CfnTopicRule$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  `CfnTopicRule$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-topic-rule-cloudwatch-alarm-action-property-builderclj

(cfn-topic-rule-cloudwatch-alarm-action-property-builder id config)

Creates a CfnTopicRule$CloudwatchAlarmActionProperty$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  `CfnTopicRule$CloudwatchAlarmActionProperty$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-topic-rule-cloudwatch-logs-action-property-builderclj

(cfn-topic-rule-cloudwatch-logs-action-property-builder id config)

Creates a CfnTopicRule$CloudwatchLogsActionProperty$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  `CfnTopicRule$CloudwatchLogsActionProperty$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-topic-rule-cloudwatch-metric-action-property-builderclj

(cfn-topic-rule-cloudwatch-metric-action-property-builder id config)

Creates a CfnTopicRule$CloudwatchMetricActionProperty$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  `CfnTopicRule$CloudwatchMetricActionProperty$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-topic-rule-destination-builderclj

(cfn-topic-rule-destination-builder scope id config)

Creates a CfnTopicRuleDestination$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  `CfnTopicRuleDestination$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-topic-rule-destination-http-url-destination-summary-property-builderclj

(cfn-topic-rule-destination-http-url-destination-summary-property-builder
  id
  config)

Creates a CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty$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  `CfnTopicRuleDestination$HttpUrlDestinationSummaryProperty$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-topic-rule-destination-props-builderclj

(cfn-topic-rule-destination-props-builder id config)

Creates a CfnTopicRuleDestinationProps$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  `CfnTopicRuleDestinationProps$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-topic-rule-destination-vpc-destination-properties-property-builderclj

(cfn-topic-rule-destination-vpc-destination-properties-property-builder id
                                                                        config)

Creates a CfnTopicRuleDestination$VpcDestinationPropertiesProperty$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  `CfnTopicRuleDestination$VpcDestinationPropertiesProperty$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-topic-rule-dynamo-d-bv2-action-property-builderclj

(cfn-topic-rule-dynamo-d-bv2-action-property-builder id config)

Creates a CfnTopicRule$DynamoDBv2ActionProperty$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  `CfnTopicRule$DynamoDBv2ActionProperty$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-topic-rule-dynamo-db-action-property-builderclj

(cfn-topic-rule-dynamo-db-action-property-builder id config)

Creates a CfnTopicRule$DynamoDBActionProperty$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  `CfnTopicRule$DynamoDBActionProperty$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-topic-rule-elasticsearch-action-property-builderclj

(cfn-topic-rule-elasticsearch-action-property-builder id config)

Creates a CfnTopicRule$ElasticsearchActionProperty$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  `CfnTopicRule$ElasticsearchActionProperty$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-topic-rule-firehose-action-property-builderclj

(cfn-topic-rule-firehose-action-property-builder id config)

Creates a CfnTopicRule$FirehoseActionProperty$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  `CfnTopicRule$FirehoseActionProperty$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-topic-rule-http-action-header-property-builderclj

(cfn-topic-rule-http-action-header-property-builder id config)

Creates a CfnTopicRule$HttpActionHeaderProperty$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  `CfnTopicRule$HttpActionHeaderProperty$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-topic-rule-http-action-property-builderclj

(cfn-topic-rule-http-action-property-builder id config)

Creates a CfnTopicRule$HttpActionProperty$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  `CfnTopicRule$HttpActionProperty$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-topic-rule-http-authorization-property-builderclj

(cfn-topic-rule-http-authorization-property-builder id config)

Creates a CfnTopicRule$HttpAuthorizationProperty$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  `CfnTopicRule$HttpAuthorizationProperty$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-topic-rule-iot-analytics-action-property-builderclj

(cfn-topic-rule-iot-analytics-action-property-builder id config)

Creates a CfnTopicRule$IotAnalyticsActionProperty$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  `CfnTopicRule$IotAnalyticsActionProperty$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-topic-rule-iot-events-action-property-builderclj

(cfn-topic-rule-iot-events-action-property-builder id config)

Creates a CfnTopicRule$IotEventsActionProperty$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  `CfnTopicRule$IotEventsActionProperty$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-topic-rule-iot-site-wise-action-property-builderclj

(cfn-topic-rule-iot-site-wise-action-property-builder id config)

Creates a CfnTopicRule$IotSiteWiseActionProperty$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  `CfnTopicRule$IotSiteWiseActionProperty$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-topic-rule-kafka-action-header-property-builderclj

(cfn-topic-rule-kafka-action-header-property-builder id config)

Creates a CfnTopicRule$KafkaActionHeaderProperty$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  `CfnTopicRule$KafkaActionHeaderProperty$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-topic-rule-kafka-action-property-builderclj

(cfn-topic-rule-kafka-action-property-builder id config)

Creates a CfnTopicRule$KafkaActionProperty$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  `CfnTopicRule$KafkaActionProperty$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-topic-rule-kinesis-action-property-builderclj

(cfn-topic-rule-kinesis-action-property-builder id config)

Creates a CfnTopicRule$KinesisActionProperty$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  `CfnTopicRule$KinesisActionProperty$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-topic-rule-lambda-action-property-builderclj

(cfn-topic-rule-lambda-action-property-builder id config)

Creates a CfnTopicRule$LambdaActionProperty$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  `CfnTopicRule$LambdaActionProperty$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-topic-rule-location-action-property-builderclj

(cfn-topic-rule-location-action-property-builder id config)

Creates a CfnTopicRule$LocationActionProperty$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  `CfnTopicRule$LocationActionProperty$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-topic-rule-open-search-action-property-builderclj

(cfn-topic-rule-open-search-action-property-builder id config)

Creates a CfnTopicRule$OpenSearchActionProperty$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  `CfnTopicRule$OpenSearchActionProperty$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-topic-rule-props-builderclj

(cfn-topic-rule-props-builder id config)

Creates a CfnTopicRuleProps$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  `CfnTopicRuleProps$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-topic-rule-put-asset-property-value-entry-property-builderclj

(cfn-topic-rule-put-asset-property-value-entry-property-builder id config)

Creates a CfnTopicRule$PutAssetPropertyValueEntryProperty$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  `CfnTopicRule$PutAssetPropertyValueEntryProperty$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-topic-rule-put-item-input-property-builderclj

(cfn-topic-rule-put-item-input-property-builder id config)

Creates a CfnTopicRule$PutItemInputProperty$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  `CfnTopicRule$PutItemInputProperty$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-topic-rule-republish-action-headers-property-builderclj

(cfn-topic-rule-republish-action-headers-property-builder id config)

Creates a CfnTopicRule$RepublishActionHeadersProperty$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  `CfnTopicRule$RepublishActionHeadersProperty$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-topic-rule-republish-action-property-builderclj

(cfn-topic-rule-republish-action-property-builder id config)

Creates a CfnTopicRule$RepublishActionProperty$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  `CfnTopicRule$RepublishActionProperty$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-topic-rule-s3-action-property-builderclj

(cfn-topic-rule-s3-action-property-builder id config)

Creates a CfnTopicRule$S3ActionProperty$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  `CfnTopicRule$S3ActionProperty$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-topic-rule-sig-v4-authorization-property-builderclj

(cfn-topic-rule-sig-v4-authorization-property-builder id config)

Creates a CfnTopicRule$SigV4AuthorizationProperty$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  `CfnTopicRule$SigV4AuthorizationProperty$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-topic-rule-sns-action-property-builderclj

(cfn-topic-rule-sns-action-property-builder id config)

Creates a CfnTopicRule$SnsActionProperty$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  `CfnTopicRule$SnsActionProperty$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-topic-rule-sqs-action-property-builderclj

(cfn-topic-rule-sqs-action-property-builder id config)

Creates a CfnTopicRule$SqsActionProperty$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  `CfnTopicRule$SqsActionProperty$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-topic-rule-step-functions-action-property-builderclj

(cfn-topic-rule-step-functions-action-property-builder id config)

Creates a CfnTopicRule$StepFunctionsActionProperty$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  `CfnTopicRule$StepFunctionsActionProperty$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-topic-rule-timestamp-property-builderclj

(cfn-topic-rule-timestamp-property-builder id config)

Creates a CfnTopicRule$TimestampProperty$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  `CfnTopicRule$TimestampProperty$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-topic-rule-timestream-action-property-builderclj

(cfn-topic-rule-timestream-action-property-builder id config)

Creates a CfnTopicRule$TimestreamActionProperty$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  `CfnTopicRule$TimestreamActionProperty$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-topic-rule-timestream-dimension-property-builderclj

(cfn-topic-rule-timestream-dimension-property-builder id config)

Creates a CfnTopicRule$TimestreamDimensionProperty$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  `CfnTopicRule$TimestreamDimensionProperty$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-topic-rule-timestream-timestamp-property-builderclj

(cfn-topic-rule-timestream-timestamp-property-builder id config)

Creates a CfnTopicRule$TimestreamTimestampProperty$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  `CfnTopicRule$TimestreamTimestampProperty$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-topic-rule-topic-rule-payload-property-builderclj

(cfn-topic-rule-topic-rule-payload-property-builder id config)

Creates a CfnTopicRule$TopicRulePayloadProperty$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  `CfnTopicRule$TopicRulePayloadProperty$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-topic-rule-user-property-property-builderclj

(cfn-topic-rule-user-property-property-builder id config)

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