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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceAccessRoleArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close