Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.dms

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

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

build-cfn-certificate-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
certificateIdentifierjava.lang.Stringcdk.support/lookup-entry:certificate-identifier
certificatePemjava.lang.Stringcdk.support/lookup-entry:certificate-pem
certificateWalletjava.lang.Stringcdk.support/lookup-entry:certificate-wallet
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration.
  The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-identifier` |
| `certificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-pem` |
| `certificateWallet` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-wallet` |
sourceraw docstring

build-cfn-certificate-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
certificateIdentifierjava.lang.Stringcdk.support/lookup-entry:certificate-identifier
certificatePemjava.lang.Stringcdk.support/lookup-entry:certificate-pem
certificateWalletjava.lang.Stringcdk.support/lookup-entry:certificate-wallet
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-identifier` |
| `certificatePem` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-pem` |
| `certificateWallet` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-wallet` |
sourceraw docstring

build-cfn-data-provider-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
dataProviderIdentifierjava.lang.Stringcdk.support/lookup-entry:data-provider-identifier
dataProviderNamejava.lang.Stringcdk.support/lookup-entry:data-provider-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enginejava.lang.Stringcdk.support/lookup-entry:engine
exactSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exact-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-data-provider-builder function updates a CfnDataProvider$Builder instance using the provided configuration.
  The function takes the CfnDataProvider$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataProviderIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-identifier` |
| `dataProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `exactSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exact-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-data-provider-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
dataProviderIdentifierjava.lang.Stringcdk.support/lookup-entry:data-provider-identifier
dataProviderNamejava.lang.Stringcdk.support/lookup-entry:data-provider-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enginejava.lang.Stringcdk.support/lookup-entry:engine
exactSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exact-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-data-provider-props-builder function updates a CfnDataProviderProps$Builder instance using the provided configuration.
  The function takes the CfnDataProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataProviderIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-identifier` |
| `dataProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `engine` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine` |
| `exactSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exact-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-endpoint-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
docDbSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$DocDbSettingsPropertycdk.support/lookup-entry:doc-db-settings
dynamoDbSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$DynamoDbSettingsPropertycdk.support/lookup-entry:dynamo-db-settings
elasticsearchSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$ElasticsearchSettingsPropertycdk.support/lookup-entry:elasticsearch-settings
endpointIdentifierjava.lang.Stringcdk.support/lookup-entry:endpoint-identifier
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
engineNamejava.lang.Stringcdk.support/lookup-entry:engine-name
extraConnectionAttributesjava.lang.Stringcdk.support/lookup-entry:extra-connection-attributes
gcpMySqlSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:gcp-my-sql-settings
ibmDb2Settingssoftware.amazon.awscdk.services.dms.CfnEndpoint$IbmDb2SettingsPropertycdk.support/lookup-entry:ibm-db2-settings
kafkaSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$KafkaSettingsPropertycdk.support/lookup-entry:kafka-settings
kinesisSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-settings
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
microsoftSqlServerSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:microsoft-sql-server-settings
mongoDbSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$MongoDbSettingsPropertycdk.support/lookup-entry:mongo-db-settings
mySqlSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:my-sql-settings
neptuneSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$NeptuneSettingsPropertycdk.support/lookup-entry:neptune-settings
oracleSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$OracleSettingsPropertycdk.support/lookup-entry:oracle-settings
passwordjava.lang.Stringcdk.support/lookup-entry:password
portjava.lang.Numbercdk.support/lookup-entry:port
postgreSqlSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:postgre-sql-settings
redisSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:redis-settings
redshiftSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$RedshiftSettingsPropertycdk.support/lookup-entry:redshift-settings
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
s3Settingssoftware.amazon.awscdk.services.dms.CfnEndpoint$S3SettingsPropertycdk.support/lookup-entry:s3-settings
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
sslModejava.lang.Stringcdk.support/lookup-entry:ssl-mode
sybaseSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$SybaseSettingsPropertycdk.support/lookup-entry:sybase-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `docDbSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$DocDbSettingsProperty | [[cdk.support/lookup-entry]] | `:doc-db-settings` |
| `dynamoDbSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$DynamoDbSettingsProperty | [[cdk.support/lookup-entry]] | `:dynamo-db-settings` |
| `elasticsearchSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$ElasticsearchSettingsProperty | [[cdk.support/lookup-entry]] | `:elasticsearch-settings` |
| `endpointIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-identifier` |
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `engineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-name` |
| `extraConnectionAttributes` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-connection-attributes` |
| `gcpMySqlSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:gcp-my-sql-settings` |
| `ibmDb2Settings` | software.amazon.awscdk.services.dms.CfnEndpoint$IbmDb2SettingsProperty | [[cdk.support/lookup-entry]] | `:ibm-db2-settings` |
| `kafkaSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$KafkaSettingsProperty | [[cdk.support/lookup-entry]] | `:kafka-settings` |
| `kinesisSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-settings` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `microsoftSqlServerSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:microsoft-sql-server-settings` |
| `mongoDbSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$MongoDbSettingsProperty | [[cdk.support/lookup-entry]] | `:mongo-db-settings` |
| `mySqlSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:my-sql-settings` |
| `neptuneSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$NeptuneSettingsProperty | [[cdk.support/lookup-entry]] | `:neptune-settings` |
| `oracleSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$OracleSettingsProperty | [[cdk.support/lookup-entry]] | `:oracle-settings` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `postgreSqlSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:postgre-sql-settings` |
| `redisSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redis-settings` |
| `redshiftSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$RedshiftSettingsProperty | [[cdk.support/lookup-entry]] | `:redshift-settings` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `s3Settings` | software.amazon.awscdk.services.dms.CfnEndpoint$S3SettingsProperty | [[cdk.support/lookup-entry]] | `:s3-settings` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `sslMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-mode` |
| `sybaseSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$SybaseSettingsProperty | [[cdk.support/lookup-entry]] | `:sybase-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-endpoint-doc-db-settings-property-builderclj

(build-cfn-endpoint-doc-db-settings-property-builder builder id config)

The build-cfn-endpoint-doc-db-settings-property-builder function updates a CfnEndpoint$DocDbSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$DocDbSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
docsToInvestigatejava.lang.Numbercdk.support/lookup-entry:docs-to-investigate
extractDocIdjava.lang.Booleancdk.support/lookup-entry:extract-doc-id
nestingLeveljava.lang.Stringcdk.support/lookup-entry:nesting-level
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
The build-cfn-endpoint-doc-db-settings-property-builder function updates a CfnEndpoint$DocDbSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$DocDbSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `docsToInvestigate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:docs-to-investigate` |
| `extractDocId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:extract-doc-id` |
| `nestingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:nesting-level` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
sourceraw docstring

build-cfn-endpoint-dynamo-db-settings-property-builderclj

(build-cfn-endpoint-dynamo-db-settings-property-builder builder id config)

The build-cfn-endpoint-dynamo-db-settings-property-builder function updates a CfnEndpoint$DynamoDbSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$DynamoDbSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
serviceAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:service-access-role-arn
The build-cfn-endpoint-dynamo-db-settings-property-builder function updates a CfnEndpoint$DynamoDbSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$DynamoDbSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-endpoint-elasticsearch-settings-property-builderclj

(build-cfn-endpoint-elasticsearch-settings-property-builder builder id config)

The build-cfn-endpoint-elasticsearch-settings-property-builder function updates a CfnEndpoint$ElasticsearchSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$ElasticsearchSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
endpointUrijava.lang.Stringcdk.support/lookup-entry:endpoint-uri
errorRetryDurationjava.lang.Numbercdk.support/lookup-entry:error-retry-duration
fullLoadErrorPercentagejava.lang.Numbercdk.support/lookup-entry:full-load-error-percentage
serviceAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:service-access-role-arn
The build-cfn-endpoint-elasticsearch-settings-property-builder function updates a CfnEndpoint$ElasticsearchSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$ElasticsearchSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpointUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-uri` |
| `errorRetryDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:error-retry-duration` |
| `fullLoadErrorPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:full-load-error-percentage` |
| `serviceAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-role-arn` |
sourceraw docstring

build-cfn-endpoint-gcp-my-sql-settings-property-builderclj

(build-cfn-endpoint-gcp-my-sql-settings-property-builder builder id config)

The build-cfn-endpoint-gcp-my-sql-settings-property-builder function updates a CfnEndpoint$GcpMySQLSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$GcpMySQLSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
afterConnectScriptjava.lang.Stringcdk.support/lookup-entry:after-connect-script
cleanSourceMetadataOnMismatchjava.lang.Booleancdk.support/lookup-entry:clean-source-metadata-on-mismatch
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
eventsPollIntervaljava.lang.Numbercdk.support/lookup-entry:events-poll-interval
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
parallelLoadThreadsjava.lang.Numbercdk.support/lookup-entry:parallel-load-threads
passwordjava.lang.Stringcdk.support/lookup-entry:password
portjava.lang.Numbercdk.support/lookup-entry:port
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
serverTimezonejava.lang.Stringcdk.support/lookup-entry:server-timezone
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-endpoint-gcp-my-sql-settings-property-builder function updates a CfnEndpoint$GcpMySQLSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$GcpMySQLSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `afterConnectScript` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-connect-script` |
| `cleanSourceMetadataOnMismatch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:clean-source-metadata-on-mismatch` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `eventsPollInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:events-poll-interval` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `parallelLoadThreads` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallel-load-threads` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `serverTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-timezone` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-endpoint-ibm-db2-settings-property-builderclj

(build-cfn-endpoint-ibm-db2-settings-property-builder builder id config)

The build-cfn-endpoint-ibm-db2-settings-property-builder function updates a CfnEndpoint$IbmDb2SettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$IbmDb2SettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
currentLsnjava.lang.Stringcdk.support/lookup-entry:current-lsn
keepCsvFilessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:keep-csv-files
loadTimeoutjava.lang.Numbercdk.support/lookup-entry:load-timeout
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
maxKBytesPerReadjava.lang.Numbercdk.support/lookup-entry:max-k-bytes-per-read
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
setDataCaptureChangessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:set-data-capture-changes
writeBufferSizejava.lang.Numbercdk.support/lookup-entry:write-buffer-size
The build-cfn-endpoint-ibm-db2-settings-property-builder function updates a CfnEndpoint$IbmDb2SettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$IbmDb2SettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `currentLsn` | java.lang.String | [[cdk.support/lookup-entry]] | `:current-lsn` |
| `keepCsvFiles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:keep-csv-files` |
| `loadTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:load-timeout` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `maxKBytesPerRead` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-k-bytes-per-read` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `setDataCaptureChanges` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:set-data-capture-changes` |
| `writeBufferSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:write-buffer-size` |
sourceraw docstring

build-cfn-endpoint-kafka-settings-property-builderclj

(build-cfn-endpoint-kafka-settings-property-builder builder id config)

The build-cfn-endpoint-kafka-settings-property-builder function updates a CfnEndpoint$KafkaSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$KafkaSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
brokerjava.lang.Stringcdk.support/lookup-entry:broker
includeControlDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-control-details
includeNullAndEmptyjava.lang.Booleancdk.support/lookup-entry:include-null-and-empty
includePartitionValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-partition-value
includeTableAlterOperationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-table-alter-operations
includeTransactionDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-transaction-details
messageFormatjava.lang.Stringcdk.support/lookup-entry:message-format
messageMaxBytesjava.lang.Numbercdk.support/lookup-entry:message-max-bytes
noHexPrefixsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:no-hex-prefix
partitionIncludeSchemaTablesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:partition-include-schema-table
saslPasswordjava.lang.Stringcdk.support/lookup-entry:sasl-password
saslUserNamejava.lang.Stringcdk.support/lookup-entry:sasl-user-name
securityProtocoljava.lang.Stringcdk.support/lookup-entry:security-protocol
sslCaCertificateArnjava.lang.Stringcdk.support/lookup-entry:ssl-ca-certificate-arn
sslClientCertificateArnjava.lang.Stringcdk.support/lookup-entry:ssl-client-certificate-arn
sslClientKeyArnjava.lang.Stringcdk.support/lookup-entry:ssl-client-key-arn
sslClientKeyPasswordjava.lang.Stringcdk.support/lookup-entry:ssl-client-key-password
topicjava.lang.Stringcdk.support/lookup-entry:topic
The build-cfn-endpoint-kafka-settings-property-builder function updates a CfnEndpoint$KafkaSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$KafkaSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `broker` | java.lang.String | [[cdk.support/lookup-entry]] | `:broker` |
| `includeControlDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-control-details` |
| `includeNullAndEmpty` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-null-and-empty` |
| `includePartitionValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-partition-value` |
| `includeTableAlterOperations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-table-alter-operations` |
| `includeTransactionDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-transaction-details` |
| `messageFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-format` |
| `messageMaxBytes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:message-max-bytes` |
| `noHexPrefix` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:no-hex-prefix` |
| `partitionIncludeSchemaTable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-include-schema-table` |
| `saslPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:sasl-password` |
| `saslUserName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sasl-user-name` |
| `securityProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-protocol` |
| `sslCaCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-ca-certificate-arn` |
| `sslClientCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-client-certificate-arn` |
| `sslClientKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-client-key-arn` |
| `sslClientKeyPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-client-key-password` |
| `topic` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic` |
sourceraw docstring

build-cfn-endpoint-kinesis-settings-property-builderclj

(build-cfn-endpoint-kinesis-settings-property-builder builder id config)

The build-cfn-endpoint-kinesis-settings-property-builder function updates a CfnEndpoint$KinesisSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$KinesisSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
includeControlDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-control-details
includeNullAndEmptysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-null-and-empty
includePartitionValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-partition-value
includeTableAlterOperationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-table-alter-operations
includeTransactionDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-transaction-details
messageFormatjava.lang.Stringcdk.support/lookup-entry:message-format
noHexPrefixsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:no-hex-prefix
partitionIncludeSchemaTablejava.lang.Booleancdk.support/lookup-entry:partition-include-schema-table
serviceAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:service-access-role-arn
streamArnjava.lang.Stringcdk.support/lookup-entry:stream-arn
The build-cfn-endpoint-kinesis-settings-property-builder function updates a CfnEndpoint$KinesisSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$KinesisSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `includeControlDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-control-details` |
| `includeNullAndEmpty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-null-and-empty` |
| `includePartitionValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-partition-value` |
| `includeTableAlterOperations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-table-alter-operations` |
| `includeTransactionDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-transaction-details` |
| `messageFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-format` |
| `noHexPrefix` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:no-hex-prefix` |
| `partitionIncludeSchemaTable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:partition-include-schema-table` |
| `serviceAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-role-arn` |
| `streamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-arn` |
sourceraw docstring

build-cfn-endpoint-microsoft-sql-server-settings-property-builderclj

(build-cfn-endpoint-microsoft-sql-server-settings-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-endpoint-microsoft-sql-server-settings-property-builder function updates a CfnEndpoint$MicrosoftSqlServerSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$MicrosoftSqlServerSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bcpPacketSizejava.lang.Numbercdk.support/lookup-entry:bcp-packet-size
controlTablesFileGroupjava.lang.Stringcdk.support/lookup-entry:control-tables-file-group
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
forceLobLookupjava.lang.Booleancdk.support/lookup-entry:force-lob-lookup
passwordjava.lang.Stringcdk.support/lookup-entry:password
portjava.lang.Numbercdk.support/lookup-entry:port
querySingleAlwaysOnNodesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:query-single-always-on-node
readBackupOnlysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:read-backup-only
safeguardPolicyjava.lang.Stringcdk.support/lookup-entry:safeguard-policy
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
tlogAccessModejava.lang.Stringcdk.support/lookup-entry:tlog-access-mode
trimSpaceInCharsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trim-space-in-char
useBcpFullLoadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-bcp-full-load
useThirdPartyBackupDevicesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-third-party-backup-device
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-endpoint-microsoft-sql-server-settings-property-builder function updates a CfnEndpoint$MicrosoftSqlServerSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$MicrosoftSqlServerSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bcpPacketSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bcp-packet-size` |
| `controlTablesFileGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:control-tables-file-group` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `forceLobLookup` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:force-lob-lookup` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `querySingleAlwaysOnNode` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:query-single-always-on-node` |
| `readBackupOnly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:read-backup-only` |
| `safeguardPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:safeguard-policy` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `tlogAccessMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:tlog-access-mode` |
| `trimSpaceInChar` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trim-space-in-char` |
| `useBcpFullLoad` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-bcp-full-load` |
| `useThirdPartyBackupDevice` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-third-party-backup-device` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-endpoint-mongo-db-settings-property-builderclj

(build-cfn-endpoint-mongo-db-settings-property-builder builder id config)

The build-cfn-endpoint-mongo-db-settings-property-builder function updates a CfnEndpoint$MongoDbSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$MongoDbSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
authMechanismjava.lang.Stringcdk.support/lookup-entry:auth-mechanism
authSourcejava.lang.Stringcdk.support/lookup-entry:auth-source
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
docsToInvestigatejava.lang.Stringcdk.support/lookup-entry:docs-to-investigate
extractDocIdjava.lang.Stringcdk.support/lookup-entry:extract-doc-id
nestingLeveljava.lang.Stringcdk.support/lookup-entry:nesting-level
passwordjava.lang.Stringcdk.support/lookup-entry:password
portjava.lang.Numbercdk.support/lookup-entry:port
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-endpoint-mongo-db-settings-property-builder function updates a CfnEndpoint$MongoDbSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$MongoDbSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authMechanism` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-mechanism` |
| `authSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-source` |
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `docsToInvestigate` | java.lang.String | [[cdk.support/lookup-entry]] | `:docs-to-investigate` |
| `extractDocId` | java.lang.String | [[cdk.support/lookup-entry]] | `:extract-doc-id` |
| `nestingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:nesting-level` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-endpoint-my-sql-settings-property-builderclj

(build-cfn-endpoint-my-sql-settings-property-builder builder id config)

The build-cfn-endpoint-my-sql-settings-property-builder function updates a CfnEndpoint$MySqlSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$MySqlSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
afterConnectScriptjava.lang.Stringcdk.support/lookup-entry:after-connect-script
cleanSourceMetadataOnMismatchjava.lang.Booleancdk.support/lookup-entry:clean-source-metadata-on-mismatch
eventsPollIntervaljava.lang.Numbercdk.support/lookup-entry:events-poll-interval
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
parallelLoadThreadsjava.lang.Numbercdk.support/lookup-entry:parallel-load-threads
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
serverTimezonejava.lang.Stringcdk.support/lookup-entry:server-timezone
targetDbTypejava.lang.Stringcdk.support/lookup-entry:target-db-type
The build-cfn-endpoint-my-sql-settings-property-builder function updates a CfnEndpoint$MySqlSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$MySqlSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `afterConnectScript` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-connect-script` |
| `cleanSourceMetadataOnMismatch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:clean-source-metadata-on-mismatch` |
| `eventsPollInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:events-poll-interval` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `parallelLoadThreads` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallel-load-threads` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `serverTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-timezone` |
| `targetDbType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-db-type` |
sourceraw docstring

build-cfn-endpoint-neptune-settings-property-builderclj

(build-cfn-endpoint-neptune-settings-property-builder builder id config)

The build-cfn-endpoint-neptune-settings-property-builder function updates a CfnEndpoint$NeptuneSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$NeptuneSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
errorRetryDurationjava.lang.Numbercdk.support/lookup-entry:error-retry-duration
iamAuthEnabledjava.lang.Booleancdk.support/lookup-entry:iam-auth-enabled
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
maxRetryCountjava.lang.Numbercdk.support/lookup-entry:max-retry-count
s3BucketFolderjava.lang.Stringcdk.support/lookup-entry:s3-bucket-folder
s3BucketNamejava.lang.Stringcdk.support/lookup-entry:s3-bucket-name
serviceAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:service-access-role-arn
The build-cfn-endpoint-neptune-settings-property-builder function updates a CfnEndpoint$NeptuneSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$NeptuneSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `errorRetryDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:error-retry-duration` |
| `iamAuthEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:iam-auth-enabled` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `maxRetryCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retry-count` |
| `s3BucketFolder` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-folder` |
| `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` |
| `serviceAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-role-arn` |
sourceraw docstring

build-cfn-endpoint-oracle-settings-property-builderclj

(build-cfn-endpoint-oracle-settings-property-builder builder id config)

The build-cfn-endpoint-oracle-settings-property-builder function updates a CfnEndpoint$OracleSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$OracleSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
accessAlternateDirectlyjava.lang.Booleancdk.support/lookup-entry:access-alternate-directly
addSupplementalLoggingjava.lang.Booleancdk.support/lookup-entry:add-supplemental-logging
additionalArchivedLogDestIdjava.lang.Numbercdk.support/lookup-entry:additional-archived-log-dest-id
allowSelectNestedTablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-select-nested-tables
archivedLogDestIdjava.lang.Numbercdk.support/lookup-entry:archived-log-dest-id
archivedLogsOnlyjava.lang.Booleancdk.support/lookup-entry:archived-logs-only
asmPasswordjava.lang.Stringcdk.support/lookup-entry:asm-password
asmServerjava.lang.Stringcdk.support/lookup-entry:asm-server
asmUserjava.lang.Stringcdk.support/lookup-entry:asm-user
charLengthSemanticsjava.lang.Stringcdk.support/lookup-entry:char-length-semantics
directPathNoLogjava.lang.Booleancdk.support/lookup-entry:direct-path-no-log
directPathParallelLoadjava.lang.Booleancdk.support/lookup-entry:direct-path-parallel-load
enableHomogenousTablespacejava.lang.Booleancdk.support/lookup-entry:enable-homogenous-tablespace
extraArchivedLogDestIdsjava.util.Listcdk.support/lookup-entry:extra-archived-log-dest-ids
failTasksOnLobTruncationjava.lang.Booleancdk.support/lookup-entry:fail-tasks-on-lob-truncation
numberDatatypeScalejava.lang.Numbercdk.support/lookup-entry:number-datatype-scale
oraclePathPrefixjava.lang.Stringcdk.support/lookup-entry:oracle-path-prefix
parallelAsmReadThreadsjava.lang.Numbercdk.support/lookup-entry:parallel-asm-read-threads
readAheadBlocksjava.lang.Numbercdk.support/lookup-entry:read-ahead-blocks
readTableSpaceNamejava.lang.Booleancdk.support/lookup-entry:read-table-space-name
replacePathPrefixjava.lang.Booleancdk.support/lookup-entry:replace-path-prefix
retryIntervaljava.lang.Numbercdk.support/lookup-entry:retry-interval
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerOracleAsmAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-oracle-asm-access-role-arn
secretsManagerOracleAsmSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-oracle-asm-secret-id
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
securityDbEncryptionjava.lang.Stringcdk.support/lookup-entry:security-db-encryption
securityDbEncryptionNamejava.lang.Stringcdk.support/lookup-entry:security-db-encryption-name
spatialDataOptionToGeoJsonFunctionNamejava.lang.Stringcdk.support/lookup-entry:spatial-data-option-to-geo-json-function-name
standbyDelayTimejava.lang.Numbercdk.support/lookup-entry:standby-delay-time
useAlternateFolderForOnlinejava.lang.Booleancdk.support/lookup-entry:use-alternate-folder-for-online
useBFilesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-b-file
useDirectPathFullLoadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-direct-path-full-load
useLogminerReaderjava.lang.Booleancdk.support/lookup-entry:use-logminer-reader
usePathPrefixjava.lang.Stringcdk.support/lookup-entry:use-path-prefix
The build-cfn-endpoint-oracle-settings-property-builder function updates a CfnEndpoint$OracleSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$OracleSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessAlternateDirectly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:access-alternate-directly` |
| `addSupplementalLogging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-supplemental-logging` |
| `additionalArchivedLogDestId` | java.lang.Number | [[cdk.support/lookup-entry]] | `:additional-archived-log-dest-id` |
| `allowSelectNestedTables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-select-nested-tables` |
| `archivedLogDestId` | java.lang.Number | [[cdk.support/lookup-entry]] | `:archived-log-dest-id` |
| `archivedLogsOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:archived-logs-only` |
| `asmPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:asm-password` |
| `asmServer` | java.lang.String | [[cdk.support/lookup-entry]] | `:asm-server` |
| `asmUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:asm-user` |
| `charLengthSemantics` | java.lang.String | [[cdk.support/lookup-entry]] | `:char-length-semantics` |
| `directPathNoLog` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:direct-path-no-log` |
| `directPathParallelLoad` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:direct-path-parallel-load` |
| `enableHomogenousTablespace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-homogenous-tablespace` |
| `extraArchivedLogDestIds` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-archived-log-dest-ids` |
| `failTasksOnLobTruncation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-tasks-on-lob-truncation` |
| `numberDatatypeScale` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-datatype-scale` |
| `oraclePathPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:oracle-path-prefix` |
| `parallelAsmReadThreads` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallel-asm-read-threads` |
| `readAheadBlocks` | java.lang.Number | [[cdk.support/lookup-entry]] | `:read-ahead-blocks` |
| `readTableSpaceName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-table-space-name` |
| `replacePathPrefix` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:replace-path-prefix` |
| `retryInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-interval` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerOracleAsmAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-oracle-asm-access-role-arn` |
| `secretsManagerOracleAsmSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-oracle-asm-secret-id` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `securityDbEncryption` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-db-encryption` |
| `securityDbEncryptionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-db-encryption-name` |
| `spatialDataOptionToGeoJsonFunctionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:spatial-data-option-to-geo-json-function-name` |
| `standbyDelayTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:standby-delay-time` |
| `useAlternateFolderForOnline` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-alternate-folder-for-online` |
| `useBFile` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-b-file` |
| `useDirectPathFullLoad` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-direct-path-full-load` |
| `useLogminerReader` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-logminer-reader` |
| `usePathPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:use-path-prefix` |
sourceraw docstring

build-cfn-endpoint-postgre-sql-settings-property-builderclj

(build-cfn-endpoint-postgre-sql-settings-property-builder builder id config)

The build-cfn-endpoint-postgre-sql-settings-property-builder function updates a CfnEndpoint$PostgreSqlSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$PostgreSqlSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
afterConnectScriptjava.lang.Stringcdk.support/lookup-entry:after-connect-script
babelfishDatabaseNamejava.lang.Stringcdk.support/lookup-entry:babelfish-database-name
captureDdlsjava.lang.Booleancdk.support/lookup-entry:capture-ddls
databaseModejava.lang.Stringcdk.support/lookup-entry:database-mode
ddlArtifactsSchemajava.lang.Stringcdk.support/lookup-entry:ddl-artifacts-schema
executeTimeoutjava.lang.Numbercdk.support/lookup-entry:execute-timeout
failTasksOnLobTruncationjava.lang.Booleancdk.support/lookup-entry:fail-tasks-on-lob-truncation
heartbeatEnablesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:heartbeat-enable
heartbeatFrequencyjava.lang.Numbercdk.support/lookup-entry:heartbeat-frequency
heartbeatSchemajava.lang.Stringcdk.support/lookup-entry:heartbeat-schema
mapBooleanAsBooleanjava.lang.Booleancdk.support/lookup-entry:map-boolean-as-boolean
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
pluginNamejava.lang.Stringcdk.support/lookup-entry:plugin-name
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
slotNamejava.lang.Stringcdk.support/lookup-entry:slot-name
The build-cfn-endpoint-postgre-sql-settings-property-builder function updates a CfnEndpoint$PostgreSqlSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$PostgreSqlSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `afterConnectScript` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-connect-script` |
| `babelfishDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:babelfish-database-name` |
| `captureDdls` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:capture-ddls` |
| `databaseMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-mode` |
| `ddlArtifactsSchema` | java.lang.String | [[cdk.support/lookup-entry]] | `:ddl-artifacts-schema` |
| `executeTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:execute-timeout` |
| `failTasksOnLobTruncation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-tasks-on-lob-truncation` |
| `heartbeatEnable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:heartbeat-enable` |
| `heartbeatFrequency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:heartbeat-frequency` |
| `heartbeatSchema` | java.lang.String | [[cdk.support/lookup-entry]] | `:heartbeat-schema` |
| `mapBooleanAsBoolean` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-boolean-as-boolean` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `pluginName` | java.lang.String | [[cdk.support/lookup-entry]] | `:plugin-name` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `slotName` | java.lang.String | [[cdk.support/lookup-entry]] | `:slot-name` |
sourceraw docstring

build-cfn-endpoint-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
docDbSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$DocDbSettingsPropertycdk.support/lookup-entry:doc-db-settings
dynamoDbSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynamo-db-settings
elasticsearchSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$ElasticsearchSettingsPropertycdk.support/lookup-entry:elasticsearch-settings
endpointIdentifierjava.lang.Stringcdk.support/lookup-entry:endpoint-identifier
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
engineNamejava.lang.Stringcdk.support/lookup-entry:engine-name
extraConnectionAttributesjava.lang.Stringcdk.support/lookup-entry:extra-connection-attributes
gcpMySqlSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:gcp-my-sql-settings
ibmDb2Settingssoftware.amazon.awscdk.services.dms.CfnEndpoint$IbmDb2SettingsPropertycdk.support/lookup-entry:ibm-db2-settings
kafkaSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kafka-settings
kinesisSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$KinesisSettingsPropertycdk.support/lookup-entry:kinesis-settings
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
microsoftSqlServerSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$MicrosoftSqlServerSettingsPropertycdk.support/lookup-entry:microsoft-sql-server-settings
mongoDbSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mongo-db-settings
mySqlSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$MySqlSettingsPropertycdk.support/lookup-entry:my-sql-settings
neptuneSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$NeptuneSettingsPropertycdk.support/lookup-entry:neptune-settings
oracleSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:oracle-settings
passwordjava.lang.Stringcdk.support/lookup-entry:password
portjava.lang.Numbercdk.support/lookup-entry:port
postgreSqlSettingssoftware.amazon.awscdk.services.dms.CfnEndpoint$PostgreSqlSettingsPropertycdk.support/lookup-entry:postgre-sql-settings
redisSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:redis-settings
redshiftSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:redshift-settings
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
s3Settingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-settings
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
sslModejava.lang.Stringcdk.support/lookup-entry:ssl-mode
sybaseSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sybase-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration.
  The function takes the CfnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `docDbSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$DocDbSettingsProperty | [[cdk.support/lookup-entry]] | `:doc-db-settings` |
| `dynamoDbSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynamo-db-settings` |
| `elasticsearchSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$ElasticsearchSettingsProperty | [[cdk.support/lookup-entry]] | `:elasticsearch-settings` |
| `endpointIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-identifier` |
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `engineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-name` |
| `extraConnectionAttributes` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-connection-attributes` |
| `gcpMySqlSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:gcp-my-sql-settings` |
| `ibmDb2Settings` | software.amazon.awscdk.services.dms.CfnEndpoint$IbmDb2SettingsProperty | [[cdk.support/lookup-entry]] | `:ibm-db2-settings` |
| `kafkaSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kafka-settings` |
| `kinesisSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$KinesisSettingsProperty | [[cdk.support/lookup-entry]] | `:kinesis-settings` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `microsoftSqlServerSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$MicrosoftSqlServerSettingsProperty | [[cdk.support/lookup-entry]] | `:microsoft-sql-server-settings` |
| `mongoDbSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mongo-db-settings` |
| `mySqlSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$MySqlSettingsProperty | [[cdk.support/lookup-entry]] | `:my-sql-settings` |
| `neptuneSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$NeptuneSettingsProperty | [[cdk.support/lookup-entry]] | `:neptune-settings` |
| `oracleSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:oracle-settings` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `postgreSqlSettings` | software.amazon.awscdk.services.dms.CfnEndpoint$PostgreSqlSettingsProperty | [[cdk.support/lookup-entry]] | `:postgre-sql-settings` |
| `redisSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redis-settings` |
| `redshiftSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redshift-settings` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `s3Settings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-settings` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `sslMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-mode` |
| `sybaseSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sybase-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-endpoint-redis-settings-property-builderclj

(build-cfn-endpoint-redis-settings-property-builder builder id config)

The build-cfn-endpoint-redis-settings-property-builder function updates a CfnEndpoint$RedisSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$RedisSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
authPasswordjava.lang.Stringcdk.support/lookup-entry:auth-password
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
authUserNamejava.lang.Stringcdk.support/lookup-entry:auth-user-name
portjava.lang.Numbercdk.support/lookup-entry:port
serverNamejava.lang.Stringcdk.support/lookup-entry:server-name
sslCaCertificateArnjava.lang.Stringcdk.support/lookup-entry:ssl-ca-certificate-arn
sslSecurityProtocoljava.lang.Stringcdk.support/lookup-entry:ssl-security-protocol
The build-cfn-endpoint-redis-settings-property-builder function updates a CfnEndpoint$RedisSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$RedisSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-password` |
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `authUserName` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-user-name` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `serverName` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name` |
| `sslCaCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-ca-certificate-arn` |
| `sslSecurityProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-security-protocol` |
sourceraw docstring

build-cfn-endpoint-redshift-settings-property-builderclj

(build-cfn-endpoint-redshift-settings-property-builder builder id config)

The build-cfn-endpoint-redshift-settings-property-builder function updates a CfnEndpoint$RedshiftSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$RedshiftSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
acceptAnyDatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:accept-any-date
afterConnectScriptjava.lang.Stringcdk.support/lookup-entry:after-connect-script
bucketFolderjava.lang.Stringcdk.support/lookup-entry:bucket-folder
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
caseSensitiveNamesjava.lang.Booleancdk.support/lookup-entry:case-sensitive-names
compUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:comp-update
connectionTimeoutjava.lang.Numbercdk.support/lookup-entry:connection-timeout
dateFormatjava.lang.Stringcdk.support/lookup-entry:date-format
emptyAsNullsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:empty-as-null
encryptionModejava.lang.Stringcdk.support/lookup-entry:encryption-mode
explicitIdsjava.lang.Booleancdk.support/lookup-entry:explicit-ids
fileTransferUploadStreamsjava.lang.Numbercdk.support/lookup-entry:file-transfer-upload-streams
loadTimeoutjava.lang.Numbercdk.support/lookup-entry:load-timeout
mapBooleanAsBooleanjava.lang.Booleancdk.support/lookup-entry:map-boolean-as-boolean
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
removeQuotesjava.lang.Booleancdk.support/lookup-entry:remove-quotes
replaceCharsjava.lang.Stringcdk.support/lookup-entry:replace-chars
replaceInvalidCharsjava.lang.Stringcdk.support/lookup-entry:replace-invalid-chars
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
serverSideEncryptionKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:server-side-encryption-kms-key-id
serviceAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:service-access-role-arn
timeFormatjava.lang.Stringcdk.support/lookup-entry:time-format
trimBlankssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trim-blanks
truncateColumnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:truncate-columns
writeBufferSizejava.lang.Numbercdk.support/lookup-entry:write-buffer-size
The build-cfn-endpoint-redshift-settings-property-builder function updates a CfnEndpoint$RedshiftSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$RedshiftSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceptAnyDate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:accept-any-date` |
| `afterConnectScript` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-connect-script` |
| `bucketFolder` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-folder` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `caseSensitiveNames` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:case-sensitive-names` |
| `compUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:comp-update` |
| `connectionTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:connection-timeout` |
| `dateFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-format` |
| `emptyAsNull` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:empty-as-null` |
| `encryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-mode` |
| `explicitIds` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:explicit-ids` |
| `fileTransferUploadStreams` | java.lang.Number | [[cdk.support/lookup-entry]] | `:file-transfer-upload-streams` |
| `loadTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:load-timeout` |
| `mapBooleanAsBoolean` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-boolean-as-boolean` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `removeQuotes` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-quotes` |
| `replaceChars` | java.lang.String | [[cdk.support/lookup-entry]] | `:replace-chars` |
| `replaceInvalidChars` | java.lang.String | [[cdk.support/lookup-entry]] | `:replace-invalid-chars` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
| `serverSideEncryptionKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-side-encryption-kms-key-id` |
| `serviceAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-role-arn` |
| `timeFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-format` |
| `trimBlanks` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trim-blanks` |
| `truncateColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:truncate-columns` |
| `writeBufferSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:write-buffer-size` |
sourceraw docstring

build-cfn-endpoint-s3-settings-property-builderclj

(build-cfn-endpoint-s3-settings-property-builder builder id config)

The build-cfn-endpoint-s3-settings-property-builder function updates a CfnEndpoint$S3SettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$S3SettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
addColumnNamesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:add-column-name
addTrailingPaddingCharacterjava.lang.Booleancdk.support/lookup-entry:add-trailing-padding-character
bucketFolderjava.lang.Stringcdk.support/lookup-entry:bucket-folder
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
cannedAclForObjectsjava.lang.Stringcdk.support/lookup-entry:canned-acl-for-objects
cdcInsertsAndUpdatesjava.lang.Booleancdk.support/lookup-entry:cdc-inserts-and-updates
cdcInsertsOnlyjava.lang.Booleancdk.support/lookup-entry:cdc-inserts-only
cdcMaxBatchIntervaljava.lang.Numbercdk.support/lookup-entry:cdc-max-batch-interval
cdcMinFileSizejava.lang.Numbercdk.support/lookup-entry:cdc-min-file-size
cdcPathjava.lang.Stringcdk.support/lookup-entry:cdc-path
compressionTypejava.lang.Stringcdk.support/lookup-entry:compression-type
csvDelimiterjava.lang.Stringcdk.support/lookup-entry:csv-delimiter
csvNoSupValuejava.lang.Stringcdk.support/lookup-entry:csv-no-sup-value
csvNullValuejava.lang.Stringcdk.support/lookup-entry:csv-null-value
csvRowDelimiterjava.lang.Stringcdk.support/lookup-entry:csv-row-delimiter
dataFormatjava.lang.Stringcdk.support/lookup-entry:data-format
dataPageSizejava.lang.Numbercdk.support/lookup-entry:data-page-size
datePartitionDelimiterjava.lang.Stringcdk.support/lookup-entry:date-partition-delimiter
datePartitionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:date-partition-enabled
datePartitionSequencejava.lang.Stringcdk.support/lookup-entry:date-partition-sequence
datePartitionTimezonejava.lang.Stringcdk.support/lookup-entry:date-partition-timezone
dictPageSizeLimitjava.lang.Numbercdk.support/lookup-entry:dict-page-size-limit
enableStatisticssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-statistics
encodingTypejava.lang.Stringcdk.support/lookup-entry:encoding-type
encryptionModejava.lang.Stringcdk.support/lookup-entry:encryption-mode
expectedBucketOwnerjava.lang.Stringcdk.support/lookup-entry:expected-bucket-owner
externalTableDefinitionjava.lang.Stringcdk.support/lookup-entry:external-table-definition
glueCatalogGenerationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:glue-catalog-generation
ignoreHeaderRowsjava.lang.Numbercdk.support/lookup-entry:ignore-header-rows
includeOpForFullLoadsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-op-for-full-load
maxFileSizejava.lang.Numbercdk.support/lookup-entry:max-file-size
parquetTimestampInMillisecondsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parquet-timestamp-in-millisecond
parquetVersionjava.lang.Stringcdk.support/lookup-entry:parquet-version
preserveTransactionsjava.lang.Booleancdk.support/lookup-entry:preserve-transactions
rfc4180software.amazon.awscdk.IResolvablecdk.support/lookup-entry:rfc4180
rowGroupLengthjava.lang.Numbercdk.support/lookup-entry:row-group-length
serverSideEncryptionKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:server-side-encryption-kms-key-id
serviceAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:service-access-role-arn
timestampColumnNamejava.lang.Stringcdk.support/lookup-entry:timestamp-column-name
useCsvNoSupValuejava.lang.Booleancdk.support/lookup-entry:use-csv-no-sup-value
useTaskStartTimeForFullLoadTimestampsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-task-start-time-for-full-load-timestamp
The build-cfn-endpoint-s3-settings-property-builder function updates a CfnEndpoint$S3SettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$S3SettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addColumnName` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-column-name` |
| `addTrailingPaddingCharacter` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-padding-character` |
| `bucketFolder` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-folder` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `cannedAclForObjects` | java.lang.String | [[cdk.support/lookup-entry]] | `:canned-acl-for-objects` |
| `cdcInsertsAndUpdates` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cdc-inserts-and-updates` |
| `cdcInsertsOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cdc-inserts-only` |
| `cdcMaxBatchInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cdc-max-batch-interval` |
| `cdcMinFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cdc-min-file-size` |
| `cdcPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdc-path` |
| `compressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression-type` |
| `csvDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:csv-delimiter` |
| `csvNoSupValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:csv-no-sup-value` |
| `csvNullValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:csv-null-value` |
| `csvRowDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:csv-row-delimiter` |
| `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` |
| `dataPageSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:data-page-size` |
| `datePartitionDelimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-partition-delimiter` |
| `datePartitionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:date-partition-enabled` |
| `datePartitionSequence` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-partition-sequence` |
| `datePartitionTimezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-partition-timezone` |
| `dictPageSizeLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:dict-page-size-limit` |
| `enableStatistics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-statistics` |
| `encodingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encoding-type` |
| `encryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-mode` |
| `expectedBucketOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:expected-bucket-owner` |
| `externalTableDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:external-table-definition` |
| `glueCatalogGeneration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:glue-catalog-generation` |
| `ignoreHeaderRows` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ignore-header-rows` |
| `includeOpForFullLoad` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-op-for-full-load` |
| `maxFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file-size` |
| `parquetTimestampInMillisecond` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parquet-timestamp-in-millisecond` |
| `parquetVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:parquet-version` |
| `preserveTransactions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-transactions` |
| `rfc4180` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rfc4180` |
| `rowGroupLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:row-group-length` |
| `serverSideEncryptionKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-side-encryption-kms-key-id` |
| `serviceAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-access-role-arn` |
| `timestampColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:timestamp-column-name` |
| `useCsvNoSupValue` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-csv-no-sup-value` |
| `useTaskStartTimeForFullLoadTimestamp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-task-start-time-for-full-load-timestamp` |
sourceraw docstring

build-cfn-endpoint-sybase-settings-property-builderclj

(build-cfn-endpoint-sybase-settings-property-builder builder id config)

The build-cfn-endpoint-sybase-settings-property-builder function updates a CfnEndpoint$SybaseSettingsProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$SybaseSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
The build-cfn-endpoint-sybase-settings-property-builder function updates a CfnEndpoint$SybaseSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnEndpoint$SybaseSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
sourceraw docstring

build-cfn-event-subscription-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventCategoriesjava.util.Listcdk.support/lookup-entry:event-categories
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
sourceIdsjava.util.Listcdk.support/lookup-entry:source-ids
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
subscriptionNamejava.lang.Stringcdk.support/lookup-entry:subscription-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-event-subscription-builder function updates a CfnEventSubscription$Builder instance using the provided configuration.
  The function takes the CfnEventSubscription$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventCategories` | java.util.List | [[cdk.support/lookup-entry]] | `:event-categories` |
| `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
| `sourceIds` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ids` |
| `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` |
| `subscriptionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-event-subscription-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventCategoriesjava.util.Listcdk.support/lookup-entry:event-categories
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
sourceIdsjava.util.Listcdk.support/lookup-entry:source-ids
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
subscriptionNamejava.lang.Stringcdk.support/lookup-entry:subscription-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-event-subscription-props-builder function updates a CfnEventSubscriptionProps$Builder instance using the provided configuration.
  The function takes the CfnEventSubscriptionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventCategories` | java.util.List | [[cdk.support/lookup-entry]] | `:event-categories` |
| `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
| `sourceIds` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ids` |
| `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` |
| `subscriptionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subscription-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-instance-profile-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceProfileIdentifierjava.lang.Stringcdk.support/lookup-entry:instance-profile-identifier
instanceProfileNamejava.lang.Stringcdk.support/lookup-entry:instance-profile-name
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
networkTypejava.lang.Stringcdk.support/lookup-entry:network-type
publiclyAccessiblejava.lang.Booleancdk.support/lookup-entry:publicly-accessible
subnetGroupIdentifierjava.lang.Stringcdk.support/lookup-entry:subnet-group-identifier
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSecurityGroupsjava.util.Listcdk.support/lookup-entry:vpc-security-groups
The build-cfn-instance-profile-builder function updates a CfnInstanceProfile$Builder instance using the provided configuration.
  The function takes the CfnInstanceProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-identifier` |
| `instanceProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-name` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `networkType` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-type` |
| `publiclyAccessible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `subnetGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-identifier` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-groups` |
sourceraw docstring

build-cfn-instance-profile-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceProfileIdentifierjava.lang.Stringcdk.support/lookup-entry:instance-profile-identifier
instanceProfileNamejava.lang.Stringcdk.support/lookup-entry:instance-profile-name
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
networkTypejava.lang.Stringcdk.support/lookup-entry:network-type
publiclyAccessiblejava.lang.Booleancdk.support/lookup-entry:publicly-accessible
subnetGroupIdentifierjava.lang.Stringcdk.support/lookup-entry:subnet-group-identifier
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSecurityGroupsjava.util.Listcdk.support/lookup-entry:vpc-security-groups
The build-cfn-instance-profile-props-builder function updates a CfnInstanceProfileProps$Builder instance using the provided configuration.
  The function takes the CfnInstanceProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-identifier` |
| `instanceProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-name` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `networkType` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-type` |
| `publiclyAccessible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `subnetGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-identifier` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-groups` |
sourceraw docstring

build-cfn-migration-project-builderclj

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

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

Fields on the 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
instanceProfileArnjava.lang.Stringcdk.support/lookup-entry:instance-profile-arn
instanceProfileIdentifierjava.lang.Stringcdk.support/lookup-entry:instance-profile-identifier
instanceProfileNamejava.lang.Stringcdk.support/lookup-entry:instance-profile-name
migrationProjectCreationTimejava.lang.Stringcdk.support/lookup-entry:migration-project-creation-time
migrationProjectIdentifierjava.lang.Stringcdk.support/lookup-entry:migration-project-identifier
migrationProjectNamejava.lang.Stringcdk.support/lookup-entry:migration-project-name
schemaConversionApplicationAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schema-conversion-application-attributes
sourceDataProviderDescriptorsjava.util.Listcdk.support/lookup-entry:source-data-provider-descriptors
tagsjava.util.Listcdk.support/lookup-entry:tags
targetDataProviderDescriptorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-data-provider-descriptors
transformationRulesjava.lang.Stringcdk.support/lookup-entry:transformation-rules
The build-cfn-migration-project-builder function updates a CfnMigrationProject$Builder instance using the provided configuration.
  The function takes the CfnMigrationProject$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `instanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-arn` |
| `instanceProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-identifier` |
| `instanceProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-name` |
| `migrationProjectCreationTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-project-creation-time` |
| `migrationProjectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-project-identifier` |
| `migrationProjectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-project-name` |
| `schemaConversionApplicationAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-conversion-application-attributes` |
| `sourceDataProviderDescriptors` | java.util.List | [[cdk.support/lookup-entry]] | `:source-data-provider-descriptors` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetDataProviderDescriptors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-data-provider-descriptors` |
| `transformationRules` | java.lang.String | [[cdk.support/lookup-entry]] | `:transformation-rules` |
sourceraw docstring

build-cfn-migration-project-data-provider-descriptor-property-builderclj

(build-cfn-migration-project-data-provider-descriptor-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-migration-project-data-provider-descriptor-property-builder function updates a CfnMigrationProject$DataProviderDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnMigrationProject$DataProviderDescriptorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
dataProviderArnjava.lang.Stringcdk.support/lookup-entry:data-provider-arn
dataProviderIdentifierjava.lang.Stringcdk.support/lookup-entry:data-provider-identifier
dataProviderNamejava.lang.Stringcdk.support/lookup-entry:data-provider-name
secretsManagerAccessRoleArnjava.lang.Stringcdk.support/lookup-entry:secrets-manager-access-role-arn
secretsManagerSecretIdjava.lang.Stringcdk.support/lookup-entry:secrets-manager-secret-id
The build-cfn-migration-project-data-provider-descriptor-property-builder function updates a CfnMigrationProject$DataProviderDescriptorProperty$Builder instance using the provided configuration.
  The function takes the CfnMigrationProject$DataProviderDescriptorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataProviderArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-arn` |
| `dataProviderIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-identifier` |
| `dataProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-provider-name` |
| `secretsManagerAccessRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-access-role-arn` |
| `secretsManagerSecretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secrets-manager-secret-id` |
sourceraw docstring

build-cfn-migration-project-props-builderclj

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

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

Fields on the 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
instanceProfileArnjava.lang.Stringcdk.support/lookup-entry:instance-profile-arn
instanceProfileIdentifierjava.lang.Stringcdk.support/lookup-entry:instance-profile-identifier
instanceProfileNamejava.lang.Stringcdk.support/lookup-entry:instance-profile-name
migrationProjectCreationTimejava.lang.Stringcdk.support/lookup-entry:migration-project-creation-time
migrationProjectIdentifierjava.lang.Stringcdk.support/lookup-entry:migration-project-identifier
migrationProjectNamejava.lang.Stringcdk.support/lookup-entry:migration-project-name
schemaConversionApplicationAttributessoftware.amazon.awscdk.services.dms.CfnMigrationProject$SchemaConversionApplicationAttributesPropertycdk.support/lookup-entry:schema-conversion-application-attributes
sourceDataProviderDescriptorsjava.util.Listcdk.support/lookup-entry:source-data-provider-descriptors
tagsjava.util.Listcdk.support/lookup-entry:tags
targetDataProviderDescriptorsjava.util.Listcdk.support/lookup-entry:target-data-provider-descriptors
transformationRulesjava.lang.Stringcdk.support/lookup-entry:transformation-rules
The build-cfn-migration-project-props-builder function updates a CfnMigrationProjectProps$Builder instance using the provided configuration.
  The function takes the CfnMigrationProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `instanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-arn` |
| `instanceProfileIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-identifier` |
| `instanceProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-name` |
| `migrationProjectCreationTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-project-creation-time` |
| `migrationProjectIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-project-identifier` |
| `migrationProjectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-project-name` |
| `schemaConversionApplicationAttributes` | software.amazon.awscdk.services.dms.CfnMigrationProject$SchemaConversionApplicationAttributesProperty | [[cdk.support/lookup-entry]] | `:schema-conversion-application-attributes` |
| `sourceDataProviderDescriptors` | java.util.List | [[cdk.support/lookup-entry]] | `:source-data-provider-descriptors` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetDataProviderDescriptors` | java.util.List | [[cdk.support/lookup-entry]] | `:target-data-provider-descriptors` |
| `transformationRules` | java.lang.String | [[cdk.support/lookup-entry]] | `:transformation-rules` |
sourceraw docstring

build-cfn-migration-project-schema-conversion-application-attributes-property-builderclj

(build-cfn-migration-project-schema-conversion-application-attributes-property-builder
  builder
  id
  config)

The build-cfn-migration-project-schema-conversion-application-attributes-property-builder function updates a CfnMigrationProject$SchemaConversionApplicationAttributesProperty$Builder instance using the provided configuration. The function takes the CfnMigrationProject$SchemaConversionApplicationAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
s3BucketPathjava.lang.Stringcdk.support/lookup-entry:s3-bucket-path
s3BucketRoleArnjava.lang.Stringcdk.support/lookup-entry:s3-bucket-role-arn
The build-cfn-migration-project-schema-conversion-application-attributes-property-builder function updates a CfnMigrationProject$SchemaConversionApplicationAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnMigrationProject$SchemaConversionApplicationAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-replication-config-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
computeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:compute-config
replicationConfigIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-config-identifier
replicationSettingsjava.lang.Objectcdk.support/lookup-entry:replication-settings
replicationTypejava.lang.Stringcdk.support/lookup-entry:replication-type
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
sourceEndpointArnjava.lang.Stringcdk.support/lookup-entry:source-endpoint-arn
supplementalSettingsjava.lang.Objectcdk.support/lookup-entry:supplemental-settings
tableMappingsjava.lang.Objectcdk.support/lookup-entry:table-mappings
tagsjava.util.Listcdk.support/lookup-entry:tags
targetEndpointArnjava.lang.Stringcdk.support/lookup-entry:target-endpoint-arn
The build-cfn-replication-config-builder function updates a CfnReplicationConfig$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `computeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:compute-config` |
| `replicationConfigIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-config-identifier` |
| `replicationSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:replication-settings` |
| `replicationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-type` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `sourceEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-endpoint-arn` |
| `supplementalSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:supplemental-settings` |
| `tableMappings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:table-mappings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-endpoint-arn` |
sourceraw docstring

build-cfn-replication-config-compute-config-property-builderclj

(build-cfn-replication-config-compute-config-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
dnsNameServersjava.lang.Stringcdk.support/lookup-entry:dns-name-servers
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
maxCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:max-capacity-units
minCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:min-capacity-units
multiAzjava.lang.Booleancdk.support/lookup-entry:multi-az
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
replicationSubnetGroupIdjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-id
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-replication-config-compute-config-property-builder function updates a CfnReplicationConfig$ComputeConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfig$ComputeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `dnsNameServers` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-name-servers` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `maxCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity-units` |
| `minCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity-units` |
| `multiAz` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-az` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `replicationSubnetGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-id` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-replication-config-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
computeConfigsoftware.amazon.awscdk.services.dms.CfnReplicationConfig$ComputeConfigPropertycdk.support/lookup-entry:compute-config
replicationConfigIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-config-identifier
replicationSettingsjava.lang.Objectcdk.support/lookup-entry:replication-settings
replicationTypejava.lang.Stringcdk.support/lookup-entry:replication-type
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
sourceEndpointArnjava.lang.Stringcdk.support/lookup-entry:source-endpoint-arn
supplementalSettingsjava.lang.Objectcdk.support/lookup-entry:supplemental-settings
tableMappingsjava.lang.Objectcdk.support/lookup-entry:table-mappings
tagsjava.util.Listcdk.support/lookup-entry:tags
targetEndpointArnjava.lang.Stringcdk.support/lookup-entry:target-endpoint-arn
The build-cfn-replication-config-props-builder function updates a CfnReplicationConfigProps$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `computeConfig` | software.amazon.awscdk.services.dms.CfnReplicationConfig$ComputeConfigProperty | [[cdk.support/lookup-entry]] | `:compute-config` |
| `replicationConfigIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-config-identifier` |
| `replicationSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:replication-settings` |
| `replicationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-type` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `sourceEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-endpoint-arn` |
| `supplementalSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:supplemental-settings` |
| `tableMappings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:table-mappings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-endpoint-arn` |
sourceraw docstring

build-cfn-replication-instance-builderclj

(build-cfn-replication-instance-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
allocatedStoragejava.lang.Numbercdk.support/lookup-entry:allocated-storage
allowMajorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-major-version-upgrade
autoMinorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-minor-version-upgrade
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
multiAzsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:multi-az
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
publiclyAccessiblesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publicly-accessible
replicationInstanceClassjava.lang.Stringcdk.support/lookup-entry:replication-instance-class
replicationInstanceIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-instance-identifier
replicationSubnetGroupIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-identifier
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-replication-instance-builder function updates a CfnReplicationInstance$Builder instance using the provided configuration.
  The function takes the CfnReplicationInstance$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocatedStorage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-storage` |
| `allowMajorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-major-version-upgrade` |
| `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `multiAz` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-az` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `replicationInstanceClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-instance-class` |
| `replicationInstanceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-instance-identifier` |
| `replicationSubnetGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-identifier` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-replication-instance-props-builderclj

(build-cfn-replication-instance-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
allocatedStoragejava.lang.Numbercdk.support/lookup-entry:allocated-storage
allowMajorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-major-version-upgrade
autoMinorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-minor-version-upgrade
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
multiAzsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:multi-az
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
publiclyAccessiblesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publicly-accessible
replicationInstanceClassjava.lang.Stringcdk.support/lookup-entry:replication-instance-class
replicationInstanceIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-instance-identifier
replicationSubnetGroupIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-identifier
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-replication-instance-props-builder function updates a CfnReplicationInstanceProps$Builder instance using the provided configuration.
  The function takes the CfnReplicationInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allocatedStorage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-storage` |
| `allowMajorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-major-version-upgrade` |
| `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `multiAz` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-az` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `replicationInstanceClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-instance-class` |
| `replicationInstanceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-instance-identifier` |
| `replicationSubnetGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-identifier` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-replication-subnet-group-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
replicationSubnetGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-description
replicationSubnetGroupIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-identifier
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-replication-subnet-group-builder function updates a CfnReplicationSubnetGroup$Builder instance using the provided configuration.
  The function takes the CfnReplicationSubnetGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `replicationSubnetGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-description` |
| `replicationSubnetGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-identifier` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-replication-subnet-group-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
replicationSubnetGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-description
replicationSubnetGroupIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-subnet-group-identifier
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-replication-subnet-group-props-builder function updates a CfnReplicationSubnetGroupProps$Builder instance using the provided configuration.
  The function takes the CfnReplicationSubnetGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `replicationSubnetGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-description` |
| `replicationSubnetGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-subnet-group-identifier` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-replication-task-builderclj

(build-cfn-replication-task-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
cdcStartPositionjava.lang.Stringcdk.support/lookup-entry:cdc-start-position
cdcStartTimejava.lang.Numbercdk.support/lookup-entry:cdc-start-time
cdcStopPositionjava.lang.Stringcdk.support/lookup-entry:cdc-stop-position
migrationTypejava.lang.Stringcdk.support/lookup-entry:migration-type
replicationInstanceArnjava.lang.Stringcdk.support/lookup-entry:replication-instance-arn
replicationTaskIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-task-identifier
replicationTaskSettingsjava.lang.Stringcdk.support/lookup-entry:replication-task-settings
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
sourceEndpointArnjava.lang.Stringcdk.support/lookup-entry:source-endpoint-arn
tableMappingsjava.lang.Stringcdk.support/lookup-entry:table-mappings
tagsjava.util.Listcdk.support/lookup-entry:tags
targetEndpointArnjava.lang.Stringcdk.support/lookup-entry:target-endpoint-arn
taskDatajava.lang.Stringcdk.support/lookup-entry:task-data
The build-cfn-replication-task-builder function updates a CfnReplicationTask$Builder instance using the provided configuration.
  The function takes the CfnReplicationTask$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cdcStartPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdc-start-position` |
| `cdcStartTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cdc-start-time` |
| `cdcStopPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdc-stop-position` |
| `migrationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-type` |
| `replicationInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-instance-arn` |
| `replicationTaskIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-task-identifier` |
| `replicationTaskSettings` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-task-settings` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `sourceEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-endpoint-arn` |
| `tableMappings` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-mappings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-endpoint-arn` |
| `taskData` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-data` |
sourceraw docstring

build-cfn-replication-task-props-builderclj

(build-cfn-replication-task-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
cdcStartPositionjava.lang.Stringcdk.support/lookup-entry:cdc-start-position
cdcStartTimejava.lang.Numbercdk.support/lookup-entry:cdc-start-time
cdcStopPositionjava.lang.Stringcdk.support/lookup-entry:cdc-stop-position
migrationTypejava.lang.Stringcdk.support/lookup-entry:migration-type
replicationInstanceArnjava.lang.Stringcdk.support/lookup-entry:replication-instance-arn
replicationTaskIdentifierjava.lang.Stringcdk.support/lookup-entry:replication-task-identifier
replicationTaskSettingsjava.lang.Stringcdk.support/lookup-entry:replication-task-settings
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
sourceEndpointArnjava.lang.Stringcdk.support/lookup-entry:source-endpoint-arn
tableMappingsjava.lang.Stringcdk.support/lookup-entry:table-mappings
tagsjava.util.Listcdk.support/lookup-entry:tags
targetEndpointArnjava.lang.Stringcdk.support/lookup-entry:target-endpoint-arn
taskDatajava.lang.Stringcdk.support/lookup-entry:task-data
The build-cfn-replication-task-props-builder function updates a CfnReplicationTaskProps$Builder instance using the provided configuration.
  The function takes the CfnReplicationTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cdcStartPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdc-start-position` |
| `cdcStartTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cdc-start-time` |
| `cdcStopPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:cdc-stop-position` |
| `migrationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:migration-type` |
| `replicationInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-instance-arn` |
| `replicationTaskIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-task-identifier` |
| `replicationTaskSettings` | java.lang.String | [[cdk.support/lookup-entry]] | `:replication-task-settings` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
| `sourceEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-endpoint-arn` |
| `tableMappings` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-mappings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-endpoint-arn` |
| `taskData` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-data` |
sourceraw docstring

cfn-certificate-builderclj

(cfn-certificate-builder scope id config)

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

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

cfn-certificate-props-builderclj

(cfn-certificate-props-builder id config)

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

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

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

cfn-data-provider-builderclj

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

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

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

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

(cfn-endpoint-builder scope id config)

Creates a CfnEndpoint$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  `CfnEndpoint$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-endpoint-doc-db-settings-property-builderclj

(cfn-endpoint-doc-db-settings-property-builder id config)

Creates a CfnEndpoint$DocDbSettingsProperty$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  `CfnEndpoint$DocDbSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-dynamo-db-settings-property-builderclj

(cfn-endpoint-dynamo-db-settings-property-builder id config)

Creates a CfnEndpoint$DynamoDbSettingsProperty$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  `CfnEndpoint$DynamoDbSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-elasticsearch-settings-property-builderclj

(cfn-endpoint-elasticsearch-settings-property-builder id config)

Creates a CfnEndpoint$ElasticsearchSettingsProperty$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  `CfnEndpoint$ElasticsearchSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-gcp-my-sql-settings-property-builderclj

(cfn-endpoint-gcp-my-sql-settings-property-builder id config)

Creates a CfnEndpoint$GcpMySQLSettingsProperty$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  `CfnEndpoint$GcpMySQLSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-ibm-db2-settings-property-builderclj

(cfn-endpoint-ibm-db2-settings-property-builder id config)

Creates a CfnEndpoint$IbmDb2SettingsProperty$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  `CfnEndpoint$IbmDb2SettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-kafka-settings-property-builderclj

(cfn-endpoint-kafka-settings-property-builder id config)

Creates a CfnEndpoint$KafkaSettingsProperty$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  `CfnEndpoint$KafkaSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-kinesis-settings-property-builderclj

(cfn-endpoint-kinesis-settings-property-builder id config)

Creates a CfnEndpoint$KinesisSettingsProperty$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  `CfnEndpoint$KinesisSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-microsoft-sql-server-settings-property-builderclj

(cfn-endpoint-microsoft-sql-server-settings-property-builder id config)

Creates a CfnEndpoint$MicrosoftSqlServerSettingsProperty$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  `CfnEndpoint$MicrosoftSqlServerSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-mongo-db-settings-property-builderclj

(cfn-endpoint-mongo-db-settings-property-builder id config)

Creates a CfnEndpoint$MongoDbSettingsProperty$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  `CfnEndpoint$MongoDbSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-my-sql-settings-property-builderclj

(cfn-endpoint-my-sql-settings-property-builder id config)

Creates a CfnEndpoint$MySqlSettingsProperty$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  `CfnEndpoint$MySqlSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-neptune-settings-property-builderclj

(cfn-endpoint-neptune-settings-property-builder id config)

Creates a CfnEndpoint$NeptuneSettingsProperty$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  `CfnEndpoint$NeptuneSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-oracle-settings-property-builderclj

(cfn-endpoint-oracle-settings-property-builder id config)

Creates a CfnEndpoint$OracleSettingsProperty$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  `CfnEndpoint$OracleSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-postgre-sql-settings-property-builderclj

(cfn-endpoint-postgre-sql-settings-property-builder id config)

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

(cfn-endpoint-props-builder id config)

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

(cfn-endpoint-redis-settings-property-builder id config)

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

(cfn-endpoint-redshift-settings-property-builder id config)

Creates a CfnEndpoint$RedshiftSettingsProperty$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  `CfnEndpoint$RedshiftSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-s3-settings-property-builderclj

(cfn-endpoint-s3-settings-property-builder id config)

Creates a CfnEndpoint$S3SettingsProperty$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  `CfnEndpoint$S3SettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-endpoint-sybase-settings-property-builderclj

(cfn-endpoint-sybase-settings-property-builder id config)

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

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

Creates a CfnEventSubscription$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  `CfnEventSubscription$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-event-subscription-props-builderclj

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

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

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

Creates a CfnInstanceProfile$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  `CfnInstanceProfile$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-instance-profile-props-builderclj

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

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

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

Creates a CfnMigrationProject$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  `CfnMigrationProject$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-migration-project-data-provider-descriptor-property-builderclj

(cfn-migration-project-data-provider-descriptor-property-builder id config)

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

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

Creates a CfnMigrationProjectProps$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  `CfnMigrationProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-migration-project-schema-conversion-application-attributes-property-builderclj

(cfn-migration-project-schema-conversion-application-attributes-property-builder
  id
  config)

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

(cfn-replication-config-builder scope id config)

Creates a CfnReplicationConfig$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  `CfnReplicationConfig$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-replication-config-compute-config-property-builderclj

(cfn-replication-config-compute-config-property-builder id config)

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

(cfn-replication-config-props-builder id config)

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

(cfn-replication-instance-builder scope id config)

Creates a CfnReplicationInstance$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  `CfnReplicationInstance$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-replication-instance-props-builderclj

(cfn-replication-instance-props-builder id config)

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

(cfn-replication-subnet-group-builder scope id config)

Creates a CfnReplicationSubnetGroup$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  `CfnReplicationSubnetGroup$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-replication-subnet-group-props-builderclj

(cfn-replication-subnet-group-props-builder id config)

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

(cfn-replication-task-builder scope id config)

Creates a CfnReplicationTask$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  `CfnReplicationTask$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-replication-task-props-builderclj

(cfn-replication-task-props-builder id config)

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