Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.finspace package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.finspace package.
(build-cfn-environment-attribute-map-items-property-builder builder id config)The build-cfn-environment-attribute-map-items-property-builder function updates a CfnEnvironment$AttributeMapItemsProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$AttributeMapItemsProperty$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-environment-attribute-map-items-property-builder function updates a CfnEnvironment$AttributeMapItemsProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$AttributeMapItemsProperty$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-environment-builder builder id config)The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$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 | 
|---|---|---|---|
| dataBundles | java.util.List | cdk.support/lookup-entry | :data-bundles | 
| description | java.lang.String | cdk.support/lookup-entry | :description | 
| federationMode | java.lang.String | cdk.support/lookup-entry | :federation-mode | 
| federationParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :federation-parameters | 
| kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id | 
| name | java.lang.String | cdk.support/lookup-entry | :name | 
| superuserParameters | software.amazon.awscdk.services.finspace.CfnEnvironment$SuperuserParametersProperty | cdk.support/lookup-entry | :superuser-parameters | 
| tags | java.util.List | cdk.support/lookup-entry | :tags | 
The build-cfn-environment-builder function updates a CfnEnvironment$Builder instance using the provided configuration. The function takes the CfnEnvironment$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 | |---|---|---|---| | `dataBundles` | java.util.List | [[cdk.support/lookup-entry]] | `:data-bundles` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `federationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:federation-mode` | | `federationParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federation-parameters` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `superuserParameters` | software.amazon.awscdk.services.finspace.CfnEnvironment$SuperuserParametersProperty | [[cdk.support/lookup-entry]] | `:superuser-parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-environment-federation-parameters-property-builder builder id config)The build-cfn-environment-federation-parameters-property-builder function updates a CfnEnvironment$FederationParametersProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$FederationParametersProperty$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 | 
|---|---|---|---|
| applicationCallBackUrl | java.lang.String | cdk.support/lookup-entry | :application-call-back-url | 
| attributeMap | java.util.List | cdk.support/lookup-entry | :attribute-map | 
| federationProviderName | java.lang.String | cdk.support/lookup-entry | :federation-provider-name | 
| federationUrn | java.lang.String | cdk.support/lookup-entry | :federation-urn | 
| samlMetadataDocument | java.lang.String | cdk.support/lookup-entry | :saml-metadata-document | 
| samlMetadataUrl | java.lang.String | cdk.support/lookup-entry | :saml-metadata-url | 
The build-cfn-environment-federation-parameters-property-builder function updates a CfnEnvironment$FederationParametersProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$FederationParametersProperty$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 | |---|---|---|---| | `applicationCallBackUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-call-back-url` | | `attributeMap` | java.util.List | [[cdk.support/lookup-entry]] | `:attribute-map` | | `federationProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:federation-provider-name` | | `federationUrn` | java.lang.String | [[cdk.support/lookup-entry]] | `:federation-urn` | | `samlMetadataDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:saml-metadata-document` | | `samlMetadataUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:saml-metadata-url` |
(build-cfn-environment-props-builder builder id config)The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$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 | 
|---|---|---|---|
| dataBundles | java.util.List | cdk.support/lookup-entry | :data-bundles | 
| description | java.lang.String | cdk.support/lookup-entry | :description | 
| federationMode | java.lang.String | cdk.support/lookup-entry | :federation-mode | 
| federationParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :federation-parameters | 
| kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id | 
| name | java.lang.String | cdk.support/lookup-entry | :name | 
| superuserParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :superuser-parameters | 
| tags | java.util.List | cdk.support/lookup-entry | :tags | 
The build-cfn-environment-props-builder function updates a CfnEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnEnvironmentProps$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 | |---|---|---|---| | `dataBundles` | java.util.List | [[cdk.support/lookup-entry]] | `:data-bundles` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `federationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:federation-mode` | | `federationParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federation-parameters` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `superuserParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:superuser-parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-environment-superuser-parameters-property-builder builder id config)The build-cfn-environment-superuser-parameters-property-builder function updates a CfnEnvironment$SuperuserParametersProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$SuperuserParametersProperty$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 | 
|---|---|---|---|
| emailAddress | java.lang.String | cdk.support/lookup-entry | :email-address | 
| firstName | java.lang.String | cdk.support/lookup-entry | :first-name | 
| lastName | java.lang.String | cdk.support/lookup-entry | :last-name | 
The build-cfn-environment-superuser-parameters-property-builder function updates a CfnEnvironment$SuperuserParametersProperty$Builder instance using the provided configuration. The function takes the CfnEnvironment$SuperuserParametersProperty$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 | |---|---|---|---| | `emailAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:email-address` | | `firstName` | java.lang.String | [[cdk.support/lookup-entry]] | `:first-name` | | `lastName` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-name` |
(cfn-environment-attribute-map-items-property-builder id config)Creates a  CfnEnvironment$AttributeMapItemsProperty$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 `CfnEnvironment$AttributeMapItemsProperty$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-environment-builder scope id config)Creates a  CfnEnvironment$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 `CfnEnvironment$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-environment-federation-parameters-property-builder id config)Creates a  CfnEnvironment$FederationParametersProperty$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 `CfnEnvironment$FederationParametersProperty$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-environment-props-builder id config)Creates a  CfnEnvironmentProps$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 `CfnEnvironmentProps$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-environment-superuser-parameters-property-builder id config)Creates a  CfnEnvironment$SuperuserParametersProperty$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 `CfnEnvironment$SuperuserParametersProperty$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 |