Liking cljdoc? Tell your friends :D

cdk.api.services.neptune

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

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

build-cfn-db-cluster-builderclj

(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:

FieldDataTypeLookup FunctionData Key
associatedRolesjava.util.Listcdk.support/lookup-entry:associated-roles
availabilityZonesjava.util.Listcdk.support/lookup-entry:availability-zones
backupRetentionPeriodjava.lang.Numbercdk.support/lookup-entry:backup-retention-period
copyTagsToSnapshotjava.lang.Booleancdk.support/lookup-entry:copy-tags-to-snapshot
dbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:db-cluster-identifier
dbClusterParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:db-cluster-parameter-group-name
dbInstanceParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:db-instance-parameter-group-name
dbPortjava.lang.Numbercdk.support/lookup-entry:db-port
dbSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:db-subnet-group-name
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
enableCloudwatchLogsExportsjava.util.Listcdk.support/lookup-entry:enable-cloudwatch-logs-exports
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
iamAuthEnabledjava.lang.Booleancdk.support/lookup-entry:iam-auth-enabled
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
preferredBackupWindowjava.lang.Stringcdk.support/lookup-entry:preferred-backup-window
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
restoreToTimejava.lang.Stringcdk.support/lookup-entry:restore-to-time
restoreTypejava.lang.Stringcdk.support/lookup-entry:restore-type
serverlessScalingConfigurationsoftware.amazon.awscdk.services.neptune.CfnDBCluster$ServerlessScalingConfigurationPropertycdk.support/lookup-entry:serverless-scaling-configuration
snapshotIdentifierjava.lang.Stringcdk.support/lookup-entry:snapshot-identifier
sourceDbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:source-db-cluster-identifier
storageEncryptedjava.lang.Booleancdk.support/lookup-entry:storage-encrypted
tagsjava.util.Listcdk.support/lookup-entry:tags
useLatestRestorableTimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-latest-restorable-time
vpcSecurityGroupIdsjava.util.Listcdk.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 |
|---|---|---|---|
| `associatedRoles` | java.util.List | [[cdk.support/lookup-entry]] | `:associated-roles` |
| `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` |
| `backupRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-period` |
| `copyTagsToSnapshot` | java.lang.Boolean | [[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` |
| `dbInstanceParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-parameter-group-name` |
| `dbPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:db-port` |
| `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` |
| `iamAuthEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:iam-auth-enabled` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `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` |
| `serverlessScalingConfiguration` | software.amazon.awscdk.services.neptune.CfnDBCluster$ServerlessScalingConfigurationProperty | [[cdk.support/lookup-entry]] | `:serverless-scaling-configuration` |
| `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` |
| `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` |
sourceraw docstring

build-cfn-db-cluster-db-cluster-role-property-builderclj

(build-cfn-db-cluster-db-cluster-role-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
featureNamejava.lang.Stringcdk.support/lookup-entry:feature-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-db-cluster-db-cluster-role-property-builder function updates a CfnDBCluster$DBClusterRoleProperty$Builder instance using the provided configuration.
  The function takes the CfnDBCluster$DBClusterRoleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-db-cluster-parameter-group-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
familyjava.lang.Stringcdk.support/lookup-entry:family
namejava.lang.Stringcdk.support/lookup-entry:name
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-db-cluster-parameter-group-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
familyjava.lang.Stringcdk.support/lookup-entry:family
namejava.lang.Stringcdk.support/lookup-entry:name
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-db-cluster-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
associatedRolessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:associated-roles
availabilityZonesjava.util.Listcdk.support/lookup-entry:availability-zones
backupRetentionPeriodjava.lang.Numbercdk.support/lookup-entry:backup-retention-period
copyTagsToSnapshotjava.lang.Booleancdk.support/lookup-entry:copy-tags-to-snapshot
dbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:db-cluster-identifier
dbClusterParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:db-cluster-parameter-group-name
dbInstanceParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:db-instance-parameter-group-name
dbPortjava.lang.Numbercdk.support/lookup-entry:db-port
dbSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:db-subnet-group-name
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
enableCloudwatchLogsExportsjava.util.Listcdk.support/lookup-entry:enable-cloudwatch-logs-exports
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
iamAuthEnabledjava.lang.Booleancdk.support/lookup-entry:iam-auth-enabled
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
preferredBackupWindowjava.lang.Stringcdk.support/lookup-entry:preferred-backup-window
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
restoreToTimejava.lang.Stringcdk.support/lookup-entry:restore-to-time
restoreTypejava.lang.Stringcdk.support/lookup-entry:restore-type
serverlessScalingConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:serverless-scaling-configuration
snapshotIdentifierjava.lang.Stringcdk.support/lookup-entry:snapshot-identifier
sourceDbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:source-db-cluster-identifier
storageEncryptedjava.lang.Booleancdk.support/lookup-entry:storage-encrypted
tagsjava.util.Listcdk.support/lookup-entry:tags
useLatestRestorableTimejava.lang.Booleancdk.support/lookup-entry:use-latest-restorable-time
vpcSecurityGroupIdsjava.util.Listcdk.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 |
|---|---|---|---|
| `associatedRoles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:associated-roles` |
| `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` |
| `backupRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-period` |
| `copyTagsToSnapshot` | java.lang.Boolean | [[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` |
| `dbInstanceParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-parameter-group-name` |
| `dbPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:db-port` |
| `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` |
| `iamAuthEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:iam-auth-enabled` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `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` |
| `serverlessScalingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:serverless-scaling-configuration` |
| `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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `useLatestRestorableTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-latest-restorable-time` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-db-cluster-serverless-scaling-configuration-property-builderclj

(build-cfn-db-cluster-serverless-scaling-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-db-cluster-serverless-scaling-configuration-property-builder function updates a CfnDBCluster$ServerlessScalingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDBCluster$ServerlessScalingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
The build-cfn-db-cluster-serverless-scaling-configuration-property-builder function updates a CfnDBCluster$ServerlessScalingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDBCluster$ServerlessScalingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
sourceraw docstring

build-cfn-db-instance-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowMajorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:allow-major-version-upgrade
autoMinorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-minor-version-upgrade
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
dbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:db-cluster-identifier
dbInstanceClassjava.lang.Stringcdk.support/lookup-entry:db-instance-class
dbInstanceIdentifierjava.lang.Stringcdk.support/lookup-entry:db-instance-identifier
dbParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:db-parameter-group-name
dbSnapshotIdentifierjava.lang.Stringcdk.support/lookup-entry:db-snapshot-identifier
dbSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:db-subnet-group-name
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `allowMajorVersionUpgrade` | java.lang.Boolean | [[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` |
| `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` |
| `dbParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-parameter-group-name` |
| `dbSnapshotIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-snapshot-identifier` |
| `dbSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-name` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-db-instance-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowMajorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:allow-major-version-upgrade
autoMinorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:auto-minor-version-upgrade
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
dbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:db-cluster-identifier
dbInstanceClassjava.lang.Stringcdk.support/lookup-entry:db-instance-class
dbInstanceIdentifierjava.lang.Stringcdk.support/lookup-entry:db-instance-identifier
dbParameterGroupNamejava.lang.Stringcdk.support/lookup-entry:db-parameter-group-name
dbSnapshotIdentifierjava.lang.Stringcdk.support/lookup-entry:db-snapshot-identifier
dbSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:db-subnet-group-name
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
tagsjava.util.Listcdk.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 |
|---|---|---|---|
| `allowMajorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-major-version-upgrade` |
| `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `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` |
| `dbParameterGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-parameter-group-name` |
| `dbSnapshotIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-snapshot-identifier` |
| `dbSubnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-subnet-group-name` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-db-parameter-group-builderclj

(build-cfn-db-parameter-group-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
familyjava.lang.Stringcdk.support/lookup-entry:family
namejava.lang.Stringcdk.support/lookup-entry:name
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-db-parameter-group-builder function updates a CfnDBParameterGroup$Builder instance using the provided configuration.
  The function takes the CfnDBParameterGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
sourceraw docstring

build-cfn-db-parameter-group-props-builderclj

(build-cfn-db-parameter-group-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
familyjava.lang.Stringcdk.support/lookup-entry:family
namejava.lang.Stringcdk.support/lookup-entry:name
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-db-parameter-group-props-builder function updates a CfnDBParameterGroupProps$Builder instance using the provided configuration.
  The function takes the CfnDBParameterGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
sourceraw docstring

build-cfn-db-subnet-group-builderclj

(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:

FieldDataTypeLookup FunctionData Key
dbSubnetGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:db-subnet-group-description
dbSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:db-subnet-group-name
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-db-subnet-group-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
dbSubnetGroupDescriptionjava.lang.Stringcdk.support/lookup-entry:db-subnet-group-description
dbSubnetGroupNamejava.lang.Stringcdk.support/lookup-entry:db-subnet-group-name
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-event-subscription-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventCategoriesjava.util.Listcdk.support/lookup-entry:event-categories
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
sourceIdsjava.util.Listcdk.support/lookup-entry:source-ids
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
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` |
sourceraw docstring

build-cfn-event-subscription-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
eventCategoriesjava.util.Listcdk.support/lookup-entry:event-categories
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
sourceIdsjava.util.Listcdk.support/lookup-entry:source-ids
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
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` |
sourceraw docstring

cfn-db-cluster-builderclj

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

cfn-db-cluster-db-cluster-role-property-builderclj

(cfn-db-cluster-db-cluster-role-property-builder id config)

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

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

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

cfn-db-cluster-parameter-group-builderclj

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

cfn-db-cluster-parameter-group-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-db-cluster-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-db-cluster-serverless-scaling-configuration-property-builderclj

(cfn-db-cluster-serverless-scaling-configuration-property-builder id config)

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

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

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

cfn-db-instance-builderclj

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

cfn-db-instance-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-db-parameter-group-builderclj

(cfn-db-parameter-group-builder scope id config)

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

cfn-db-parameter-group-props-builderclj

(cfn-db-parameter-group-props-builder id config)

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

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

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

cfn-db-subnet-group-builderclj

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

cfn-db-subnet-group-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-event-subscription-builderclj

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

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

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

cfn-event-subscription-props-builderclj

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

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

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

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close