Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.docdb package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.docdb package.
(backup-props-builder id config)
Creates a BackupProps$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 `BackupProps$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 |
(build-backup-props-builder builder id config)
The build-backup-props-builder function updates a BackupProps$Builder instance using the provided configuration. The function takes the BackupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
preferredWindow | java.lang.String | cdk.support/lookup-entry | :preferred-window |
retention | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :retention |
The build-backup-props-builder function updates a BackupProps$Builder instance using the provided configuration. The function takes the BackupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `preferredWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-window` | | `retention` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retention` |
(build-cfn-db-cluster-builder builder id config)
The build-cfn-db-cluster-builder function updates a CfnDBCluster$Builder instance using the provided configuration. The function takes the CfnDBCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
backupRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :backup-retention-period |
copyTagsToSnapshot | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :copy-tags-to-snapshot |
dbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :db-cluster-identifier |
dbClusterParameterGroupName | java.lang.String | cdk.support/lookup-entry | :db-cluster-parameter-group-name |
dbSubnetGroupName | java.lang.String | cdk.support/lookup-entry | :db-subnet-group-name |
deletionProtection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deletion-protection |
enableCloudwatchLogsExports | java.util.List | cdk.support/lookup-entry | :enable-cloudwatch-logs-exports |
engineVersion | java.lang.String | cdk.support/lookup-entry | :engine-version |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
masterUserPassword | java.lang.String | cdk.support/lookup-entry | :master-user-password |
masterUsername | java.lang.String | cdk.support/lookup-entry | :master-username |
port | java.lang.Number | cdk.support/lookup-entry | :port |
preferredBackupWindow | java.lang.String | cdk.support/lookup-entry | :preferred-backup-window |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
restoreToTime | java.lang.String | cdk.support/lookup-entry | :restore-to-time |
restoreType | java.lang.String | cdk.support/lookup-entry | :restore-type |
snapshotIdentifier | java.lang.String | cdk.support/lookup-entry | :snapshot-identifier |
sourceDbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :source-db-cluster-identifier |
storageEncrypted | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :storage-encrypted |
storageType | java.lang.String | cdk.support/lookup-entry | :storage-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
useLatestRestorableTime | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :use-latest-restorable-time |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
The build-cfn-db-cluster-builder function updates a CfnDBCluster$Builder instance using the provided configuration. The function takes the CfnDBCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `backupRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-period` | | `copyTagsToSnapshot` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags-to-snapshot` | | `dbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-identifier` | | `dbClusterParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-parameter-group-name` | | `dbSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-name` | | `deletionProtection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deletion-protection` | | `enableCloudwatchLogsExports` | java.util.List | [[cdk.support/lookup-entry]] | `:enable-cloudwatch-logs-exports` | | `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` | | `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `restoreToTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:restore-to-time` | | `restoreType` | java.lang.String | [[cdk.support/lookup-entry]] | `:restore-type` | | `snapshotIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-identifier` | | `sourceDbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-db-cluster-identifier` | | `storageEncrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-encrypted` | | `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `useLatestRestorableTime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-latest-restorable-time` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
(build-cfn-db-cluster-parameter-group-builder builder id config)
The build-cfn-db-cluster-parameter-group-builder function updates a CfnDBClusterParameterGroup$Builder instance using the provided configuration. The function takes the CfnDBClusterParameterGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
family | java.lang.String | cdk.support/lookup-entry | :family |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-db-cluster-parameter-group-builder function updates a CfnDBClusterParameterGroup$Builder instance using the provided configuration. The function takes the CfnDBClusterParameterGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-db-cluster-parameter-group-props-builder builder id config)
The build-cfn-db-cluster-parameter-group-props-builder function updates a CfnDBClusterParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnDBClusterParameterGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
family | java.lang.String | cdk.support/lookup-entry | :family |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-db-cluster-parameter-group-props-builder function updates a CfnDBClusterParameterGroupProps$Builder instance using the provided configuration. The function takes the CfnDBClusterParameterGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-db-cluster-props-builder builder id config)
The build-cfn-db-cluster-props-builder function updates a CfnDBClusterProps$Builder instance using the provided configuration. The function takes the CfnDBClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
backupRetentionPeriod | java.lang.Number | cdk.support/lookup-entry | :backup-retention-period |
copyTagsToSnapshot | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :copy-tags-to-snapshot |
dbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :db-cluster-identifier |
dbClusterParameterGroupName | java.lang.String | cdk.support/lookup-entry | :db-cluster-parameter-group-name |
dbSubnetGroupName | java.lang.String | cdk.support/lookup-entry | :db-subnet-group-name |
deletionProtection | java.lang.Boolean | cdk.support/lookup-entry | :deletion-protection |
enableCloudwatchLogsExports | java.util.List | cdk.support/lookup-entry | :enable-cloudwatch-logs-exports |
engineVersion | java.lang.String | cdk.support/lookup-entry | :engine-version |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
masterUserPassword | java.lang.String | cdk.support/lookup-entry | :master-user-password |
masterUsername | java.lang.String | cdk.support/lookup-entry | :master-username |
port | java.lang.Number | cdk.support/lookup-entry | :port |
preferredBackupWindow | java.lang.String | cdk.support/lookup-entry | :preferred-backup-window |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
restoreToTime | java.lang.String | cdk.support/lookup-entry | :restore-to-time |
restoreType | java.lang.String | cdk.support/lookup-entry | :restore-type |
snapshotIdentifier | java.lang.String | cdk.support/lookup-entry | :snapshot-identifier |
sourceDbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :source-db-cluster-identifier |
storageEncrypted | java.lang.Boolean | cdk.support/lookup-entry | :storage-encrypted |
storageType | java.lang.String | cdk.support/lookup-entry | :storage-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
useLatestRestorableTime | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :use-latest-restorable-time |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
The build-cfn-db-cluster-props-builder function updates a CfnDBClusterProps$Builder instance using the provided configuration. The function takes the CfnDBClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `backupRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-period` | | `copyTagsToSnapshot` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:copy-tags-to-snapshot` | | `dbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-identifier` | | `dbClusterParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-parameter-group-name` | | `dbSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-name` | | `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` | | `enableCloudwatchLogsExports` | java.util.List | [[cdk.support/lookup-entry]] | `:enable-cloudwatch-logs-exports` | | `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` | | `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `restoreToTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:restore-to-time` | | `restoreType` | java.lang.String | [[cdk.support/lookup-entry]] | `:restore-type` | | `snapshotIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-identifier` | | `sourceDbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-db-cluster-identifier` | | `storageEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:storage-encrypted` | | `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `useLatestRestorableTime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-latest-restorable-time` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
(build-cfn-db-instance-builder builder id config)
The build-cfn-db-instance-builder function updates a CfnDBInstance$Builder instance using the provided configuration. The function takes the CfnDBInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoMinorVersionUpgrade | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-minor-version-upgrade |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
caCertificateIdentifier | java.lang.String | cdk.support/lookup-entry | :ca-certificate-identifier |
certificateRotationRestart | java.lang.Boolean | cdk.support/lookup-entry | :certificate-rotation-restart |
dbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :db-cluster-identifier |
dbInstanceClass | java.lang.String | cdk.support/lookup-entry | :db-instance-class |
dbInstanceIdentifier | java.lang.String | cdk.support/lookup-entry | :db-instance-identifier |
enablePerformanceInsights | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-performance-insights |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-db-instance-builder function updates a CfnDBInstance$Builder instance using the provided configuration. The function takes the CfnDBInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `caCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-identifier` | | `certificateRotationRestart` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:certificate-rotation-restart` | | `dbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-identifier` | | `dbInstanceClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-class` | | `dbInstanceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-identifier` | | `enablePerformanceInsights` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-performance-insights` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-db-instance-props-builder builder id config)
The build-cfn-db-instance-props-builder function updates a CfnDBInstanceProps$Builder instance using the provided configuration. The function takes the CfnDBInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoMinorVersionUpgrade | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-minor-version-upgrade |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
caCertificateIdentifier | java.lang.String | cdk.support/lookup-entry | :ca-certificate-identifier |
certificateRotationRestart | java.lang.Boolean | cdk.support/lookup-entry | :certificate-rotation-restart |
dbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :db-cluster-identifier |
dbInstanceClass | java.lang.String | cdk.support/lookup-entry | :db-instance-class |
dbInstanceIdentifier | java.lang.String | cdk.support/lookup-entry | :db-instance-identifier |
enablePerformanceInsights | java.lang.Boolean | cdk.support/lookup-entry | :enable-performance-insights |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-db-instance-props-builder function updates a CfnDBInstanceProps$Builder instance using the provided configuration. The function takes the CfnDBInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `caCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-identifier` | | `certificateRotationRestart` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:certificate-rotation-restart` | | `dbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-identifier` | | `dbInstanceClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-class` | | `dbInstanceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-identifier` | | `enablePerformanceInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-performance-insights` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-db-subnet-group-builder builder id config)
The build-cfn-db-subnet-group-builder function updates a CfnDBSubnetGroup$Builder instance using the provided configuration. The function takes the CfnDBSubnetGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dbSubnetGroupDescription | java.lang.String | cdk.support/lookup-entry | :db-subnet-group-description |
dbSubnetGroupName | java.lang.String | cdk.support/lookup-entry | :db-subnet-group-name |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-db-subnet-group-builder function updates a CfnDBSubnetGroup$Builder instance using the provided configuration. The function takes the CfnDBSubnetGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dbSubnetGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-description` | | `dbSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-name` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-db-subnet-group-props-builder builder id config)
The build-cfn-db-subnet-group-props-builder function updates a CfnDBSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnDBSubnetGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dbSubnetGroupDescription | java.lang.String | cdk.support/lookup-entry | :db-subnet-group-description |
dbSubnetGroupName | java.lang.String | cdk.support/lookup-entry | :db-subnet-group-name |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-db-subnet-group-props-builder function updates a CfnDBSubnetGroupProps$Builder instance using the provided configuration. The function takes the CfnDBSubnetGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dbSubnetGroupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-description` | | `dbSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-name` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(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 |
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` |
(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 | software.amazon.awscdk.IResolvable | 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 |
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` | software.amazon.awscdk.IResolvable | [[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` |
(build-cluster-parameter-group-builder builder id config)
The build-cluster-parameter-group-builder function updates a ClusterParameterGroup$Builder instance using the provided configuration. The function takes the ClusterParameterGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dbClusterParameterGroupName | java.lang.String | cdk.support/lookup-entry | :db-cluster-parameter-group-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
family | java.lang.String | cdk.support/lookup-entry | :family |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
The build-cluster-parameter-group-builder function updates a ClusterParameterGroup$Builder instance using the provided configuration. The function takes the ClusterParameterGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dbClusterParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-parameter-group-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
(build-cluster-parameter-group-props-builder builder id config)
The build-cluster-parameter-group-props-builder function updates a ClusterParameterGroupProps$Builder instance using the provided configuration. The function takes the ClusterParameterGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dbClusterParameterGroupName | java.lang.String | cdk.support/lookup-entry | :db-cluster-parameter-group-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
family | java.lang.String | cdk.support/lookup-entry | :family |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
The build-cluster-parameter-group-props-builder function updates a ClusterParameterGroupProps$Builder instance using the provided configuration. The function takes the ClusterParameterGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dbClusterParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-parameter-group-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
(build-database-cluster-attributes-builder builder id config)
The build-database-cluster-attributes-builder function updates a DatabaseClusterAttributes$Builder instance using the provided configuration. The function takes the DatabaseClusterAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clusterEndpointAddress | java.lang.String | cdk.support/lookup-entry | :cluster-endpoint-address |
clusterIdentifier | java.lang.String | cdk.support/lookup-entry | :cluster-identifier |
instanceEndpointAddresses | java.util.List | cdk.support/lookup-entry | :instance-endpoint-addresses |
instanceIdentifiers | java.util.List | cdk.support/lookup-entry | :instance-identifiers |
port | java.lang.Number | cdk.support/lookup-entry | :port |
readerEndpointAddress | java.lang.String | cdk.support/lookup-entry | :reader-endpoint-address |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
The build-database-cluster-attributes-builder function updates a DatabaseClusterAttributes$Builder instance using the provided configuration. The function takes the DatabaseClusterAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clusterEndpointAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-endpoint-address` | | `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` | | `instanceEndpointAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-endpoint-addresses` | | `instanceIdentifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-identifiers` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `readerEndpointAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:reader-endpoint-address` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
(build-database-cluster-builder builder id config)
The build-database-cluster-builder function updates a DatabaseCluster$Builder instance using the provided configuration. The function takes the DatabaseCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
backup | software.amazon.awscdk.services.docdb.BackupProps | cdk.support/lookup-entry | :backup |
caCertificate | software.amazon.awscdk.services.rds.CaCertificate | cdk.support/lookup-entry | :ca-certificate |
cloudWatchLogsRetention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :cloud-watch-logs-retention |
cloudWatchLogsRetentionRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :cloud-watch-logs-retention-role |
copyTagsToSnapshot | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-snapshot |
dbClusterName | java.lang.String | cdk.support/lookup-entry | :db-cluster-name |
deletionProtection | java.lang.Boolean | cdk.support/lookup-entry | :deletion-protection |
enablePerformanceInsights | java.lang.Boolean | cdk.support/lookup-entry | :enable-performance-insights |
engineVersion | java.lang.String | cdk.support/lookup-entry | :engine-version |
exportAuditLogsToCloudWatch | java.lang.Boolean | cdk.support/lookup-entry | :export-audit-logs-to-cloud-watch |
exportProfilerLogsToCloudWatch | java.lang.Boolean | cdk.support/lookup-entry | :export-profiler-logs-to-cloud-watch |
instanceIdentifierBase | java.lang.String | cdk.support/lookup-entry | :instance-identifier-base |
instanceRemovalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :instance-removal-policy |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
instances | java.lang.Number | cdk.support/lookup-entry | :instances |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
masterUser | software.amazon.awscdk.services.docdb.Login | cdk.support/lookup-entry | :master-user |
parameterGroup | software.amazon.awscdk.services.docdb.IClusterParameterGroup | cdk.support/lookup-entry | :parameter-group |
port | java.lang.Number | cdk.support/lookup-entry | :port |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
securityGroupRemovalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :security-group-removal-policy |
storageEncrypted | java.lang.Boolean | cdk.support/lookup-entry | :storage-encrypted |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-database-cluster-builder function updates a DatabaseCluster$Builder instance using the provided configuration. The function takes the DatabaseCluster$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `backup` | software.amazon.awscdk.services.docdb.BackupProps | [[cdk.support/lookup-entry]] | `:backup` | | `caCertificate` | software.amazon.awscdk.services.rds.CaCertificate | [[cdk.support/lookup-entry]] | `:ca-certificate` | | `cloudWatchLogsRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:cloud-watch-logs-retention` | | `cloudWatchLogsRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-retention-role` | | `copyTagsToSnapshot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-snapshot` | | `dbClusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-name` | | `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` | | `enablePerformanceInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-performance-insights` | | `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` | | `exportAuditLogsToCloudWatch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:export-audit-logs-to-cloud-watch` | | `exportProfilerLogsToCloudWatch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:export-profiler-logs-to-cloud-watch` | | `instanceIdentifierBase` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-identifier-base` | | `instanceRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:instance-removal-policy` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `instances` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instances` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `masterUser` | software.amazon.awscdk.services.docdb.Login | [[cdk.support/lookup-entry]] | `:master-user` | | `parameterGroup` | software.amazon.awscdk.services.docdb.IClusterParameterGroup | [[cdk.support/lookup-entry]] | `:parameter-group` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `securityGroupRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:security-group-removal-policy` | | `storageEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:storage-encrypted` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-database-cluster-props-builder builder id config)
The build-database-cluster-props-builder function updates a DatabaseClusterProps$Builder instance using the provided configuration. The function takes the DatabaseClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
backup | software.amazon.awscdk.services.docdb.BackupProps | cdk.support/lookup-entry | :backup |
caCertificate | software.amazon.awscdk.services.rds.CaCertificate | cdk.support/lookup-entry | :ca-certificate |
cloudWatchLogsRetention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :cloud-watch-logs-retention |
cloudWatchLogsRetentionRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :cloud-watch-logs-retention-role |
copyTagsToSnapshot | java.lang.Boolean | cdk.support/lookup-entry | :copy-tags-to-snapshot |
dbClusterName | java.lang.String | cdk.support/lookup-entry | :db-cluster-name |
deletionProtection | java.lang.Boolean | cdk.support/lookup-entry | :deletion-protection |
enablePerformanceInsights | java.lang.Boolean | cdk.support/lookup-entry | :enable-performance-insights |
engineVersion | java.lang.String | cdk.support/lookup-entry | :engine-version |
exportAuditLogsToCloudWatch | java.lang.Boolean | cdk.support/lookup-entry | :export-audit-logs-to-cloud-watch |
exportProfilerLogsToCloudWatch | java.lang.Boolean | cdk.support/lookup-entry | :export-profiler-logs-to-cloud-watch |
instanceIdentifierBase | java.lang.String | cdk.support/lookup-entry | :instance-identifier-base |
instanceRemovalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :instance-removal-policy |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
instances | java.lang.Number | cdk.support/lookup-entry | :instances |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
masterUser | software.amazon.awscdk.services.docdb.Login | cdk.support/lookup-entry | :master-user |
parameterGroup | software.amazon.awscdk.services.docdb.IClusterParameterGroup | cdk.support/lookup-entry | :parameter-group |
port | java.lang.Number | cdk.support/lookup-entry | :port |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
securityGroupRemovalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :security-group-removal-policy |
storageEncrypted | java.lang.Boolean | cdk.support/lookup-entry | :storage-encrypted |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-database-cluster-props-builder function updates a DatabaseClusterProps$Builder instance using the provided configuration. The function takes the DatabaseClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `backup` | software.amazon.awscdk.services.docdb.BackupProps | [[cdk.support/lookup-entry]] | `:backup` | | `caCertificate` | software.amazon.awscdk.services.rds.CaCertificate | [[cdk.support/lookup-entry]] | `:ca-certificate` | | `cloudWatchLogsRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:cloud-watch-logs-retention` | | `cloudWatchLogsRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-retention-role` | | `copyTagsToSnapshot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:copy-tags-to-snapshot` | | `dbClusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-name` | | `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` | | `enablePerformanceInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-performance-insights` | | `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` | | `exportAuditLogsToCloudWatch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:export-audit-logs-to-cloud-watch` | | `exportProfilerLogsToCloudWatch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:export-profiler-logs-to-cloud-watch` | | `instanceIdentifierBase` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-identifier-base` | | `instanceRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:instance-removal-policy` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `instances` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instances` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `masterUser` | software.amazon.awscdk.services.docdb.Login | [[cdk.support/lookup-entry]] | `:master-user` | | `parameterGroup` | software.amazon.awscdk.services.docdb.IClusterParameterGroup | [[cdk.support/lookup-entry]] | `:parameter-group` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `securityGroupRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:security-group-removal-policy` | | `storageEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:storage-encrypted` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-database-instance-attributes-builder builder id config)
The build-database-instance-attributes-builder function updates a DatabaseInstanceAttributes$Builder instance using the provided configuration. The function takes the DatabaseInstanceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceEndpointAddress | java.lang.String | cdk.support/lookup-entry | :instance-endpoint-address |
instanceIdentifier | java.lang.String | cdk.support/lookup-entry | :instance-identifier |
port | java.lang.Number | cdk.support/lookup-entry | :port |
The build-database-instance-attributes-builder function updates a DatabaseInstanceAttributes$Builder instance using the provided configuration. The function takes the DatabaseInstanceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `instanceEndpointAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-endpoint-address` | | `instanceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-identifier` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
(build-database-instance-builder builder id config)
The build-database-instance-builder function updates a DatabaseInstance$Builder instance using the provided configuration. The function takes the DatabaseInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoMinorVersionUpgrade | java.lang.Boolean | cdk.support/lookup-entry | :auto-minor-version-upgrade |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
caCertificate | software.amazon.awscdk.services.rds.CaCertificate | cdk.support/lookup-entry | :ca-certificate |
cluster | software.amazon.awscdk.services.docdb.IDatabaseCluster | cdk.support/lookup-entry | :cluster |
dbInstanceName | java.lang.String | cdk.support/lookup-entry | :db-instance-name |
enablePerformanceInsights | java.lang.Boolean | cdk.support/lookup-entry | :enable-performance-insights |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
The build-database-instance-builder function updates a DatabaseInstance$Builder instance using the provided configuration. The function takes the DatabaseInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `caCertificate` | software.amazon.awscdk.services.rds.CaCertificate | [[cdk.support/lookup-entry]] | `:ca-certificate` | | `cluster` | software.amazon.awscdk.services.docdb.IDatabaseCluster | [[cdk.support/lookup-entry]] | `:cluster` | | `dbInstanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-name` | | `enablePerformanceInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-performance-insights` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
(build-database-instance-props-builder builder id config)
The build-database-instance-props-builder function updates a DatabaseInstanceProps$Builder instance using the provided configuration. The function takes the DatabaseInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoMinorVersionUpgrade | java.lang.Boolean | cdk.support/lookup-entry | :auto-minor-version-upgrade |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
caCertificate | software.amazon.awscdk.services.rds.CaCertificate | cdk.support/lookup-entry | :ca-certificate |
cluster | software.amazon.awscdk.services.docdb.IDatabaseCluster | cdk.support/lookup-entry | :cluster |
dbInstanceName | java.lang.String | cdk.support/lookup-entry | :db-instance-name |
enablePerformanceInsights | java.lang.Boolean | cdk.support/lookup-entry | :enable-performance-insights |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
preferredMaintenanceWindow | java.lang.String | cdk.support/lookup-entry | :preferred-maintenance-window |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
The build-database-instance-props-builder function updates a DatabaseInstanceProps$Builder instance using the provided configuration. The function takes the DatabaseInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `caCertificate` | software.amazon.awscdk.services.rds.CaCertificate | [[cdk.support/lookup-entry]] | `:ca-certificate` | | `cluster` | software.amazon.awscdk.services.docdb.IDatabaseCluster | [[cdk.support/lookup-entry]] | `:cluster` | | `dbInstanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-name` | | `enablePerformanceInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-performance-insights` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
(build-database-secret-builder builder id config)
The build-database-secret-builder function updates a DatabaseSecret$Builder instance using the provided configuration. The function takes the DatabaseSecret$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
excludeCharacters | java.lang.String | cdk.support/lookup-entry | :exclude-characters |
masterSecret | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :master-secret |
secretName | java.lang.String | cdk.support/lookup-entry | :secret-name |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-database-secret-builder function updates a DatabaseSecret$Builder instance using the provided configuration. The function takes the DatabaseSecret$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` | | `masterSecret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:master-secret` | | `secretName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-name` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-database-secret-props-builder builder id config)
The build-database-secret-props-builder function updates a DatabaseSecretProps$Builder instance using the provided configuration. The function takes the DatabaseSecretProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
excludeCharacters | java.lang.String | cdk.support/lookup-entry | :exclude-characters |
masterSecret | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :master-secret |
secretName | java.lang.String | cdk.support/lookup-entry | :secret-name |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-database-secret-props-builder function updates a DatabaseSecretProps$Builder instance using the provided configuration. The function takes the DatabaseSecretProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` | | `masterSecret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:master-secret` | | `secretName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-name` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-login-builder builder id config)
The build-login-builder function updates a Login$Builder instance using the provided configuration. The function takes the Login$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludeCharacters | java.lang.String | cdk.support/lookup-entry | :exclude-characters |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
password | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :password |
secretName | java.lang.String | cdk.support/lookup-entry | :secret-name |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-login-builder function updates a Login$Builder instance using the provided configuration. The function takes the Login$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `password` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:password` | | `secretName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-name` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-rotation-multi-user-options-builder builder id config)
The build-rotation-multi-user-options-builder function updates a RotationMultiUserOptions$Builder instance using the provided configuration. The function takes the RotationMultiUserOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
automaticallyAfter | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :automatically-after |
secret | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :secret |
The build-rotation-multi-user-options-builder function updates a RotationMultiUserOptions$Builder instance using the provided configuration. The function takes the RotationMultiUserOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `automaticallyAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:automatically-after` | | `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
(cfn-db-cluster-builder scope id config)
Creates a CfnDBCluster$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 `CfnDBCluster$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-db-cluster-parameter-group-builder scope id config)
Creates a CfnDBClusterParameterGroup$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 `CfnDBClusterParameterGroup$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-db-cluster-parameter-group-props-builder id config)
Creates a CfnDBClusterParameterGroupProps$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 `CfnDBClusterParameterGroupProps$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-db-cluster-props-builder id config)
Creates a CfnDBClusterProps$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 `CfnDBClusterProps$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-db-instance-builder scope id config)
Creates a CfnDBInstance$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 `CfnDBInstance$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-db-instance-props-builder id config)
Creates a CfnDBInstanceProps$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 `CfnDBInstanceProps$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-db-subnet-group-builder scope id config)
Creates a CfnDBSubnetGroup$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 `CfnDBSubnetGroup$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-db-subnet-group-props-builder id config)
Creates a CfnDBSubnetGroupProps$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 `CfnDBSubnetGroupProps$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 |
(cluster-parameter-group-builder scope id config)
Creates a ClusterParameterGroup$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 `ClusterParameterGroup$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 |
(cluster-parameter-group-props-builder id config)
Creates a ClusterParameterGroupProps$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 `ClusterParameterGroupProps$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 |
(database-cluster-attributes-builder id config)
Creates a DatabaseClusterAttributes$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 `DatabaseClusterAttributes$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 |
(database-cluster-builder scope id config)
Creates a DatabaseCluster$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 `DatabaseCluster$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 |
(database-cluster-props-builder id config)
Creates a DatabaseClusterProps$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 `DatabaseClusterProps$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 |
(database-instance-attributes-builder id config)
Creates a DatabaseInstanceAttributes$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 `DatabaseInstanceAttributes$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 |
(database-instance-builder scope id config)
Creates a DatabaseInstance$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 `DatabaseInstance$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 |
(database-instance-props-builder id config)
Creates a DatabaseInstanceProps$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 `DatabaseInstanceProps$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 |
(database-secret-builder scope id config)
Creates a DatabaseSecret$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 `DatabaseSecret$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 |
(database-secret-props-builder id config)
Creates a DatabaseSecretProps$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 `DatabaseSecretProps$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 |
(login-builder id config)
Creates a Login$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 `Login$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 |
(rotation-multi-user-options-builder id config)
Creates a RotationMultiUserOptions$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 `RotationMultiUserOptions$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