Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.datazone

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

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

build-cfn-data-source-builderclj

(build-cfn-data-source-builder builder id config)

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

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
assetFormsInputjava.util.Listcdk.support/lookup-entry:asset-forms-input
configurationsoftware.amazon.awscdk.services.datazone.CfnDataSource$DataSourceConfigurationInputPropertycdk.support/lookup-entry:configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
enableSettingjava.lang.Stringcdk.support/lookup-entry:enable-setting
environmentIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
publishOnImportsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publish-on-import
recommendationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recommendation
schedulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schedule
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration.
  The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetFormsInput` | java.util.List | [[cdk.support/lookup-entry]] | `:asset-forms-input` |
| `configuration` | software.amazon.awscdk.services.datazone.CfnDataSource$DataSourceConfigurationInputProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `enableSetting` | java.lang.String | [[cdk.support/lookup-entry]] | `:enable-setting` |
| `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
| `publishOnImport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publish-on-import` |
| `recommendation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recommendation` |
| `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-data-source-data-source-configuration-input-property-builderclj

(build-cfn-data-source-data-source-configuration-input-property-builder builder
                                                                        id
                                                                        config)

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

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
glueRunConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:glue-run-configuration
redshiftRunConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:redshift-run-configuration
The build-cfn-data-source-data-source-configuration-input-property-builder function updates a CfnDataSource$DataSourceConfigurationInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DataSourceConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `glueRunConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:glue-run-configuration` |
| `redshiftRunConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redshift-run-configuration` |
sourceraw docstring

build-cfn-data-source-filter-expression-property-builderclj

(build-cfn-data-source-filter-expression-property-builder builder id config)

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

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-data-source-filter-expression-property-builder function updates a CfnDataSource$FilterExpressionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$FilterExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-data-source-form-input-property-builderclj

(build-cfn-data-source-form-input-property-builder builder id config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
formNamejava.lang.Stringcdk.support/lookup-entry:form-name
typeIdentifierjava.lang.Stringcdk.support/lookup-entry:type-identifier
typeRevisionjava.lang.Stringcdk.support/lookup-entry:type-revision
The build-cfn-data-source-form-input-property-builder function updates a CfnDataSource$FormInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$FormInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
| `formName` | java.lang.String | [[cdk.support/lookup-entry]] | `:form-name` |
| `typeIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-identifier` |
| `typeRevision` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-revision` |
sourceraw docstring

build-cfn-data-source-glue-run-configuration-input-property-builderclj

(build-cfn-data-source-glue-run-configuration-input-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-data-source-glue-run-configuration-input-property-builder function updates a CfnDataSource$GlueRunConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$GlueRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoImportDataQualityResultsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-import-data-quality-result
dataAccessRolejava.lang.Stringcdk.support/lookup-entry:data-access-role
relationalFilterConfigurationsjava.util.Listcdk.support/lookup-entry:relational-filter-configurations
The build-cfn-data-source-glue-run-configuration-input-property-builder function updates a CfnDataSource$GlueRunConfigurationInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$GlueRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoImportDataQualityResult` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-import-data-quality-result` |
| `dataAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-access-role` |
| `relationalFilterConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:relational-filter-configurations` |
sourceraw docstring

build-cfn-data-source-props-builderclj

(build-cfn-data-source-props-builder builder id config)

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

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
assetFormsInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:asset-forms-input
configurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
enableSettingjava.lang.Stringcdk.support/lookup-entry:enable-setting
environmentIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
publishOnImportjava.lang.Booleancdk.support/lookup-entry:publish-on-import
recommendationsoftware.amazon.awscdk.services.datazone.CfnDataSource$RecommendationConfigurationPropertycdk.support/lookup-entry:recommendation
schedulesoftware.amazon.awscdk.services.datazone.CfnDataSource$ScheduleConfigurationPropertycdk.support/lookup-entry:schedule
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration.
  The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetFormsInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:asset-forms-input` |
| `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `enableSetting` | java.lang.String | [[cdk.support/lookup-entry]] | `:enable-setting` |
| `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
| `publishOnImport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publish-on-import` |
| `recommendation` | software.amazon.awscdk.services.datazone.CfnDataSource$RecommendationConfigurationProperty | [[cdk.support/lookup-entry]] | `:recommendation` |
| `schedule` | software.amazon.awscdk.services.datazone.CfnDataSource$ScheduleConfigurationProperty | [[cdk.support/lookup-entry]] | `:schedule` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-data-source-recommendation-configuration-property-builderclj

(build-cfn-data-source-recommendation-configuration-property-builder builder
                                                                     id
                                                                     config)

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

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
enableBusinessNameGenerationjava.lang.Booleancdk.support/lookup-entry:enable-business-name-generation
The build-cfn-data-source-recommendation-configuration-property-builder function updates a CfnDataSource$RecommendationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RecommendationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableBusinessNameGeneration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-business-name-generation` |
sourceraw docstring

build-cfn-data-source-redshift-cluster-storage-property-builderclj

(build-cfn-data-source-redshift-cluster-storage-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-data-source-redshift-cluster-storage-property-builder function updates a CfnDataSource$RedshiftClusterStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftClusterStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
The build-cfn-data-source-redshift-cluster-storage-property-builder function updates a CfnDataSource$RedshiftClusterStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RedshiftClusterStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-data-source-redshift-credential-configuration-property-builderclj

(build-cfn-data-source-redshift-credential-configuration-property-builder
  builder
  id
  config)

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

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
secretManagerArnjava.lang.Stringcdk.support/lookup-entry:secret-manager-arn
The build-cfn-data-source-redshift-credential-configuration-property-builder function updates a CfnDataSource$RedshiftCredentialConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RedshiftCredentialConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-data-source-redshift-run-configuration-input-property-builderclj

(build-cfn-data-source-redshift-run-configuration-input-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-data-source-redshift-run-configuration-input-property-builder function updates a CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dataAccessRolejava.lang.Stringcdk.support/lookup-entry:data-access-role
redshiftCredentialConfigurationsoftware.amazon.awscdk.services.datazone.CfnDataSource$RedshiftCredentialConfigurationPropertycdk.support/lookup-entry:redshift-credential-configuration
redshiftStoragesoftware.amazon.awscdk.services.datazone.CfnDataSource$RedshiftStoragePropertycdk.support/lookup-entry:redshift-storage
relationalFilterConfigurationsjava.util.Listcdk.support/lookup-entry:relational-filter-configurations
The build-cfn-data-source-redshift-run-configuration-input-property-builder function updates a CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RedshiftRunConfigurationInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-access-role` |
| `redshiftCredentialConfiguration` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftCredentialConfigurationProperty | [[cdk.support/lookup-entry]] | `:redshift-credential-configuration` |
| `redshiftStorage` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftStorageProperty | [[cdk.support/lookup-entry]] | `:redshift-storage` |
| `relationalFilterConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:relational-filter-configurations` |
sourceraw docstring

build-cfn-data-source-redshift-serverless-storage-property-builderclj

(build-cfn-data-source-redshift-serverless-storage-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-data-source-redshift-serverless-storage-property-builder function updates a CfnDataSource$RedshiftServerlessStorageProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RedshiftServerlessStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
workgroupNamejava.lang.Stringcdk.support/lookup-entry:workgroup-name
The build-cfn-data-source-redshift-serverless-storage-property-builder function updates a CfnDataSource$RedshiftServerlessStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RedshiftServerlessStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-data-source-redshift-storage-property-builderclj

(build-cfn-data-source-redshift-storage-property-builder builder id config)

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

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
redshiftClusterSourcesoftware.amazon.awscdk.services.datazone.CfnDataSource$RedshiftClusterStoragePropertycdk.support/lookup-entry:redshift-cluster-source
redshiftServerlessSourcesoftware.amazon.awscdk.services.datazone.CfnDataSource$RedshiftServerlessStoragePropertycdk.support/lookup-entry:redshift-serverless-source
The build-cfn-data-source-redshift-storage-property-builder function updates a CfnDataSource$RedshiftStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RedshiftStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `redshiftClusterSource` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftClusterStorageProperty | [[cdk.support/lookup-entry]] | `:redshift-cluster-source` |
| `redshiftServerlessSource` | software.amazon.awscdk.services.datazone.CfnDataSource$RedshiftServerlessStorageProperty | [[cdk.support/lookup-entry]] | `:redshift-serverless-source` |
sourceraw docstring

build-cfn-data-source-relational-filter-configuration-property-builderclj

(build-cfn-data-source-relational-filter-configuration-property-builder builder
                                                                        id
                                                                        config)

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

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
filterExpressionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-expressions
schemaNamejava.lang.Stringcdk.support/lookup-entry:schema-name
The build-cfn-data-source-relational-filter-configuration-property-builder function updates a CfnDataSource$RelationalFilterConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$RelationalFilterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `filterExpressions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-expressions` |
| `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
sourceraw docstring

build-cfn-data-source-schedule-configuration-property-builderclj

(build-cfn-data-source-schedule-configuration-property-builder builder
                                                               id
                                                               config)

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

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
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
timezonejava.lang.Stringcdk.support/lookup-entry:timezone
The build-cfn-data-source-schedule-configuration-property-builder function updates a CfnDataSource$ScheduleConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ScheduleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-domain-builderclj

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

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

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
domainExecutionRolejava.lang.Stringcdk.support/lookup-entry:domain-execution-role
kmsKeyIdentifierjava.lang.Stringcdk.support/lookup-entry:kms-key-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
singleSignOnsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:single-sign-on
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration.
  The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `domainExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-execution-role` |
| `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `singleSignOn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:single-sign-on` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-domain-props-builderclj

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

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

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
domainExecutionRolejava.lang.Stringcdk.support/lookup-entry:domain-execution-role
kmsKeyIdentifierjava.lang.Stringcdk.support/lookup-entry:kms-key-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
singleSignOnsoftware.amazon.awscdk.services.datazone.CfnDomain$SingleSignOnPropertycdk.support/lookup-entry:single-sign-on
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration.
  The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `domainExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-execution-role` |
| `kmsKeyIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `singleSignOn` | software.amazon.awscdk.services.datazone.CfnDomain$SingleSignOnProperty | [[cdk.support/lookup-entry]] | `:single-sign-on` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-domain-single-sign-on-property-builderclj

(build-cfn-domain-single-sign-on-property-builder builder id config)

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

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
typejava.lang.Stringcdk.support/lookup-entry:type
userAssignmentjava.lang.Stringcdk.support/lookup-entry:user-assignment
The build-cfn-domain-single-sign-on-property-builder function updates a CfnDomain$SingleSignOnProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$SingleSignOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-environment-blueprint-configuration-builderclj

(build-cfn-environment-blueprint-configuration-builder builder id config)

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
enabledRegionsjava.util.Listcdk.support/lookup-entry:enabled-regions
environmentBlueprintIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-blueprint-identifier
manageAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:manage-access-role-arn
provisioningRoleArnjava.lang.Stringcdk.support/lookup-entry:provisioning-role-arn
regionalParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:regional-parameters
The build-cfn-environment-blueprint-configuration-builder function updates a CfnEnvironmentBlueprintConfiguration$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentBlueprintConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `enabledRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:enabled-regions` |
| `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` |
| `manageAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role-arn` |
| `provisioningRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-role-arn` |
| `regionalParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:regional-parameters` |
sourceraw docstring

build-cfn-environment-blueprint-configuration-props-builderclj

(build-cfn-environment-blueprint-configuration-props-builder builder id config)

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
enabledRegionsjava.util.Listcdk.support/lookup-entry:enabled-regions
environmentBlueprintIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-blueprint-identifier
manageAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:manage-access-role-arn
provisioningRoleArnjava.lang.Stringcdk.support/lookup-entry:provisioning-role-arn
regionalParametersjava.util.Listcdk.support/lookup-entry:regional-parameters
The build-cfn-environment-blueprint-configuration-props-builder function updates a CfnEnvironmentBlueprintConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentBlueprintConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `enabledRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:enabled-regions` |
| `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` |
| `manageAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role-arn` |
| `provisioningRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioning-role-arn` |
| `regionalParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:regional-parameters` |
sourceraw docstring

build-cfn-environment-blueprint-configuration-regional-parameter-property-builderclj

(build-cfn-environment-blueprint-configuration-regional-parameter-property-builder
  builder
  id
  config)

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

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
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-cfn-environment-blueprint-configuration-regional-parameter-property-builder function updates a CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentBlueprintConfiguration$RegionalParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-environment-builderclj

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

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
environmentProfileIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-profile-identifier
glossaryTermsjava.util.Listcdk.support/lookup-entry:glossary-terms
namejava.lang.Stringcdk.support/lookup-entry:name
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
userParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-parameters
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration.
  The function takes the CfnEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `environmentProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-profile-identifier` |
| `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
| `userParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-parameters` |
sourceraw docstring

build-cfn-environment-environment-parameter-property-builderclj

(build-cfn-environment-environment-parameter-property-builder builder id config)

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

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-environment-environment-parameter-property-builder function updates a CfnEnvironment$EnvironmentParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnEnvironment$EnvironmentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-environment-profile-builderclj

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

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

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
awsAccountIdjava.lang.Stringcdk.support/lookup-entry:aws-account-id
awsAccountRegionjava.lang.Stringcdk.support/lookup-entry:aws-account-region
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
environmentBlueprintIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-blueprint-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
userParametersjava.util.Listcdk.support/lookup-entry:user-parameters
The build-cfn-environment-profile-builder function updates a CfnEnvironmentProfile$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` |
| `awsAccountRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-region` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
| `userParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:user-parameters` |
sourceraw docstring

build-cfn-environment-profile-environment-parameter-property-builderclj

(build-cfn-environment-profile-environment-parameter-property-builder builder
                                                                      id
                                                                      config)

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

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-environment-profile-environment-parameter-property-builder function updates a CfnEnvironmentProfile$EnvironmentParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentProfile$EnvironmentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-environment-profile-props-builderclj

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

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

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
awsAccountIdjava.lang.Stringcdk.support/lookup-entry:aws-account-id
awsAccountRegionjava.lang.Stringcdk.support/lookup-entry:aws-account-region
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
environmentBlueprintIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-blueprint-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
userParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-parameters
The build-cfn-environment-profile-props-builder function updates a CfnEnvironmentProfileProps$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` |
| `awsAccountRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-region` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `environmentBlueprintIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-blueprint-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
| `userParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-parameters` |
sourceraw docstring

build-cfn-environment-props-builderclj

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

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
environmentProfileIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-profile-identifier
glossaryTermsjava.util.Listcdk.support/lookup-entry:glossary-terms
namejava.lang.Stringcdk.support/lookup-entry:name
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
userParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-parameters
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration.
  The function takes the CfnEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `environmentProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-profile-identifier` |
| `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
| `userParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-parameters` |
sourceraw docstring

build-cfn-group-profile-builderclj

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

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
groupIdentifierjava.lang.Stringcdk.support/lookup-entry:group-identifier
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-group-profile-builder function updates a CfnGroupProfile$Builder instance using the provided configuration.
  The function takes the CfnGroupProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `groupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-identifier` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-group-profile-props-builderclj

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

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
groupIdentifierjava.lang.Stringcdk.support/lookup-entry:group-identifier
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-group-profile-props-builder function updates a CfnGroupProfileProps$Builder instance using the provided configuration.
  The function takes the CfnGroupProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `groupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-identifier` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-project-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
glossaryTermsjava.util.Listcdk.support/lookup-entry:glossary-terms
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration.
  The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-project-membership-builderclj

(build-cfn-project-membership-builder builder id config)

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

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
designationjava.lang.Stringcdk.support/lookup-entry:designation
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
membersoftware.amazon.awscdk.services.datazone.CfnProjectMembership$MemberPropertycdk.support/lookup-entry:member
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
The build-cfn-project-membership-builder function updates a CfnProjectMembership$Builder instance using the provided configuration.
  The function takes the CfnProjectMembership$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `designation` | java.lang.String | [[cdk.support/lookup-entry]] | `:designation` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `member` | software.amazon.awscdk.services.datazone.CfnProjectMembership$MemberProperty | [[cdk.support/lookup-entry]] | `:member` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
sourceraw docstring

build-cfn-project-membership-member-property-builderclj

(build-cfn-project-membership-member-property-builder builder id config)

The build-cfn-project-membership-member-property-builder function updates a CfnProjectMembership$MemberProperty$Builder instance using the provided configuration. The function takes the CfnProjectMembership$MemberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
groupIdentifierjava.lang.Stringcdk.support/lookup-entry:group-identifier
userIdentifierjava.lang.Stringcdk.support/lookup-entry:user-identifier
The build-cfn-project-membership-member-property-builder function updates a CfnProjectMembership$MemberProperty$Builder instance using the provided configuration.
  The function takes the CfnProjectMembership$MemberProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `groupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-identifier` |
| `userIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-identifier` |
sourceraw docstring

build-cfn-project-membership-props-builderclj

(build-cfn-project-membership-props-builder builder id config)

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

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
designationjava.lang.Stringcdk.support/lookup-entry:designation
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
membersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:member
projectIdentifierjava.lang.Stringcdk.support/lookup-entry:project-identifier
The build-cfn-project-membership-props-builder function updates a CfnProjectMembershipProps$Builder instance using the provided configuration.
  The function takes the CfnProjectMembershipProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `designation` | java.lang.String | [[cdk.support/lookup-entry]] | `:designation` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `member` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:member` |
| `projectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-identifier` |
sourceraw docstring

build-cfn-project-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
glossaryTermsjava.util.Listcdk.support/lookup-entry:glossary-terms
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration.
  The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `glossaryTerms` | java.util.List | [[cdk.support/lookup-entry]] | `:glossary-terms` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-subscription-target-builderclj

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

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

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
applicableAssetTypesjava.util.Listcdk.support/lookup-entry:applicable-asset-types
authorizedPrincipalsjava.util.Listcdk.support/lookup-entry:authorized-principals
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
environmentIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-identifier
manageAccessRolejava.lang.Stringcdk.support/lookup-entry:manage-access-role
namejava.lang.Stringcdk.support/lookup-entry:name
providerjava.lang.Stringcdk.support/lookup-entry:provider
subscriptionTargetConfigjava.util.Listcdk.support/lookup-entry:subscription-target-config
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-subscription-target-builder function updates a CfnSubscriptionTarget$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionTarget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicableAssetTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:applicable-asset-types` |
| `authorizedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:authorized-principals` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` |
| `manageAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `provider` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider` |
| `subscriptionTargetConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:subscription-target-config` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-subscription-target-props-builderclj

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

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

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
applicableAssetTypesjava.util.Listcdk.support/lookup-entry:applicable-asset-types
authorizedPrincipalsjava.util.Listcdk.support/lookup-entry:authorized-principals
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
environmentIdentifierjava.lang.Stringcdk.support/lookup-entry:environment-identifier
manageAccessRolejava.lang.Stringcdk.support/lookup-entry:manage-access-role
namejava.lang.Stringcdk.support/lookup-entry:name
providerjava.lang.Stringcdk.support/lookup-entry:provider
subscriptionTargetConfigjava.util.Listcdk.support/lookup-entry:subscription-target-config
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-subscription-target-props-builder function updates a CfnSubscriptionTargetProps$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicableAssetTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:applicable-asset-types` |
| `authorizedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:authorized-principals` |
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `environmentIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-identifier` |
| `manageAccessRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:manage-access-role` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `provider` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider` |
| `subscriptionTargetConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:subscription-target-config` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-subscription-target-subscription-target-form-property-builderclj

(build-cfn-subscription-target-subscription-target-form-property-builder builder
                                                                         id
                                                                         config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
formNamejava.lang.Stringcdk.support/lookup-entry:form-name
The build-cfn-subscription-target-subscription-target-form-property-builder function updates a CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder instance using the provided configuration.
  The function takes the CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-user-profile-builderclj

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

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
statusjava.lang.Stringcdk.support/lookup-entry:status
userIdentifierjava.lang.Stringcdk.support/lookup-entry:user-identifier
userTypejava.lang.Stringcdk.support/lookup-entry:user-type
The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `userIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-identifier` |
| `userType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-type` |
sourceraw docstring

build-cfn-user-profile-iam-user-profile-details-property-builderclj

(build-cfn-user-profile-iam-user-profile-details-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-user-profile-iam-user-profile-details-property-builder function updates a CfnUserProfile$IamUserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$IamUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
arnjava.lang.Stringcdk.support/lookup-entry:arn
The build-cfn-user-profile-iam-user-profile-details-property-builder function updates a CfnUserProfile$IamUserProfileDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$IamUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-user-profile-props-builderclj

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

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

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
domainIdentifierjava.lang.Stringcdk.support/lookup-entry:domain-identifier
statusjava.lang.Stringcdk.support/lookup-entry:status
userIdentifierjava.lang.Stringcdk.support/lookup-entry:user-identifier
userTypejava.lang.Stringcdk.support/lookup-entry:user-type
The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration.
  The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-identifier` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `userIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-identifier` |
| `userType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-type` |
sourceraw docstring

build-cfn-user-profile-sso-user-profile-details-property-builderclj

(build-cfn-user-profile-sso-user-profile-details-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-user-profile-sso-user-profile-details-property-builder function updates a CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance using the provided configuration. The function takes the CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
firstNamejava.lang.Stringcdk.support/lookup-entry:first-name
lastNamejava.lang.Stringcdk.support/lookup-entry:last-name
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-user-profile-sso-user-profile-details-property-builder function updates a CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$SsoUserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-user-profile-user-profile-details-property-builderclj

(build-cfn-user-profile-user-profile-details-property-builder builder id config)

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

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
iamsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iam
ssosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sso
The build-cfn-user-profile-user-profile-details-property-builder function updates a CfnUserProfile$UserProfileDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnUserProfile$UserProfileDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

cfn-data-source-builderclj

(cfn-data-source-builder scope id config)

Creates a CfnDataSource$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  `CfnDataSource$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-data-source-data-source-configuration-input-property-builderclj

(cfn-data-source-data-source-configuration-input-property-builder id config)

Creates a CfnDataSource$DataSourceConfigurationInputProperty$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  `CfnDataSource$DataSourceConfigurationInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-filter-expression-property-builderclj

(cfn-data-source-filter-expression-property-builder id config)

Creates a CfnDataSource$FilterExpressionProperty$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  `CfnDataSource$FilterExpressionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-form-input-property-builderclj

(cfn-data-source-form-input-property-builder id config)

Creates a CfnDataSource$FormInputProperty$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  `CfnDataSource$FormInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-glue-run-configuration-input-property-builderclj

(cfn-data-source-glue-run-configuration-input-property-builder id config)

Creates a CfnDataSource$GlueRunConfigurationInputProperty$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  `CfnDataSource$GlueRunConfigurationInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-props-builderclj

(cfn-data-source-props-builder id config)

Creates a CfnDataSourceProps$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  `CfnDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-recommendation-configuration-property-builderclj

(cfn-data-source-recommendation-configuration-property-builder id config)

Creates a CfnDataSource$RecommendationConfigurationProperty$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  `CfnDataSource$RecommendationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-redshift-cluster-storage-property-builderclj

(cfn-data-source-redshift-cluster-storage-property-builder id config)

Creates a CfnDataSource$RedshiftClusterStorageProperty$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  `CfnDataSource$RedshiftClusterStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-redshift-credential-configuration-property-builderclj

(cfn-data-source-redshift-credential-configuration-property-builder id config)

Creates a CfnDataSource$RedshiftCredentialConfigurationProperty$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  `CfnDataSource$RedshiftCredentialConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-redshift-run-configuration-input-property-builderclj

(cfn-data-source-redshift-run-configuration-input-property-builder id config)

Creates a CfnDataSource$RedshiftRunConfigurationInputProperty$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  `CfnDataSource$RedshiftRunConfigurationInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-redshift-serverless-storage-property-builderclj

(cfn-data-source-redshift-serverless-storage-property-builder id config)

Creates a CfnDataSource$RedshiftServerlessStorageProperty$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  `CfnDataSource$RedshiftServerlessStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-redshift-storage-property-builderclj

(cfn-data-source-redshift-storage-property-builder id config)

Creates a CfnDataSource$RedshiftStorageProperty$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  `CfnDataSource$RedshiftStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-relational-filter-configuration-property-builderclj

(cfn-data-source-relational-filter-configuration-property-builder id config)

Creates a CfnDataSource$RelationalFilterConfigurationProperty$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  `CfnDataSource$RelationalFilterConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-data-source-schedule-configuration-property-builderclj

(cfn-data-source-schedule-configuration-property-builder id config)

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

(cfn-domain-builder scope id config)

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

(cfn-domain-props-builder id config)

Creates a CfnDomainProps$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  `CfnDomainProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-single-sign-on-property-builderclj

(cfn-domain-single-sign-on-property-builder id config)

Creates a CfnDomain$SingleSignOnProperty$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  `CfnDomain$SingleSignOnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-environment-blueprint-configuration-builderclj

(cfn-environment-blueprint-configuration-builder scope id config)

Creates a CfnEnvironmentBlueprintConfiguration$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  `CfnEnvironmentBlueprintConfiguration$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-environment-blueprint-configuration-props-builderclj

(cfn-environment-blueprint-configuration-props-builder id config)

Creates a CfnEnvironmentBlueprintConfigurationProps$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  `CfnEnvironmentBlueprintConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-environment-blueprint-configuration-regional-parameter-property-builderclj

(cfn-environment-blueprint-configuration-regional-parameter-property-builder
  id
  config)

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

(cfn-environment-builder scope id config)

Creates a CfnEnvironment$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  `CfnEnvironment$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-environment-environment-parameter-property-builderclj

(cfn-environment-environment-parameter-property-builder id config)

Creates a CfnEnvironment$EnvironmentParameterProperty$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  `CfnEnvironment$EnvironmentParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-environment-profile-builderclj

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

Creates a CfnEnvironmentProfile$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  `CfnEnvironmentProfile$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-environment-profile-environment-parameter-property-builderclj

(cfn-environment-profile-environment-parameter-property-builder id config)

Creates a CfnEnvironmentProfile$EnvironmentParameterProperty$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  `CfnEnvironmentProfile$EnvironmentParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-environment-profile-props-builderclj

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

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

(cfn-environment-props-builder id config)

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

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

cfn-group-profile-builderclj

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

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

cfn-group-profile-props-builderclj

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

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

(cfn-project-builder scope id config)

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

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

cfn-project-membership-builderclj

(cfn-project-membership-builder scope id config)

Creates a CfnProjectMembership$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  `CfnProjectMembership$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-project-membership-member-property-builderclj

(cfn-project-membership-member-property-builder id config)

Creates a CfnProjectMembership$MemberProperty$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  `CfnProjectMembership$MemberProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-project-membership-props-builderclj

(cfn-project-membership-props-builder id config)

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

(cfn-project-props-builder id config)

Creates a CfnProjectProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cfn-subscription-target-builderclj

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

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

cfn-subscription-target-props-builderclj

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

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

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

cfn-subscription-target-subscription-target-form-property-builderclj

(cfn-subscription-target-subscription-target-form-property-builder id config)

Creates a CfnSubscriptionTarget$SubscriptionTargetFormProperty$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  `CfnSubscriptionTarget$SubscriptionTargetFormProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-user-profile-builderclj

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

Creates a CfnUserProfile$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  `CfnUserProfile$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-user-profile-iam-user-profile-details-property-builderclj

(cfn-user-profile-iam-user-profile-details-property-builder id config)

Creates a CfnUserProfile$IamUserProfileDetailsProperty$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  `CfnUserProfile$IamUserProfileDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-user-profile-props-builderclj

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

Creates a CfnUserProfileProps$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  `CfnUserProfileProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-user-profile-sso-user-profile-details-property-builderclj

(cfn-user-profile-sso-user-profile-details-property-builder id config)

Creates a CfnUserProfile$SsoUserProfileDetailsProperty$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  `CfnUserProfile$SsoUserProfileDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-user-profile-user-profile-details-property-builderclj

(cfn-user-profile-user-profile-details-property-builder id config)

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