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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
id | java.lang.String | cdk.support/lookup-entry | :id |
revision | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
id | java.lang.String | cdk.support/lookup-entry | :id |
revision | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close