Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.supportapp package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.supportapp package.
(build-cfn-account-alias-builder builder id config)
The build-cfn-account-alias-builder function updates a CfnAccountAlias$Builder instance using the provided configuration. The function takes the CfnAccountAlias$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 |
---|---|---|---|
accountAlias | java.lang.String | cdk.support/lookup-entry | :account-alias |
The build-cfn-account-alias-builder function updates a CfnAccountAlias$Builder instance using the provided configuration. The function takes the CfnAccountAlias$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 | |---|---|---|---| | `accountAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-alias` |
(build-cfn-account-alias-props-builder builder id config)
The build-cfn-account-alias-props-builder function updates a CfnAccountAliasProps$Builder instance using the provided configuration. The function takes the CfnAccountAliasProps$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 |
---|---|---|---|
accountAlias | java.lang.String | cdk.support/lookup-entry | :account-alias |
The build-cfn-account-alias-props-builder function updates a CfnAccountAliasProps$Builder instance using the provided configuration. The function takes the CfnAccountAliasProps$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 | |---|---|---|---| | `accountAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-alias` |
(build-cfn-slack-channel-configuration-builder builder id config)
The build-cfn-slack-channel-configuration-builder function updates a CfnSlackChannelConfiguration$Builder instance using the provided configuration. The function takes the CfnSlackChannelConfiguration$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 |
---|---|---|---|
channelId | java.lang.String | cdk.support/lookup-entry | :channel-id |
channelName | java.lang.String | cdk.support/lookup-entry | :channel-name |
channelRoleArn | java.lang.String | cdk.support/lookup-entry | :channel-role-arn |
notifyOnAddCorrespondenceToCase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notify-on-add-correspondence-to-case |
notifyOnCaseSeverity | java.lang.String | cdk.support/lookup-entry | :notify-on-case-severity |
notifyOnCreateOrReopenCase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notify-on-create-or-reopen-case |
notifyOnResolveCase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notify-on-resolve-case |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
The build-cfn-slack-channel-configuration-builder function updates a CfnSlackChannelConfiguration$Builder instance using the provided configuration. The function takes the CfnSlackChannelConfiguration$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 | |---|---|---|---| | `channelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-id` | | `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` | | `channelRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-role-arn` | | `notifyOnAddCorrespondenceToCase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notify-on-add-correspondence-to-case` | | `notifyOnCaseSeverity` | java.lang.String | [[cdk.support/lookup-entry]] | `:notify-on-case-severity` | | `notifyOnCreateOrReopenCase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notify-on-create-or-reopen-case` | | `notifyOnResolveCase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notify-on-resolve-case` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` |
(build-cfn-slack-channel-configuration-props-builder builder id config)
The build-cfn-slack-channel-configuration-props-builder function updates a CfnSlackChannelConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSlackChannelConfigurationProps$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 |
---|---|---|---|
channelId | java.lang.String | cdk.support/lookup-entry | :channel-id |
channelName | java.lang.String | cdk.support/lookup-entry | :channel-name |
channelRoleArn | java.lang.String | cdk.support/lookup-entry | :channel-role-arn |
notifyOnAddCorrespondenceToCase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notify-on-add-correspondence-to-case |
notifyOnCaseSeverity | java.lang.String | cdk.support/lookup-entry | :notify-on-case-severity |
notifyOnCreateOrReopenCase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notify-on-create-or-reopen-case |
notifyOnResolveCase | java.lang.Boolean | cdk.support/lookup-entry | :notify-on-resolve-case |
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
The build-cfn-slack-channel-configuration-props-builder function updates a CfnSlackChannelConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSlackChannelConfigurationProps$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 | |---|---|---|---| | `channelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-id` | | `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` | | `channelRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-role-arn` | | `notifyOnAddCorrespondenceToCase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notify-on-add-correspondence-to-case` | | `notifyOnCaseSeverity` | java.lang.String | [[cdk.support/lookup-entry]] | `:notify-on-case-severity` | | `notifyOnCreateOrReopenCase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notify-on-create-or-reopen-case` | | `notifyOnResolveCase` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notify-on-resolve-case` | | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` |
(build-cfn-slack-workspace-configuration-builder builder id config)
The build-cfn-slack-workspace-configuration-builder function updates a CfnSlackWorkspaceConfiguration$Builder instance using the provided configuration. The function takes the CfnSlackWorkspaceConfiguration$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 |
---|---|---|---|
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-slack-workspace-configuration-builder function updates a CfnSlackWorkspaceConfiguration$Builder instance using the provided configuration. The function takes the CfnSlackWorkspaceConfiguration$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 | |---|---|---|---| | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-slack-workspace-configuration-props-builder builder id config)
The build-cfn-slack-workspace-configuration-props-builder function updates a CfnSlackWorkspaceConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSlackWorkspaceConfigurationProps$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 |
---|---|---|---|
teamId | java.lang.String | cdk.support/lookup-entry | :team-id |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-slack-workspace-configuration-props-builder function updates a CfnSlackWorkspaceConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSlackWorkspaceConfigurationProps$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 | |---|---|---|---| | `teamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:team-id` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(cfn-account-alias-builder scope id config)
Creates a CfnAccountAlias$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 `CfnAccountAlias$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-account-alias-props-builder id config)
Creates a CfnAccountAliasProps$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 `CfnAccountAliasProps$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-slack-channel-configuration-builder scope id config)
Creates a CfnSlackChannelConfiguration$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 `CfnSlackChannelConfiguration$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-slack-channel-configuration-props-builder id config)
Creates a CfnSlackChannelConfigurationProps$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 `CfnSlackChannelConfigurationProps$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-slack-workspace-configuration-builder scope id config)
Creates a CfnSlackWorkspaceConfiguration$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 `CfnSlackWorkspaceConfiguration$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-slack-workspace-configuration-props-builder id config)
Creates a CfnSlackWorkspaceConfigurationProps$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 `CfnSlackWorkspaceConfigurationProps$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