Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.identitystore package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.identitystore package.
(build-cfn-group-builder builder id config)The build-cfn-group-builder function updates a CfnGroup$Builder instance using the provided configuration. The function takes the CfnGroup$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 | 
| displayName | java.lang.String | cdk.support/lookup-entry | :display-name | 
| identityStoreId | java.lang.String | cdk.support/lookup-entry | :identity-store-id | 
The build-cfn-group-builder function updates a CfnGroup$Builder instance using the provided configuration. The function takes the CfnGroup$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` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `identityStoreId` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-store-id` |
(build-cfn-group-membership-builder builder id config)The build-cfn-group-membership-builder function updates a CfnGroupMembership$Builder instance using the provided configuration. The function takes the CfnGroupMembership$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 | 
|---|---|---|---|
| groupId | java.lang.String | cdk.support/lookup-entry | :group-id | 
| identityStoreId | java.lang.String | cdk.support/lookup-entry | :identity-store-id | 
| memberId | software.amazon.awscdk.services.identitystore.CfnGroupMembership$MemberIdProperty | cdk.support/lookup-entry | :member-id | 
The build-cfn-group-membership-builder function updates a CfnGroupMembership$Builder instance using the provided configuration. The function takes the CfnGroupMembership$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 | |---|---|---|---| | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `identityStoreId` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-store-id` | | `memberId` | software.amazon.awscdk.services.identitystore.CfnGroupMembership$MemberIdProperty | [[cdk.support/lookup-entry]] | `:member-id` |
(build-cfn-group-membership-member-id-property-builder builder id config)The build-cfn-group-membership-member-id-property-builder function updates a CfnGroupMembership$MemberIdProperty$Builder instance using the provided configuration. The function takes the CfnGroupMembership$MemberIdProperty$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 | 
|---|---|---|---|
| userId | java.lang.String | cdk.support/lookup-entry | :user-id | 
The build-cfn-group-membership-member-id-property-builder function updates a CfnGroupMembership$MemberIdProperty$Builder instance using the provided configuration. The function takes the CfnGroupMembership$MemberIdProperty$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 | |---|---|---|---| | `userId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-id` |
(build-cfn-group-membership-props-builder builder id config)The build-cfn-group-membership-props-builder function updates a CfnGroupMembershipProps$Builder instance using the provided configuration. The function takes the CfnGroupMembershipProps$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 | 
|---|---|---|---|
| groupId | java.lang.String | cdk.support/lookup-entry | :group-id | 
| identityStoreId | java.lang.String | cdk.support/lookup-entry | :identity-store-id | 
| memberId | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :member-id | 
The build-cfn-group-membership-props-builder function updates a CfnGroupMembershipProps$Builder instance using the provided configuration. The function takes the CfnGroupMembershipProps$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 | |---|---|---|---| | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `identityStoreId` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-store-id` | | `memberId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:member-id` |
(build-cfn-group-props-builder builder id config)The build-cfn-group-props-builder function updates a CfnGroupProps$Builder instance using the provided configuration. The function takes the CfnGroupProps$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 | 
| displayName | java.lang.String | cdk.support/lookup-entry | :display-name | 
| identityStoreId | java.lang.String | cdk.support/lookup-entry | :identity-store-id | 
The build-cfn-group-props-builder function updates a CfnGroupProps$Builder instance using the provided configuration. The function takes the CfnGroupProps$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` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `identityStoreId` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-store-id` |
(cfn-group-builder scope id config)Creates a  CfnGroup$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 `CfnGroup$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-group-membership-builder scope id config)Creates a  CfnGroupMembership$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 `CfnGroupMembership$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-group-membership-member-id-property-builder id config)Creates a  CfnGroupMembership$MemberIdProperty$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 `CfnGroupMembership$MemberIdProperty$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-group-membership-props-builder id config)Creates a  CfnGroupMembershipProps$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 `CfnGroupMembershipProps$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-group-props-builder id config)Creates a  CfnGroupProps$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 `CfnGroupProps$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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |