Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.secretsmanager

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

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

attached-secret-options-builderclj

(attached-secret-options-builder id config)

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

attachment-target-typeclj

(attachment-target-type config id item-key)

The attachment-target-type function data interprets values in the provided config data into a AttachmentTargetType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AttachmentTargetType - the value is returned.
  • is :docdb-db-instance - AttachmentTargetType/DOCDB_DB_INSTANCE is returned
  • is :rds-db-instance - AttachmentTargetType/RDS_DB_INSTANCE is returned
  • is :rds-db-cluster - AttachmentTargetType/RDS_DB_CLUSTER is returned
  • is :rds-db-proxy - AttachmentTargetType/RDS_DB_PROXY is returned
  • is :docdb-db-cluster - AttachmentTargetType/DOCDB_DB_CLUSTER is returned
  • is :redshift-cluster - AttachmentTargetType/REDSHIFT_CLUSTER is returned

If a value is not found or matches the above criteria, nil is returned.

The `attachment-target-type` function data interprets values in the provided config data into a 
`AttachmentTargetType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AttachmentTargetType` - the value is returned.
* is `:docdb-db-instance` - `AttachmentTargetType/DOCDB_DB_INSTANCE` is returned
* is `:rds-db-instance` - `AttachmentTargetType/RDS_DB_INSTANCE` is returned
* is `:rds-db-cluster` - `AttachmentTargetType/RDS_DB_CLUSTER` is returned
* is `:rds-db-proxy` - `AttachmentTargetType/RDS_DB_PROXY` is returned
* is `:docdb-db-cluster` - `AttachmentTargetType/DOCDB_DB_CLUSTER` is returned
* is `:redshift-cluster` - `AttachmentTargetType/REDSHIFT_CLUSTER` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

build-attached-secret-options-builderclj

(build-attached-secret-options-builder builder id config)

The build-attached-secret-options-builder function updates a AttachedSecretOptions$Builder instance using the provided configuration. The function takes the AttachedSecretOptions$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
targetsoftware.amazon.awscdk.services.secretsmanager.ISecretAttachmentTargetcdk.support/lookup-entry:target
The build-attached-secret-options-builder function updates a AttachedSecretOptions$Builder instance using the provided configuration.
  The function takes the AttachedSecretOptions$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 |
|---|---|---|---|
| `target` | software.amazon.awscdk.services.secretsmanager.ISecretAttachmentTarget | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-resource-policy-builderclj

(build-cfn-resource-policy-builder builder id config)

The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration. The function takes the CfnResourcePolicy$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
blockPublicPolicyjava.lang.Booleancdk.support/lookup-entry:block-public-policy
resourcePolicyjava.lang.Objectcdk.support/lookup-entry:resource-policy
secretIdjava.lang.Stringcdk.support/lookup-entry:secret-id
The build-cfn-resource-policy-builder function updates a CfnResourcePolicy$Builder instance using the provided configuration.
  The function takes the CfnResourcePolicy$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 |
|---|---|---|---|
| `blockPublicPolicy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:block-public-policy` |
| `resourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:resource-policy` |
| `secretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-id` |
sourceraw docstring

build-cfn-resource-policy-props-builderclj

(build-cfn-resource-policy-props-builder builder id config)

The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration. The function takes the CfnResourcePolicyProps$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
blockPublicPolicyjava.lang.Booleancdk.support/lookup-entry:block-public-policy
resourcePolicyjava.lang.Objectcdk.support/lookup-entry:resource-policy
secretIdjava.lang.Stringcdk.support/lookup-entry:secret-id
The build-cfn-resource-policy-props-builder function updates a CfnResourcePolicyProps$Builder instance using the provided configuration.
  The function takes the CfnResourcePolicyProps$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 |
|---|---|---|---|
| `blockPublicPolicy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:block-public-policy` |
| `resourcePolicy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:resource-policy` |
| `secretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-id` |
sourceraw docstring

build-cfn-rotation-schedule-builderclj

(build-cfn-rotation-schedule-builder builder id config)

The build-cfn-rotation-schedule-builder function updates a CfnRotationSchedule$Builder instance using the provided configuration. The function takes the CfnRotationSchedule$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
hostedRotationLambdasoftware.amazon.awscdk.services.secretsmanager.CfnRotationSchedule$HostedRotationLambdaPropertycdk.support/lookup-entry:hosted-rotation-lambda
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
rotationLambdaArnjava.lang.Stringcdk.support/lookup-entry:rotation-lambda-arn
rotationRulessoftware.amazon.awscdk.services.secretsmanager.CfnRotationSchedule$RotationRulesPropertycdk.support/lookup-entry:rotation-rules
secretIdjava.lang.Stringcdk.support/lookup-entry:secret-id
The build-cfn-rotation-schedule-builder function updates a CfnRotationSchedule$Builder instance using the provided configuration.
  The function takes the CfnRotationSchedule$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 |
|---|---|---|---|
| `hostedRotationLambda` | software.amazon.awscdk.services.secretsmanager.CfnRotationSchedule$HostedRotationLambdaProperty | [[cdk.support/lookup-entry]] | `:hosted-rotation-lambda` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `rotationLambdaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rotation-lambda-arn` |
| `rotationRules` | software.amazon.awscdk.services.secretsmanager.CfnRotationSchedule$RotationRulesProperty | [[cdk.support/lookup-entry]] | `:rotation-rules` |
| `secretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-id` |
sourceraw docstring

build-cfn-rotation-schedule-hosted-rotation-lambda-property-builderclj

(build-cfn-rotation-schedule-hosted-rotation-lambda-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-rotation-schedule-hosted-rotation-lambda-property-builder function updates a CfnRotationSchedule$HostedRotationLambdaProperty$Builder instance using the provided configuration. The function takes the CfnRotationSchedule$HostedRotationLambdaProperty$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
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
masterSecretArnjava.lang.Stringcdk.support/lookup-entry:master-secret-arn
masterSecretKmsKeyArnjava.lang.Stringcdk.support/lookup-entry:master-secret-kms-key-arn
rotationLambdaNamejava.lang.Stringcdk.support/lookup-entry:rotation-lambda-name
rotationTypejava.lang.Stringcdk.support/lookup-entry:rotation-type
runtimejava.lang.Stringcdk.support/lookup-entry:runtime
superuserSecretArnjava.lang.Stringcdk.support/lookup-entry:superuser-secret-arn
superuserSecretKmsKeyArnjava.lang.Stringcdk.support/lookup-entry:superuser-secret-kms-key-arn
vpcSecurityGroupIdsjava.lang.Stringcdk.support/lookup-entry:vpc-security-group-ids
vpcSubnetIdsjava.lang.Stringcdk.support/lookup-entry:vpc-subnet-ids
The build-cfn-rotation-schedule-hosted-rotation-lambda-property-builder function updates a CfnRotationSchedule$HostedRotationLambdaProperty$Builder instance using the provided configuration.
  The function takes the CfnRotationSchedule$HostedRotationLambdaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `masterSecretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-secret-arn` |
| `masterSecretKmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-secret-kms-key-arn` |
| `rotationLambdaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rotation-lambda-name` |
| `rotationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:rotation-type` |
| `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` |
| `superuserSecretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:superuser-secret-arn` |
| `superuserSecretKmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:superuser-secret-kms-key-arn` |
| `vpcSecurityGroupIds` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` |
| `vpcSubnetIds` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-subnet-ids` |
sourceraw docstring

build-cfn-rotation-schedule-props-builderclj

(build-cfn-rotation-schedule-props-builder builder id config)

The build-cfn-rotation-schedule-props-builder function updates a CfnRotationScheduleProps$Builder instance using the provided configuration. The function takes the CfnRotationScheduleProps$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
hostedRotationLambdasoftware.amazon.awscdk.services.secretsmanager.CfnRotationSchedule$HostedRotationLambdaPropertycdk.support/lookup-entry:hosted-rotation-lambda
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
rotationLambdaArnjava.lang.Stringcdk.support/lookup-entry:rotation-lambda-arn
rotationRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rotation-rules
secretIdjava.lang.Stringcdk.support/lookup-entry:secret-id
The build-cfn-rotation-schedule-props-builder function updates a CfnRotationScheduleProps$Builder instance using the provided configuration.
  The function takes the CfnRotationScheduleProps$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 |
|---|---|---|---|
| `hostedRotationLambda` | software.amazon.awscdk.services.secretsmanager.CfnRotationSchedule$HostedRotationLambdaProperty | [[cdk.support/lookup-entry]] | `:hosted-rotation-lambda` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `rotationLambdaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rotation-lambda-arn` |
| `rotationRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rotation-rules` |
| `secretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-id` |
sourceraw docstring

build-cfn-rotation-schedule-rotation-rules-property-builderclj

(build-cfn-rotation-schedule-rotation-rules-property-builder builder id config)

The build-cfn-rotation-schedule-rotation-rules-property-builder function updates a CfnRotationSchedule$RotationRulesProperty$Builder instance using the provided configuration. The function takes the CfnRotationSchedule$RotationRulesProperty$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
automaticallyAfterDaysjava.lang.Numbercdk.support/lookup-entry:automatically-after-days
durationjava.lang.Stringcdk.support/lookup-entry:duration
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
The build-cfn-rotation-schedule-rotation-rules-property-builder function updates a CfnRotationSchedule$RotationRulesProperty$Builder instance using the provided configuration.
  The function takes the CfnRotationSchedule$RotationRulesProperty$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 |
|---|---|---|---|
| `automaticallyAfterDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:automatically-after-days` |
| `duration` | java.lang.String | [[cdk.support/lookup-entry]] | `:duration` |
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
sourceraw docstring

build-cfn-secret-builderclj

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

The build-cfn-secret-builder function updates a CfnSecret$Builder instance using the provided configuration. The function takes the CfnSecret$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
generateSecretStringsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:generate-secret-string
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
namejava.lang.Stringcdk.support/lookup-entry:name
replicaRegionsjava.util.Listcdk.support/lookup-entry:replica-regions
secretStringjava.lang.Stringcdk.support/lookup-entry:secret-string
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-secret-builder function updates a CfnSecret$Builder instance using the provided configuration.
  The function takes the CfnSecret$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` |
| `generateSecretString` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:generate-secret-string` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `replicaRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:replica-regions` |
| `secretString` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-string` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-secret-generate-secret-string-property-builderclj

(build-cfn-secret-generate-secret-string-property-builder builder id config)

The build-cfn-secret-generate-secret-string-property-builder function updates a CfnSecret$GenerateSecretStringProperty$Builder instance using the provided configuration. The function takes the CfnSecret$GenerateSecretStringProperty$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
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
excludeLowercasejava.lang.Booleancdk.support/lookup-entry:exclude-lowercase
excludeNumberssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclude-numbers
excludePunctuationjava.lang.Booleancdk.support/lookup-entry:exclude-punctuation
excludeUppercasesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:exclude-uppercase
generateStringKeyjava.lang.Stringcdk.support/lookup-entry:generate-string-key
includeSpacejava.lang.Booleancdk.support/lookup-entry:include-space
passwordLengthjava.lang.Numbercdk.support/lookup-entry:password-length
requireEachIncludedTypejava.lang.Booleancdk.support/lookup-entry:require-each-included-type
secretStringTemplatejava.lang.Stringcdk.support/lookup-entry:secret-string-template
The build-cfn-secret-generate-secret-string-property-builder function updates a CfnSecret$GenerateSecretStringProperty$Builder instance using the provided configuration.
  The function takes the CfnSecret$GenerateSecretStringProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `excludeLowercase` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-lowercase` |
| `excludeNumbers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-numbers` |
| `excludePunctuation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-punctuation` |
| `excludeUppercase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-uppercase` |
| `generateStringKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:generate-string-key` |
| `includeSpace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-space` |
| `passwordLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:password-length` |
| `requireEachIncludedType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-each-included-type` |
| `secretStringTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-string-template` |
sourceraw docstring

build-cfn-secret-props-builderclj

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

The build-cfn-secret-props-builder function updates a CfnSecretProps$Builder instance using the provided configuration. The function takes the CfnSecretProps$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
generateSecretStringsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:generate-secret-string
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
namejava.lang.Stringcdk.support/lookup-entry:name
replicaRegionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:replica-regions
secretStringjava.lang.Stringcdk.support/lookup-entry:secret-string
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-secret-props-builder function updates a CfnSecretProps$Builder instance using the provided configuration.
  The function takes the CfnSecretProps$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` |
| `generateSecretString` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:generate-secret-string` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `replicaRegions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replica-regions` |
| `secretString` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-string` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-secret-replica-region-property-builderclj

(build-cfn-secret-replica-region-property-builder builder id config)

The build-cfn-secret-replica-region-property-builder function updates a CfnSecret$ReplicaRegionProperty$Builder instance using the provided configuration. The function takes the CfnSecret$ReplicaRegionProperty$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
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-cfn-secret-replica-region-property-builder function updates a CfnSecret$ReplicaRegionProperty$Builder instance using the provided configuration.
  The function takes the CfnSecret$ReplicaRegionProperty$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 |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-cfn-secret-target-attachment-builderclj

(build-cfn-secret-target-attachment-builder builder id config)

The build-cfn-secret-target-attachment-builder function updates a CfnSecretTargetAttachment$Builder instance using the provided configuration. The function takes the CfnSecretTargetAttachment$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
secretIdjava.lang.Stringcdk.support/lookup-entry:secret-id
targetIdjava.lang.Stringcdk.support/lookup-entry:target-id
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
The build-cfn-secret-target-attachment-builder function updates a CfnSecretTargetAttachment$Builder instance using the provided configuration.
  The function takes the CfnSecretTargetAttachment$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 |
|---|---|---|---|
| `secretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-id` |
| `targetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-id` |
| `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` |
sourceraw docstring

build-cfn-secret-target-attachment-props-builderclj

(build-cfn-secret-target-attachment-props-builder builder id config)

The build-cfn-secret-target-attachment-props-builder function updates a CfnSecretTargetAttachmentProps$Builder instance using the provided configuration. The function takes the CfnSecretTargetAttachmentProps$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
secretIdjava.lang.Stringcdk.support/lookup-entry:secret-id
targetIdjava.lang.Stringcdk.support/lookup-entry:target-id
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
The build-cfn-secret-target-attachment-props-builder function updates a CfnSecretTargetAttachmentProps$Builder instance using the provided configuration.
  The function takes the CfnSecretTargetAttachmentProps$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 |
|---|---|---|---|
| `secretId` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-id` |
| `targetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-id` |
| `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` |
sourceraw docstring

build-multi-user-hosted-rotation-options-builderclj

(build-multi-user-hosted-rotation-options-builder builder id config)

The build-multi-user-hosted-rotation-options-builder function updates a MultiUserHostedRotationOptions$Builder instance using the provided configuration. The function takes the MultiUserHostedRotationOptions$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
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
masterSecretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:master-secret
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-multi-user-hosted-rotation-options-builder function updates a MultiUserHostedRotationOptions$Builder instance using the provided configuration.
  The function takes the MultiUserHostedRotationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `masterSecret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:master-secret` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-replica-region-builderclj

(build-replica-region-builder builder id config)

The build-replica-region-builder function updates a ReplicaRegion$Builder instance using the provided configuration. The function takes the ReplicaRegion$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
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-replica-region-builder function updates a ReplicaRegion$Builder instance using the provided configuration.
  The function takes the ReplicaRegion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-resource-policy-builderclj

(build-resource-policy-builder builder id config)

The build-resource-policy-builder function updates a ResourcePolicy$Builder instance using the provided configuration. The function takes the ResourcePolicy$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
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
The build-resource-policy-builder function updates a ResourcePolicy$Builder instance using the provided configuration.
  The function takes the ResourcePolicy$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 |
|---|---|---|---|
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
sourceraw docstring

build-resource-policy-props-builderclj

(build-resource-policy-props-builder builder id config)

The build-resource-policy-props-builder function updates a ResourcePolicyProps$Builder instance using the provided configuration. The function takes the ResourcePolicyProps$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
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
The build-resource-policy-props-builder function updates a ResourcePolicyProps$Builder instance using the provided configuration.
  The function takes the ResourcePolicyProps$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 |
|---|---|---|---|
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
sourceraw docstring

build-rotation-schedule-builderclj

(build-rotation-schedule-builder builder id config)

The build-rotation-schedule-builder function updates a RotationSchedule$Builder instance using the provided configuration. The function takes the RotationSchedule$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
automaticallyAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:automatically-after
hostedRotationsoftware.amazon.awscdk.services.secretsmanager.HostedRotationcdk.support/lookup-entry:hosted-rotation
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
rotationLambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:rotation-lambda
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
The build-rotation-schedule-builder function updates a RotationSchedule$Builder instance using the provided configuration.
  The function takes the RotationSchedule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automaticallyAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:automatically-after` |
| `hostedRotation` | software.amazon.awscdk.services.secretsmanager.HostedRotation | [[cdk.support/lookup-entry]] | `:hosted-rotation` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `rotationLambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:rotation-lambda` |
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
sourceraw docstring

build-rotation-schedule-options-builderclj

(build-rotation-schedule-options-builder builder id config)

The build-rotation-schedule-options-builder function updates a RotationScheduleOptions$Builder instance using the provided configuration. The function takes the RotationScheduleOptions$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
automaticallyAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:automatically-after
hostedRotationsoftware.amazon.awscdk.services.secretsmanager.HostedRotationcdk.support/lookup-entry:hosted-rotation
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
rotationLambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:rotation-lambda
The build-rotation-schedule-options-builder function updates a RotationScheduleOptions$Builder instance using the provided configuration.
  The function takes the RotationScheduleOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automaticallyAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:automatically-after` |
| `hostedRotation` | software.amazon.awscdk.services.secretsmanager.HostedRotation | [[cdk.support/lookup-entry]] | `:hosted-rotation` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `rotationLambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:rotation-lambda` |
sourceraw docstring

build-rotation-schedule-props-builderclj

(build-rotation-schedule-props-builder builder id config)

The build-rotation-schedule-props-builder function updates a RotationScheduleProps$Builder instance using the provided configuration. The function takes the RotationScheduleProps$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
automaticallyAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:automatically-after
hostedRotationsoftware.amazon.awscdk.services.secretsmanager.HostedRotationcdk.support/lookup-entry:hosted-rotation
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
rotationLambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:rotation-lambda
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
The build-rotation-schedule-props-builder function updates a RotationScheduleProps$Builder instance using the provided configuration.
  The function takes the RotationScheduleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automaticallyAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:automatically-after` |
| `hostedRotation` | software.amazon.awscdk.services.secretsmanager.HostedRotation | [[cdk.support/lookup-entry]] | `:hosted-rotation` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `rotationLambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:rotation-lambda` |
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
sourceraw docstring

build-secret-attachment-target-props-builderclj

(build-secret-attachment-target-props-builder builder id config)

The build-secret-attachment-target-props-builder function updates a SecretAttachmentTargetProps$Builder instance using the provided configuration. The function takes the SecretAttachmentTargetProps$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
targetIdjava.lang.Stringcdk.support/lookup-entry:target-id
targetTypesoftware.amazon.awscdk.services.secretsmanager.AttachmentTargetTypecdk.api.services.secretsmanager/attachment-target-type:target-type
The build-secret-attachment-target-props-builder function updates a SecretAttachmentTargetProps$Builder instance using the provided configuration.
  The function takes the SecretAttachmentTargetProps$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 |
|---|---|---|---|
| `targetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-id` |
| `targetType` | software.amazon.awscdk.services.secretsmanager.AttachmentTargetType | [[cdk.api.services.secretsmanager/attachment-target-type]] | `:target-type` |
sourceraw docstring

build-secret-attributes-builderclj

(build-secret-attributes-builder builder id config)

The build-secret-attributes-builder function updates a SecretAttributes$Builder instance using the provided configuration. The function takes the SecretAttributes$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
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
secretCompleteArnjava.lang.Stringcdk.support/lookup-entry:secret-complete-arn
secretPartialArnjava.lang.Stringcdk.support/lookup-entry:secret-partial-arn
The build-secret-attributes-builder function updates a SecretAttributes$Builder instance using the provided configuration.
  The function takes the SecretAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `secretCompleteArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-complete-arn` |
| `secretPartialArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-partial-arn` |
sourceraw docstring

build-secret-builderclj

(build-secret-builder builder id config)

The build-secret-builder function updates a Secret$Builder instance using the provided configuration. The function takes the Secret$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
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
generateSecretStringsoftware.amazon.awscdk.services.secretsmanager.SecretStringGeneratorcdk.support/lookup-entry:generate-secret-string
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
replicaRegionsjava.util.Listcdk.support/lookup-entry:replica-regions
secretNamejava.lang.Stringcdk.support/lookup-entry:secret-name
secretObjectValuejava.util.Mapcdk.support/lookup-entry:secret-object-value
secretStringBeta1software.amazon.awscdk.services.secretsmanager.SecretStringValueBeta1cdk.support/lookup-entry:secret-string-beta1
secretStringValuesoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:secret-string-value
The build-secret-builder function updates a Secret$Builder instance using the provided configuration.
  The function takes the Secret$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` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `generateSecretString` | software.amazon.awscdk.services.secretsmanager.SecretStringGenerator | [[cdk.support/lookup-entry]] | `:generate-secret-string` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `replicaRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:replica-regions` |
| `secretName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-name` |
| `secretObjectValue` | java.util.Map | [[cdk.support/lookup-entry]] | `:secret-object-value` |
| `secretStringBeta1` | software.amazon.awscdk.services.secretsmanager.SecretStringValueBeta1 | [[cdk.support/lookup-entry]] | `:secret-string-beta1` |
| `secretStringValue` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:secret-string-value` |
sourceraw docstring

build-secret-props-builderclj

(build-secret-props-builder builder id config)

The build-secret-props-builder function updates a SecretProps$Builder instance using the provided configuration. The function takes the SecretProps$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
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
generateSecretStringsoftware.amazon.awscdk.services.secretsmanager.SecretStringGeneratorcdk.support/lookup-entry:generate-secret-string
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
replicaRegionsjava.util.Listcdk.support/lookup-entry:replica-regions
secretNamejava.lang.Stringcdk.support/lookup-entry:secret-name
secretObjectValuejava.util.Mapcdk.support/lookup-entry:secret-object-value
secretStringBeta1software.amazon.awscdk.services.secretsmanager.SecretStringValueBeta1cdk.support/lookup-entry:secret-string-beta1
secretStringValuesoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:secret-string-value
The build-secret-props-builder function updates a SecretProps$Builder instance using the provided configuration.
  The function takes the SecretProps$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` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `generateSecretString` | software.amazon.awscdk.services.secretsmanager.SecretStringGenerator | [[cdk.support/lookup-entry]] | `:generate-secret-string` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `replicaRegions` | java.util.List | [[cdk.support/lookup-entry]] | `:replica-regions` |
| `secretName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-name` |
| `secretObjectValue` | java.util.Map | [[cdk.support/lookup-entry]] | `:secret-object-value` |
| `secretStringBeta1` | software.amazon.awscdk.services.secretsmanager.SecretStringValueBeta1 | [[cdk.support/lookup-entry]] | `:secret-string-beta1` |
| `secretStringValue` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:secret-string-value` |
sourceraw docstring

build-secret-rotation-application-builderclj

(build-secret-rotation-application-builder builder id config)

The build-secret-rotation-application-builder function updates a SecretRotationApplication$Builder instance using the provided configuration. The function takes the SecretRotationApplication$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
isMultiUserjava.lang.Booleancdk.support/lookup-entry:is-multi-user
The build-secret-rotation-application-builder function updates a SecretRotationApplication$Builder instance using the provided configuration.
  The function takes the SecretRotationApplication$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 |
|---|---|---|---|
| `isMultiUser` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-multi-user` |
sourceraw docstring

build-secret-rotation-application-options-builderclj

(build-secret-rotation-application-options-builder builder id config)

The build-secret-rotation-application-options-builder function updates a SecretRotationApplicationOptions$Builder instance using the provided configuration. The function takes the SecretRotationApplicationOptions$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
isMultiUserjava.lang.Booleancdk.support/lookup-entry:is-multi-user
The build-secret-rotation-application-options-builder function updates a SecretRotationApplicationOptions$Builder instance using the provided configuration.
  The function takes the SecretRotationApplicationOptions$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 |
|---|---|---|---|
| `isMultiUser` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-multi-user` |
sourceraw docstring

build-secret-rotation-builderclj

(build-secret-rotation-builder builder id config)

The build-secret-rotation-builder function updates a SecretRotation$Builder instance using the provided configuration. The function takes the SecretRotation$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
applicationsoftware.amazon.awscdk.services.secretsmanager.SecretRotationApplicationcdk.support/lookup-entry:application
automaticallyAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:automatically-after
endpointsoftware.amazon.awscdk.services.ec2.IInterfaceVpcEndpointcdk.support/lookup-entry:endpoint
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
masterSecretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:master-secret
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
targetsoftware.amazon.awscdk.services.ec2.IConnectablecdk.support/lookup-entry:target
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-secret-rotation-builder function updates a SecretRotation$Builder instance using the provided configuration.
  The function takes the SecretRotation$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 |
|---|---|---|---|
| `application` | software.amazon.awscdk.services.secretsmanager.SecretRotationApplication | [[cdk.support/lookup-entry]] | `:application` |
| `automaticallyAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:automatically-after` |
| `endpoint` | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint | [[cdk.support/lookup-entry]] | `:endpoint` |
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `masterSecret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:master-secret` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
| `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
| `target` | software.amazon.awscdk.services.ec2.IConnectable | [[cdk.support/lookup-entry]] | `:target` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-secret-rotation-props-builderclj

(build-secret-rotation-props-builder builder id config)

The build-secret-rotation-props-builder function updates a SecretRotationProps$Builder instance using the provided configuration. The function takes the SecretRotationProps$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
applicationsoftware.amazon.awscdk.services.secretsmanager.SecretRotationApplicationcdk.support/lookup-entry:application
automaticallyAftersoftware.amazon.awscdk.Durationcdk.support/lookup-entry:automatically-after
endpointsoftware.amazon.awscdk.services.ec2.IInterfaceVpcEndpointcdk.support/lookup-entry:endpoint
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
masterSecretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:master-secret
rotateImmediatelyOnUpdatejava.lang.Booleancdk.support/lookup-entry:rotate-immediately-on-update
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
targetsoftware.amazon.awscdk.services.ec2.IConnectablecdk.support/lookup-entry:target
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-secret-rotation-props-builder function updates a SecretRotationProps$Builder instance using the provided configuration.
  The function takes the SecretRotationProps$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 |
|---|---|---|---|
| `application` | software.amazon.awscdk.services.secretsmanager.SecretRotationApplication | [[cdk.support/lookup-entry]] | `:application` |
| `automaticallyAfter` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:automatically-after` |
| `endpoint` | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint | [[cdk.support/lookup-entry]] | `:endpoint` |
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `masterSecret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:master-secret` |
| `rotateImmediatelyOnUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-immediately-on-update` |
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
| `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
| `target` | software.amazon.awscdk.services.ec2.IConnectable | [[cdk.support/lookup-entry]] | `:target` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-secret-string-generator-builderclj

(build-secret-string-generator-builder builder id config)

The build-secret-string-generator-builder function updates a SecretStringGenerator$Builder instance using the provided configuration. The function takes the SecretStringGenerator$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
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
excludeLowercasejava.lang.Booleancdk.support/lookup-entry:exclude-lowercase
excludeNumbersjava.lang.Booleancdk.support/lookup-entry:exclude-numbers
excludePunctuationjava.lang.Booleancdk.support/lookup-entry:exclude-punctuation
excludeUppercasejava.lang.Booleancdk.support/lookup-entry:exclude-uppercase
generateStringKeyjava.lang.Stringcdk.support/lookup-entry:generate-string-key
includeSpacejava.lang.Booleancdk.support/lookup-entry:include-space
passwordLengthjava.lang.Numbercdk.support/lookup-entry:password-length
requireEachIncludedTypejava.lang.Booleancdk.support/lookup-entry:require-each-included-type
secretStringTemplatejava.lang.Stringcdk.support/lookup-entry:secret-string-template
The build-secret-string-generator-builder function updates a SecretStringGenerator$Builder instance using the provided configuration.
  The function takes the SecretStringGenerator$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `excludeLowercase` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-lowercase` |
| `excludeNumbers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-numbers` |
| `excludePunctuation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-punctuation` |
| `excludeUppercase` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-uppercase` |
| `generateStringKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:generate-string-key` |
| `includeSpace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-space` |
| `passwordLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:password-length` |
| `requireEachIncludedType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-each-included-type` |
| `secretStringTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-string-template` |
sourceraw docstring

build-secret-target-attachment-builderclj

(build-secret-target-attachment-builder builder id config)

The build-secret-target-attachment-builder function updates a SecretTargetAttachment$Builder instance using the provided configuration. The function takes the SecretTargetAttachment$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
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
targetsoftware.amazon.awscdk.services.secretsmanager.ISecretAttachmentTargetcdk.support/lookup-entry:target
The build-secret-target-attachment-builder function updates a SecretTargetAttachment$Builder instance using the provided configuration.
  The function takes the SecretTargetAttachment$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 |
|---|---|---|---|
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
| `target` | software.amazon.awscdk.services.secretsmanager.ISecretAttachmentTarget | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-secret-target-attachment-props-builderclj

(build-secret-target-attachment-props-builder builder id config)

The build-secret-target-attachment-props-builder function updates a SecretTargetAttachmentProps$Builder instance using the provided configuration. The function takes the SecretTargetAttachmentProps$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
secretsoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret
targetsoftware.amazon.awscdk.services.secretsmanager.ISecretAttachmentTargetcdk.support/lookup-entry:target
The build-secret-target-attachment-props-builder function updates a SecretTargetAttachmentProps$Builder instance using the provided configuration.
  The function takes the SecretTargetAttachmentProps$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 |
|---|---|---|---|
| `secret` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret` |
| `target` | software.amazon.awscdk.services.secretsmanager.ISecretAttachmentTarget | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-single-user-hosted-rotation-options-builderclj

(build-single-user-hosted-rotation-options-builder builder id config)

The build-single-user-hosted-rotation-options-builder function updates a SingleUserHostedRotationOptions$Builder instance using the provided configuration. The function takes the SingleUserHostedRotationOptions$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
excludeCharactersjava.lang.Stringcdk.support/lookup-entry:exclude-characters
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-single-user-hosted-rotation-options-builder function updates a SingleUserHostedRotationOptions$Builder instance using the provided configuration.
  The function takes the SingleUserHostedRotationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:exclude-characters` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

cfn-resource-policy-builderclj

(cfn-resource-policy-builder scope id config)

Creates a CfnResourcePolicy$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  `CfnResourcePolicy$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-resource-policy-props-builderclj

(cfn-resource-policy-props-builder id config)

Creates a CfnResourcePolicyProps$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  `CfnResourcePolicyProps$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-rotation-schedule-builderclj

(cfn-rotation-schedule-builder scope id config)

Creates a CfnRotationSchedule$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  `CfnRotationSchedule$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-rotation-schedule-hosted-rotation-lambda-property-builderclj

(cfn-rotation-schedule-hosted-rotation-lambda-property-builder id config)

Creates a CfnRotationSchedule$HostedRotationLambdaProperty$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  `CfnRotationSchedule$HostedRotationLambdaProperty$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-rotation-schedule-props-builderclj

(cfn-rotation-schedule-props-builder id config)

Creates a CfnRotationScheduleProps$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  `CfnRotationScheduleProps$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-rotation-schedule-rotation-rules-property-builderclj

(cfn-rotation-schedule-rotation-rules-property-builder id config)

Creates a CfnRotationSchedule$RotationRulesProperty$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  `CfnRotationSchedule$RotationRulesProperty$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-secret-builderclj

(cfn-secret-builder scope id config)

Creates a CfnSecret$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  `CfnSecret$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-secret-generate-secret-string-property-builderclj

(cfn-secret-generate-secret-string-property-builder id config)

Creates a CfnSecret$GenerateSecretStringProperty$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  `CfnSecret$GenerateSecretStringProperty$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-secret-props-builderclj

(cfn-secret-props-builder id config)

Creates a CfnSecretProps$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  `CfnSecretProps$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-secret-replica-region-property-builderclj

(cfn-secret-replica-region-property-builder id config)

Creates a CfnSecret$ReplicaRegionProperty$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  `CfnSecret$ReplicaRegionProperty$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-secret-target-attachment-builderclj

(cfn-secret-target-attachment-builder scope id config)

Creates a CfnSecretTargetAttachment$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  `CfnSecretTargetAttachment$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-secret-target-attachment-props-builderclj

(cfn-secret-target-attachment-props-builder id config)

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

multi-user-hosted-rotation-options-builderclj

(multi-user-hosted-rotation-options-builder id config)

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

replica-region-builderclj

(replica-region-builder id config)

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

resource-policy-builderclj

(resource-policy-builder scope id config)

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

resource-policy-props-builderclj

(resource-policy-props-builder id config)

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

rotation-schedule-builderclj

(rotation-schedule-builder scope id config)

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

rotation-schedule-options-builderclj

(rotation-schedule-options-builder id config)

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

rotation-schedule-props-builderclj

(rotation-schedule-props-builder id config)

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

secret-attachment-target-props-builderclj

(secret-attachment-target-props-builder id config)

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

secret-attributes-builderclj

(secret-attributes-builder id config)

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

secret-builderclj

(secret-builder scope id config)

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

secret-props-builderclj

(secret-props-builder id config)

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

secret-rotation-application-builderclj

(secret-rotation-application-builder application-id semantic-version id config)

Creates a SecretRotationApplication$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String java.lang.String] | Argument | DataType | Description | |---|---|---| | application-id | java.lang.String | | | semantic-version | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `SecretRotationApplication$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| application-id | java.lang.String |  |
| semantic-version | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

secret-rotation-application-options-builderclj

(secret-rotation-application-options-builder id config)

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

secret-rotation-builderclj

(secret-rotation-builder scope id config)

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

secret-rotation-props-builderclj

(secret-rotation-props-builder id config)

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

secret-string-generator-builderclj

(secret-string-generator-builder id config)

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

secret-target-attachment-builderclj

(secret-target-attachment-builder scope id config)

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

secret-target-attachment-props-builderclj

(secret-target-attachment-props-builder id config)

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

single-user-hosted-rotation-options-builderclj

(single-user-hosted-rotation-options-builder id config)

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