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.
(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 |
---|---|---|---|
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 |
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` |
(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:
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 |
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` |
(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 |
---|---|---|---|
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 |
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` |
(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:
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 |
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` |
(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 |
---|---|---|---|
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 |
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` |
(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 |
---|---|---|---|
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 |
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` |
(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:
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-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` |
(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:
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-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` |
(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 |
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` |
(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 |
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` |
(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-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:
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 `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 |
(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-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:
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 `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 |
(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-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 |
(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:
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 `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 |
(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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close