Liking cljdoc? Tell your friends :D

cdk.api.services.docdbelastic

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

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

build-cfn-cluster-builderclj

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

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

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
adminUserNamejava.lang.Stringcdk.support/lookup-entry:admin-user-name
adminUserPasswordjava.lang.Stringcdk.support/lookup-entry:admin-user-password
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
backupRetentionPeriodjava.lang.Numbercdk.support/lookup-entry:backup-retention-period
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
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
shardCapacityjava.lang.Numbercdk.support/lookup-entry:shard-capacity
shardCountjava.lang.Numbercdk.support/lookup-entry:shard-count
shardInstanceCountjava.lang.Numbercdk.support/lookup-entry:shard-instance-count
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration.
  The function takes the CfnCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `adminUserName` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-user-name` |
| `adminUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-user-password` |
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `backupRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-period` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `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` |
| `shardCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shard-capacity` |
| `shardCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shard-count` |
| `shardInstanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shard-instance-count` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

build-cfn-cluster-props-builderclj

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

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

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
adminUserNamejava.lang.Stringcdk.support/lookup-entry:admin-user-name
adminUserPasswordjava.lang.Stringcdk.support/lookup-entry:admin-user-password
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
backupRetentionPeriodjava.lang.Numbercdk.support/lookup-entry:backup-retention-period
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
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
shardCapacityjava.lang.Numbercdk.support/lookup-entry:shard-capacity
shardCountjava.lang.Numbercdk.support/lookup-entry:shard-count
shardInstanceCountjava.lang.Numbercdk.support/lookup-entry:shard-instance-count
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:vpc-security-group-ids
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration.
  The function takes the CfnClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `adminUserName` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-user-name` |
| `adminUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:admin-user-password` |
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `backupRetentionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:backup-retention-period` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `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` |
| `shardCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shard-capacity` |
| `shardCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shard-count` |
| `shardInstanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shard-instance-count` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
sourceraw docstring

cfn-cluster-builderclj

(cfn-cluster-builder scope id config)

Creates a CfnCluster$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  `CfnCluster$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-cluster-props-builderclj

(cfn-cluster-props-builder id config)

Creates a CfnClusterProps$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  `CfnClusterProps$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