Liking cljdoc? Tell your friends :D

cdk.api.services.amazonmq

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

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

build-cfn-broker-builderclj

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

The build-cfn-broker-builder function updates a CfnBroker$Builder instance using the provided configuration. The function takes the CfnBroker$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
authenticationStrategyjava.lang.Stringcdk.support/lookup-entry:authentication-strategy
autoMinorVersionUpgradesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-minor-version-upgrade
brokerNamejava.lang.Stringcdk.support/lookup-entry:broker-name
configurationsoftware.amazon.awscdk.services.amazonmq.CfnBroker$ConfigurationIdPropertycdk.support/lookup-entry:configuration
dataReplicationModejava.lang.Stringcdk.support/lookup-entry:data-replication-mode
dataReplicationPrimaryBrokerArnjava.lang.Stringcdk.support/lookup-entry:data-replication-primary-broker-arn
deploymentModejava.lang.Stringcdk.support/lookup-entry:deployment-mode
encryptionOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-options
engineTypejava.lang.Stringcdk.support/lookup-entry:engine-type
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
hostInstanceTypejava.lang.Stringcdk.support/lookup-entry:host-instance-type
ldapServerMetadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ldap-server-metadata
logssoftware.amazon.awscdk.services.amazonmq.CfnBroker$LogListPropertycdk.support/lookup-entry:logs
maintenanceWindowStartTimesoftware.amazon.awscdk.services.amazonmq.CfnBroker$MaintenanceWindowPropertycdk.support/lookup-entry:maintenance-window-start-time
publiclyAccessiblejava.lang.Booleancdk.support/lookup-entry:publicly-accessible
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
storageTypejava.lang.Stringcdk.support/lookup-entry:storage-type
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
userssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:users
The build-cfn-broker-builder function updates a CfnBroker$Builder instance using the provided configuration.
  The function takes the CfnBroker$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 |
|---|---|---|---|
| `authenticationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-strategy` |
| `autoMinorVersionUpgrade` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `brokerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:broker-name` |
| `configuration` | software.amazon.awscdk.services.amazonmq.CfnBroker$ConfigurationIdProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `dataReplicationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-replication-mode` |
| `dataReplicationPrimaryBrokerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-replication-primary-broker-arn` |
| `deploymentMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-mode` |
| `encryptionOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-options` |
| `engineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-type` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `hostInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-instance-type` |
| `ldapServerMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ldap-server-metadata` |
| `logs` | software.amazon.awscdk.services.amazonmq.CfnBroker$LogListProperty | [[cdk.support/lookup-entry]] | `:logs` |
| `maintenanceWindowStartTime` | software.amazon.awscdk.services.amazonmq.CfnBroker$MaintenanceWindowProperty | [[cdk.support/lookup-entry]] | `:maintenance-window-start-time` |
| `publiclyAccessible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `users` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:users` |
sourceraw docstring

build-cfn-broker-configuration-id-property-builderclj

(build-cfn-broker-configuration-id-property-builder builder id config)

The build-cfn-broker-configuration-id-property-builder function updates a CfnBroker$ConfigurationIdProperty$Builder instance using the provided configuration. The function takes the CfnBroker$ConfigurationIdProperty$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
idjava.lang.Stringcdk.support/lookup-entry:id
revisionjava.lang.Numbercdk.support/lookup-entry:revision
The build-cfn-broker-configuration-id-property-builder function updates a CfnBroker$ConfigurationIdProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$ConfigurationIdProperty$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 |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `revision` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision` |
sourceraw docstring

build-cfn-broker-encryption-options-property-builderclj

(build-cfn-broker-encryption-options-property-builder builder id config)

The build-cfn-broker-encryption-options-property-builder function updates a CfnBroker$EncryptionOptionsProperty$Builder instance using the provided configuration. The function takes the CfnBroker$EncryptionOptionsProperty$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
useAwsOwnedKeysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-aws-owned-key
The build-cfn-broker-encryption-options-property-builder function updates a CfnBroker$EncryptionOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$EncryptionOptionsProperty$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` |
| `useAwsOwnedKey` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-aws-owned-key` |
sourceraw docstring

build-cfn-broker-ldap-server-metadata-property-builderclj

(build-cfn-broker-ldap-server-metadata-property-builder builder id config)

The build-cfn-broker-ldap-server-metadata-property-builder function updates a CfnBroker$LdapServerMetadataProperty$Builder instance using the provided configuration. The function takes the CfnBroker$LdapServerMetadataProperty$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
hostsjava.util.Listcdk.support/lookup-entry:hosts
roleBasejava.lang.Stringcdk.support/lookup-entry:role-base
roleNamejava.lang.Stringcdk.support/lookup-entry:role-name
roleSearchMatchingjava.lang.Stringcdk.support/lookup-entry:role-search-matching
roleSearchSubtreejava.lang.Booleancdk.support/lookup-entry:role-search-subtree
serviceAccountPasswordjava.lang.Stringcdk.support/lookup-entry:service-account-password
serviceAccountUsernamejava.lang.Stringcdk.support/lookup-entry:service-account-username
userBasejava.lang.Stringcdk.support/lookup-entry:user-base
userRoleNamejava.lang.Stringcdk.support/lookup-entry:user-role-name
userSearchMatchingjava.lang.Stringcdk.support/lookup-entry:user-search-matching
userSearchSubtreejava.lang.Booleancdk.support/lookup-entry:user-search-subtree
The build-cfn-broker-ldap-server-metadata-property-builder function updates a CfnBroker$LdapServerMetadataProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$LdapServerMetadataProperty$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 |
|---|---|---|---|
| `hosts` | java.util.List | [[cdk.support/lookup-entry]] | `:hosts` |
| `roleBase` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-base` |
| `roleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-name` |
| `roleSearchMatching` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-search-matching` |
| `roleSearchSubtree` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:role-search-subtree` |
| `serviceAccountPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-account-password` |
| `serviceAccountUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-account-username` |
| `userBase` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-base` |
| `userRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-role-name` |
| `userSearchMatching` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-search-matching` |
| `userSearchSubtree` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user-search-subtree` |
sourceraw docstring

build-cfn-broker-log-list-property-builderclj

(build-cfn-broker-log-list-property-builder builder id config)

The build-cfn-broker-log-list-property-builder function updates a CfnBroker$LogListProperty$Builder instance using the provided configuration. The function takes the CfnBroker$LogListProperty$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
auditsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:audit
generalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:general
The build-cfn-broker-log-list-property-builder function updates a CfnBroker$LogListProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$LogListProperty$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 |
|---|---|---|---|
| `audit` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:audit` |
| `general` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:general` |
sourceraw docstring

build-cfn-broker-maintenance-window-property-builderclj

(build-cfn-broker-maintenance-window-property-builder builder id config)

The build-cfn-broker-maintenance-window-property-builder function updates a CfnBroker$MaintenanceWindowProperty$Builder instance using the provided configuration. The function takes the CfnBroker$MaintenanceWindowProperty$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
dayOfWeekjava.lang.Stringcdk.support/lookup-entry:day-of-week
timeOfDayjava.lang.Stringcdk.support/lookup-entry:time-of-day
timeZonejava.lang.Stringcdk.support/lookup-entry:time-zone
The build-cfn-broker-maintenance-window-property-builder function updates a CfnBroker$MaintenanceWindowProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$MaintenanceWindowProperty$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 |
|---|---|---|---|
| `dayOfWeek` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-week` |
| `timeOfDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-of-day` |
| `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
sourceraw docstring

build-cfn-broker-props-builderclj

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

The build-cfn-broker-props-builder function updates a CfnBrokerProps$Builder instance using the provided configuration. The function takes the CfnBrokerProps$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
authenticationStrategyjava.lang.Stringcdk.support/lookup-entry:authentication-strategy
autoMinorVersionUpgradejava.lang.Booleancdk.support/lookup-entry:auto-minor-version-upgrade
brokerNamejava.lang.Stringcdk.support/lookup-entry:broker-name
configurationsoftware.amazon.awscdk.services.amazonmq.CfnBroker$ConfigurationIdPropertycdk.support/lookup-entry:configuration
dataReplicationModejava.lang.Stringcdk.support/lookup-entry:data-replication-mode
dataReplicationPrimaryBrokerArnjava.lang.Stringcdk.support/lookup-entry:data-replication-primary-broker-arn
deploymentModejava.lang.Stringcdk.support/lookup-entry:deployment-mode
encryptionOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-options
engineTypejava.lang.Stringcdk.support/lookup-entry:engine-type
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
hostInstanceTypejava.lang.Stringcdk.support/lookup-entry:host-instance-type
ldapServerMetadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ldap-server-metadata
logssoftware.amazon.awscdk.services.amazonmq.CfnBroker$LogListPropertycdk.support/lookup-entry:logs
maintenanceWindowStartTimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:maintenance-window-start-time
publiclyAccessiblesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publicly-accessible
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
storageTypejava.lang.Stringcdk.support/lookup-entry:storage-type
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
tagsjava.util.Listcdk.support/lookup-entry:tags
usersjava.util.Listcdk.support/lookup-entry:users
The build-cfn-broker-props-builder function updates a CfnBrokerProps$Builder instance using the provided configuration.
  The function takes the CfnBrokerProps$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 |
|---|---|---|---|
| `authenticationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-strategy` |
| `autoMinorVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-minor-version-upgrade` |
| `brokerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:broker-name` |
| `configuration` | software.amazon.awscdk.services.amazonmq.CfnBroker$ConfigurationIdProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `dataReplicationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-replication-mode` |
| `dataReplicationPrimaryBrokerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-replication-primary-broker-arn` |
| `deploymentMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-mode` |
| `encryptionOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-options` |
| `engineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-type` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `hostInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-instance-type` |
| `ldapServerMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ldap-server-metadata` |
| `logs` | software.amazon.awscdk.services.amazonmq.CfnBroker$LogListProperty | [[cdk.support/lookup-entry]] | `:logs` |
| `maintenanceWindowStartTime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-window-start-time` |
| `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `users` | java.util.List | [[cdk.support/lookup-entry]] | `:users` |
sourceraw docstring

build-cfn-broker-tags-entry-property-builderclj

(build-cfn-broker-tags-entry-property-builder builder id config)

The build-cfn-broker-tags-entry-property-builder function updates a CfnBroker$TagsEntryProperty$Builder instance using the provided configuration. The function takes the CfnBroker$TagsEntryProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-broker-tags-entry-property-builder function updates a CfnBroker$TagsEntryProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$TagsEntryProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-broker-user-property-builderclj

(build-cfn-broker-user-property-builder builder id config)

The build-cfn-broker-user-property-builder function updates a CfnBroker$UserProperty$Builder instance using the provided configuration. The function takes the CfnBroker$UserProperty$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
consoleAccessjava.lang.Booleancdk.support/lookup-entry:console-access
groupsjava.util.Listcdk.support/lookup-entry:groups
passwordjava.lang.Stringcdk.support/lookup-entry:password
replicationUsersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:replication-user
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-broker-user-property-builder function updates a CfnBroker$UserProperty$Builder instance using the provided configuration.
  The function takes the CfnBroker$UserProperty$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 |
|---|---|---|---|
| `consoleAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:console-access` |
| `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `replicationUser` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-user` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-configuration-association-builderclj

(build-cfn-configuration-association-builder builder id config)

The build-cfn-configuration-association-builder function updates a CfnConfigurationAssociation$Builder instance using the provided configuration. The function takes the CfnConfigurationAssociation$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
brokerjava.lang.Stringcdk.support/lookup-entry:broker
configurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration
The build-cfn-configuration-association-builder function updates a CfnConfigurationAssociation$Builder instance using the provided configuration.
  The function takes the CfnConfigurationAssociation$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 |
|---|---|---|---|
| `broker` | java.lang.String | [[cdk.support/lookup-entry]] | `:broker` |
| `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` |
sourceraw docstring

build-cfn-configuration-association-configuration-id-property-builderclj

(build-cfn-configuration-association-configuration-id-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-configuration-association-configuration-id-property-builder function updates a CfnConfigurationAssociation$ConfigurationIdProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationAssociation$ConfigurationIdProperty$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
idjava.lang.Stringcdk.support/lookup-entry:id
revisionjava.lang.Numbercdk.support/lookup-entry:revision
The build-cfn-configuration-association-configuration-id-property-builder function updates a CfnConfigurationAssociation$ConfigurationIdProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationAssociation$ConfigurationIdProperty$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 |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `revision` | java.lang.Number | [[cdk.support/lookup-entry]] | `:revision` |
sourceraw docstring

build-cfn-configuration-association-props-builderclj

(build-cfn-configuration-association-props-builder builder id config)

The build-cfn-configuration-association-props-builder function updates a CfnConfigurationAssociationProps$Builder instance using the provided configuration. The function takes the CfnConfigurationAssociationProps$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
brokerjava.lang.Stringcdk.support/lookup-entry:broker
configurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration
The build-cfn-configuration-association-props-builder function updates a CfnConfigurationAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnConfigurationAssociationProps$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 |
|---|---|---|---|
| `broker` | java.lang.String | [[cdk.support/lookup-entry]] | `:broker` |
| `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` |
sourceraw docstring

build-cfn-configuration-builderclj

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

The build-cfn-configuration-builder function updates a CfnConfiguration$Builder instance using the provided configuration. The function takes the CfnConfiguration$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
authenticationStrategyjava.lang.Stringcdk.support/lookup-entry:authentication-strategy
datajava.lang.Stringcdk.support/lookup-entry:data
descriptionjava.lang.Stringcdk.support/lookup-entry:description
engineTypejava.lang.Stringcdk.support/lookup-entry:engine-type
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-configuration-builder function updates a CfnConfiguration$Builder instance using the provided configuration.
  The function takes the CfnConfiguration$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 |
|---|---|---|---|
| `authenticationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-strategy` |
| `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `engineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-type` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-configuration-props-builderclj

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

The build-cfn-configuration-props-builder function updates a CfnConfigurationProps$Builder instance using the provided configuration. The function takes the CfnConfigurationProps$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
authenticationStrategyjava.lang.Stringcdk.support/lookup-entry:authentication-strategy
datajava.lang.Stringcdk.support/lookup-entry:data
descriptionjava.lang.Stringcdk.support/lookup-entry:description
engineTypejava.lang.Stringcdk.support/lookup-entry:engine-type
engineVersionjava.lang.Stringcdk.support/lookup-entry:engine-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-configuration-props-builder function updates a CfnConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnConfigurationProps$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 |
|---|---|---|---|
| `authenticationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-strategy` |
| `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `engineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-type` |
| `engineVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:engine-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-configuration-tags-entry-property-builderclj

(build-cfn-configuration-tags-entry-property-builder builder id config)

The build-cfn-configuration-tags-entry-property-builder function updates a CfnConfiguration$TagsEntryProperty$Builder instance using the provided configuration. The function takes the CfnConfiguration$TagsEntryProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-configuration-tags-entry-property-builder function updates a CfnConfiguration$TagsEntryProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguration$TagsEntryProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

cfn-broker-builderclj

(cfn-broker-builder scope id config)

Creates a CfnBroker$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  `CfnBroker$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-broker-configuration-id-property-builderclj

(cfn-broker-configuration-id-property-builder id config)

Creates a CfnBroker$ConfigurationIdProperty$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  `CfnBroker$ConfigurationIdProperty$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-broker-encryption-options-property-builderclj

(cfn-broker-encryption-options-property-builder id config)

Creates a CfnBroker$EncryptionOptionsProperty$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  `CfnBroker$EncryptionOptionsProperty$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-broker-ldap-server-metadata-property-builderclj

(cfn-broker-ldap-server-metadata-property-builder id config)

Creates a CfnBroker$LdapServerMetadataProperty$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  `CfnBroker$LdapServerMetadataProperty$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-broker-log-list-property-builderclj

(cfn-broker-log-list-property-builder id config)

Creates a CfnBroker$LogListProperty$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  `CfnBroker$LogListProperty$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-broker-maintenance-window-property-builderclj

(cfn-broker-maintenance-window-property-builder id config)

Creates a CfnBroker$MaintenanceWindowProperty$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  `CfnBroker$MaintenanceWindowProperty$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-broker-props-builderclj

(cfn-broker-props-builder id config)

Creates a CfnBrokerProps$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  `CfnBrokerProps$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-broker-tags-entry-property-builderclj

(cfn-broker-tags-entry-property-builder id config)

Creates a CfnBroker$TagsEntryProperty$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  `CfnBroker$TagsEntryProperty$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-broker-user-property-builderclj

(cfn-broker-user-property-builder id config)

Creates a CfnBroker$UserProperty$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  `CfnBroker$UserProperty$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-configuration-association-builderclj

(cfn-configuration-association-builder scope id config)

Creates a CfnConfigurationAssociation$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  `CfnConfigurationAssociation$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-configuration-association-configuration-id-property-builderclj

(cfn-configuration-association-configuration-id-property-builder id config)

Creates a CfnConfigurationAssociation$ConfigurationIdProperty$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  `CfnConfigurationAssociation$ConfigurationIdProperty$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-configuration-association-props-builderclj

(cfn-configuration-association-props-builder id config)

Creates a CfnConfigurationAssociationProps$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  `CfnConfigurationAssociationProps$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-configuration-builderclj

(cfn-configuration-builder scope id config)

Creates a CfnConfiguration$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  `CfnConfiguration$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-configuration-props-builderclj

(cfn-configuration-props-builder id config)

Creates a CfnConfigurationProps$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  `CfnConfigurationProps$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-configuration-tags-entry-property-builderclj

(cfn-configuration-tags-entry-property-builder id config)

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