Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.appflow

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

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

build-cfn-connector-builderclj

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

The build-cfn-connector-builder function updates a CfnConnector$Builder instance using the provided configuration. The function takes the CfnConnector$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
connectorLabeljava.lang.Stringcdk.support/lookup-entry:connector-label
connectorProvisioningConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-provisioning-config
connectorProvisioningTypejava.lang.Stringcdk.support/lookup-entry:connector-provisioning-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
The build-cfn-connector-builder function updates a CfnConnector$Builder instance using the provided configuration.
  The function takes the CfnConnector$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 |
|---|---|---|---|
| `connectorLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-label` |
| `connectorProvisioningConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-provisioning-config` |
| `connectorProvisioningType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-provisioning-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
sourceraw docstring

build-cfn-connector-connector-provisioning-config-property-builderclj

(build-cfn-connector-connector-provisioning-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-connector-connector-provisioning-config-property-builder function updates a CfnConnector$ConnectorProvisioningConfigProperty$Builder instance using the provided configuration. The function takes the CfnConnector$ConnectorProvisioningConfigProperty$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
lambdasoftware.amazon.awscdk.services.appflow.CfnConnector$LambdaConnectorProvisioningConfigPropertycdk.support/lookup-entry:lambda
The build-cfn-connector-connector-provisioning-config-property-builder function updates a CfnConnector$ConnectorProvisioningConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnConnector$ConnectorProvisioningConfigProperty$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 |
|---|---|---|---|
| `lambda` | software.amazon.awscdk.services.appflow.CfnConnector$LambdaConnectorProvisioningConfigProperty | [[cdk.support/lookup-entry]] | `:lambda` |
sourceraw docstring

build-cfn-connector-lambda-connector-provisioning-config-property-builderclj

(build-cfn-connector-lambda-connector-provisioning-config-property-builder
  builder
  id
  config)

The build-cfn-connector-lambda-connector-provisioning-config-property-builder function updates a CfnConnector$LambdaConnectorProvisioningConfigProperty$Builder instance using the provided configuration. The function takes the CfnConnector$LambdaConnectorProvisioningConfigProperty$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
lambdaArnjava.lang.Stringcdk.support/lookup-entry:lambda-arn
The build-cfn-connector-lambda-connector-provisioning-config-property-builder function updates a CfnConnector$LambdaConnectorProvisioningConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnConnector$LambdaConnectorProvisioningConfigProperty$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 |
|---|---|---|---|
| `lambdaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-arn` |
sourceraw docstring

build-cfn-connector-profile-amplitude-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-amplitude-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-amplitude-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty$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
apiKeyjava.lang.Stringcdk.support/lookup-entry:api-key
secretKeyjava.lang.Stringcdk.support/lookup-entry:secret-key
The build-cfn-connector-profile-amplitude-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` |
| `secretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-key` |
sourceraw docstring

build-cfn-connector-profile-api-key-credentials-property-builderclj

(build-cfn-connector-profile-api-key-credentials-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-connector-profile-api-key-credentials-property-builder function updates a CfnConnectorProfile$ApiKeyCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ApiKeyCredentialsProperty$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
apiKeyjava.lang.Stringcdk.support/lookup-entry:api-key
apiSecretKeyjava.lang.Stringcdk.support/lookup-entry:api-secret-key
The build-cfn-connector-profile-api-key-credentials-property-builder function updates a CfnConnectorProfile$ApiKeyCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ApiKeyCredentialsProperty$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 |
|---|---|---|---|
| `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` |
| `apiSecretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-secret-key` |
sourceraw docstring

build-cfn-connector-profile-basic-auth-credentials-property-builderclj

(build-cfn-connector-profile-basic-auth-credentials-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-connector-profile-basic-auth-credentials-property-builder function updates a CfnConnectorProfile$BasicAuthCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$BasicAuthCredentialsProperty$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
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-connector-profile-basic-auth-credentials-property-builder function updates a CfnConnectorProfile$BasicAuthCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$BasicAuthCredentialsProperty$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 |
|---|---|---|---|
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-connector-profile-builderclj

(build-cfn-connector-profile-builder builder id config)

The build-cfn-connector-profile-builder function updates a CfnConnectorProfile$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$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
connectionModejava.lang.Stringcdk.support/lookup-entry:connection-mode
connectorLabeljava.lang.Stringcdk.support/lookup-entry:connector-label
connectorProfileConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-profile-config
connectorProfileNamejava.lang.Stringcdk.support/lookup-entry:connector-profile-name
connectorTypejava.lang.Stringcdk.support/lookup-entry:connector-type
kmsArnjava.lang.Stringcdk.support/lookup-entry:kms-arn
The build-cfn-connector-profile-builder function updates a CfnConnectorProfile$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$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 |
|---|---|---|---|
| `connectionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-mode` |
| `connectorLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-label` |
| `connectorProfileConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-profile-config` |
| `connectorProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-profile-name` |
| `connectorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-type` |
| `kmsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-arn` |
sourceraw docstring

build-cfn-connector-profile-connector-o-auth-request-property-builderclj

(build-cfn-connector-profile-connector-o-auth-request-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-connector-profile-connector-o-auth-request-property-builder function updates a CfnConnectorProfile$ConnectorOAuthRequestProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ConnectorOAuthRequestProperty$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
authCodejava.lang.Stringcdk.support/lookup-entry:auth-code
redirectUrijava.lang.Stringcdk.support/lookup-entry:redirect-uri
The build-cfn-connector-profile-connector-o-auth-request-property-builder function updates a CfnConnectorProfile$ConnectorOAuthRequestProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ConnectorOAuthRequestProperty$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 |
|---|---|---|---|
| `authCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-code` |
| `redirectUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:redirect-uri` |
sourceraw docstring

build-cfn-connector-profile-connector-profile-config-property-builderclj

(build-cfn-connector-profile-connector-profile-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-connector-profile-connector-profile-config-property-builder function updates a CfnConnectorProfile$ConnectorProfileConfigProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ConnectorProfileConfigProperty$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
connectorProfileCredentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-profile-credentials
connectorProfilePropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-profile-properties
The build-cfn-connector-profile-connector-profile-config-property-builder function updates a CfnConnectorProfile$ConnectorProfileConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ConnectorProfileConfigProperty$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 |
|---|---|---|---|
| `connectorProfileCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-profile-credentials` |
| `connectorProfileProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-profile-properties` |
sourceraw docstring

build-cfn-connector-profile-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$ConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ConnectorProfileCredentialsProperty$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
amplitudesoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$AmplitudeConnectorProfileCredentialsPropertycdk.support/lookup-entry:amplitude
customConnectorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-connector
datadogsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$DatadogConnectorProfileCredentialsPropertycdk.support/lookup-entry:datadog
dynatracesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynatrace
googleAnalyticssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:google-analytics
inforNexussoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$InforNexusConnectorProfileCredentialsPropertycdk.support/lookup-entry:infor-nexus
marketosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:marketo
pardotsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$PardotConnectorProfileCredentialsPropertycdk.support/lookup-entry:pardot
redshiftsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$RedshiftConnectorProfileCredentialsPropertycdk.support/lookup-entry:redshift
salesforcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:salesforce
sapoDatasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$SAPODataConnectorProfileCredentialsPropertycdk.support/lookup-entry:sapo-data
serviceNowsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-now
singularsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:singular
slacksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:slack
snowflakesoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$SnowflakeConnectorProfileCredentialsPropertycdk.support/lookup-entry:snowflake
trendmicrosoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$TrendmicroConnectorProfileCredentialsPropertycdk.support/lookup-entry:trendmicro
veevasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:veeva
zendesksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:zendesk
The build-cfn-connector-profile-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$ConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `amplitude` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:amplitude` |
| `customConnector` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-connector` |
| `datadog` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:datadog` |
| `dynatrace` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynatrace` |
| `googleAnalytics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:google-analytics` |
| `inforNexus` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:infor-nexus` |
| `marketo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:marketo` |
| `pardot` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$PardotConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:pardot` |
| `redshift` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:redshift` |
| `salesforce` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:salesforce` |
| `sapoData` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:sapo-data` |
| `serviceNow` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-now` |
| `singular` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:singular` |
| `slack` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:slack` |
| `snowflake` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:snowflake` |
| `trendmicro` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty | [[cdk.support/lookup-entry]] | `:trendmicro` |
| `veeva` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:veeva` |
| `zendesk` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-connector-profile-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-connector-profile-properties-property-builder function updates a CfnConnectorProfile$ConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ConnectorProfilePropertiesProperty$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
customConnectorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-connector
datadogsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datadog
dynatracesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynatrace
inforNexussoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:infor-nexus
marketosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:marketo
pardotsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$PardotConnectorProfilePropertiesPropertycdk.support/lookup-entry:pardot
redshiftsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$RedshiftConnectorProfilePropertiesPropertycdk.support/lookup-entry:redshift
salesforcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:salesforce
sapoDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sapo-data
serviceNowsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$ServiceNowConnectorProfilePropertiesPropertycdk.support/lookup-entry:service-now
slacksoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$SlackConnectorProfilePropertiesPropertycdk.support/lookup-entry:slack
snowflakesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:snowflake
veevasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:veeva
zendesksoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$ZendeskConnectorProfilePropertiesPropertycdk.support/lookup-entry:zendesk
The build-cfn-connector-profile-connector-profile-properties-property-builder function updates a CfnConnectorProfile$ConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `customConnector` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-connector` |
| `datadog` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datadog` |
| `dynatrace` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynatrace` |
| `inforNexus` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:infor-nexus` |
| `marketo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:marketo` |
| `pardot` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$PardotConnectorProfilePropertiesProperty | [[cdk.support/lookup-entry]] | `:pardot` |
| `redshift` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty | [[cdk.support/lookup-entry]] | `:redshift` |
| `salesforce` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:salesforce` |
| `sapoData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sapo-data` |
| `serviceNow` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty | [[cdk.support/lookup-entry]] | `:service-now` |
| `slack` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$SlackConnectorProfilePropertiesProperty | [[cdk.support/lookup-entry]] | `:slack` |
| `snowflake` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snowflake` |
| `veeva` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:veeva` |
| `zendesk` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-connector-profile-custom-auth-credentials-property-builderclj

(build-cfn-connector-profile-custom-auth-credentials-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-connector-profile-custom-auth-credentials-property-builder function updates a CfnConnectorProfile$CustomAuthCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$CustomAuthCredentialsProperty$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
credentialsMapjava.util.Mapcdk.support/lookup-entry:credentials-map
customAuthenticationTypejava.lang.Stringcdk.support/lookup-entry:custom-authentication-type
The build-cfn-connector-profile-custom-auth-credentials-property-builder function updates a CfnConnectorProfile$CustomAuthCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$CustomAuthCredentialsProperty$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 |
|---|---|---|---|
| `credentialsMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:credentials-map` |
| `customAuthenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-authentication-type` |
sourceraw docstring

build-cfn-connector-profile-custom-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-custom-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-custom-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$CustomConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$CustomConnectorProfileCredentialsProperty$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
apiKeysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:api-key
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
basicsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:basic
customsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$CustomAuthCredentialsPropertycdk.support/lookup-entry:custom
oauth2software.amazon.awscdk.IResolvablecdk.support/lookup-entry:oauth2
The build-cfn-connector-profile-custom-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$CustomConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$CustomConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `apiKey` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:api-key` |
| `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
| `basic` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:basic` |
| `custom` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$CustomAuthCredentialsProperty | [[cdk.support/lookup-entry]] | `:custom` |
| `oauth2` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:oauth2` |
sourceraw docstring

build-cfn-connector-profile-custom-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-custom-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-custom-connector-profile-properties-property-builder function updates a CfnConnectorProfile$CustomConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$CustomConnectorProfilePropertiesProperty$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
oAuth2Propertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:o-auth2-properties
profilePropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:profile-properties
The build-cfn-connector-profile-custom-connector-profile-properties-property-builder function updates a CfnConnectorProfile$CustomConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$CustomConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `oAuth2Properties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:o-auth2-properties` |
| `profileProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:profile-properties` |
sourceraw docstring

build-cfn-connector-profile-datadog-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-datadog-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-datadog-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty$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
apiKeyjava.lang.Stringcdk.support/lookup-entry:api-key
applicationKeyjava.lang.Stringcdk.support/lookup-entry:application-key
The build-cfn-connector-profile-datadog-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` |
| `applicationKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-key` |
sourceraw docstring

build-cfn-connector-profile-datadog-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-datadog-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-datadog-connector-profile-properties-property-builder function updates a CfnConnectorProfile$DatadogConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$DatadogConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-datadog-connector-profile-properties-property-builder function updates a CfnConnectorProfile$DatadogConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$DatadogConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-dynatrace-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-dynatrace-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-dynatrace-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$DynatraceConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$DynatraceConnectorProfileCredentialsProperty$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
apiTokenjava.lang.Stringcdk.support/lookup-entry:api-token
The build-cfn-connector-profile-dynatrace-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$DynatraceConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$DynatraceConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `apiToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-token` |
sourceraw docstring

build-cfn-connector-profile-dynatrace-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-dynatrace-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-dynatrace-connector-profile-properties-property-builder function updates a CfnConnectorProfile$DynatraceConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$DynatraceConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-dynatrace-connector-profile-properties-property-builder function updates a CfnConnectorProfile$DynatraceConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$DynatraceConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-google-analytics-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-google-analytics-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-google-analytics-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$GoogleAnalyticsConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$GoogleAnalyticsConnectorProfileCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
connectorOAuthRequestsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorOAuthRequestPropertycdk.support/lookup-entry:connector-o-auth-request
refreshTokenjava.lang.Stringcdk.support/lookup-entry:refresh-token
The build-cfn-connector-profile-google-analytics-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$GoogleAnalyticsConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$GoogleAnalyticsConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `connectorOAuthRequest` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorOAuthRequestProperty | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
| `refreshToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:refresh-token` |
sourceraw docstring

build-cfn-connector-profile-infor-nexus-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-infor-nexus-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-infor-nexus-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty$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
accessKeyIdjava.lang.Stringcdk.support/lookup-entry:access-key-id
datakeyjava.lang.Stringcdk.support/lookup-entry:datakey
secretAccessKeyjava.lang.Stringcdk.support/lookup-entry:secret-access-key
userIdjava.lang.Stringcdk.support/lookup-entry:user-id
The build-cfn-connector-profile-infor-nexus-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-key-id` |
| `datakey` | java.lang.String | [[cdk.support/lookup-entry]] | `:datakey` |
| `secretAccessKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-access-key` |
| `userId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-id` |
sourceraw docstring

build-cfn-connector-profile-infor-nexus-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-infor-nexus-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-infor-nexus-connector-profile-properties-property-builder function updates a CfnConnectorProfile$InforNexusConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$InforNexusConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-infor-nexus-connector-profile-properties-property-builder function updates a CfnConnectorProfile$InforNexusConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$InforNexusConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-marketo-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-marketo-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-marketo-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$MarketoConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$MarketoConnectorProfileCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
connectorOAuthRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-o-auth-request
The build-cfn-connector-profile-marketo-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$MarketoConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$MarketoConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `connectorOAuthRequest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
sourceraw docstring

build-cfn-connector-profile-marketo-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-marketo-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-marketo-connector-profile-properties-property-builder function updates a CfnConnectorProfile$MarketoConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$MarketoConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-marketo-connector-profile-properties-property-builder function updates a CfnConnectorProfile$MarketoConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$MarketoConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-o-auth-credentials-property-builderclj

(build-cfn-connector-profile-o-auth-credentials-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-connector-profile-o-auth-credentials-property-builder function updates a CfnConnectorProfile$OAuthCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$OAuthCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
connectorOAuthRequestsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorOAuthRequestPropertycdk.support/lookup-entry:connector-o-auth-request
refreshTokenjava.lang.Stringcdk.support/lookup-entry:refresh-token
The build-cfn-connector-profile-o-auth-credentials-property-builder function updates a CfnConnectorProfile$OAuthCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$OAuthCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `connectorOAuthRequest` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorOAuthRequestProperty | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
| `refreshToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:refresh-token` |
sourceraw docstring

build-cfn-connector-profile-o-auth-properties-property-builderclj

(build-cfn-connector-profile-o-auth-properties-property-builder builder
                                                                id
                                                                config)

The build-cfn-connector-profile-o-auth-properties-property-builder function updates a CfnConnectorProfile$OAuthPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$OAuthPropertiesProperty$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
authCodeUrljava.lang.Stringcdk.support/lookup-entry:auth-code-url
oAuthScopesjava.util.Listcdk.support/lookup-entry:o-auth-scopes
tokenUrljava.lang.Stringcdk.support/lookup-entry:token-url
The build-cfn-connector-profile-o-auth-properties-property-builder function updates a CfnConnectorProfile$OAuthPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$OAuthPropertiesProperty$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 |
|---|---|---|---|
| `authCodeUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-code-url` |
| `oAuthScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:o-auth-scopes` |
| `tokenUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-url` |
sourceraw docstring

build-cfn-connector-profile-o-auth2-credentials-property-builderclj

(build-cfn-connector-profile-o-auth2-credentials-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-connector-profile-o-auth2-credentials-property-builder function updates a CfnConnectorProfile$OAuth2CredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$OAuth2CredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
oAuthRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:o-auth-request
refreshTokenjava.lang.Stringcdk.support/lookup-entry:refresh-token
The build-cfn-connector-profile-o-auth2-credentials-property-builder function updates a CfnConnectorProfile$OAuth2CredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$OAuth2CredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `oAuthRequest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:o-auth-request` |
| `refreshToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:refresh-token` |
sourceraw docstring

build-cfn-connector-profile-o-auth2-properties-property-builderclj

(build-cfn-connector-profile-o-auth2-properties-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-connector-profile-o-auth2-properties-property-builder function updates a CfnConnectorProfile$OAuth2PropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$OAuth2PropertiesProperty$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
oAuth2GrantTypejava.lang.Stringcdk.support/lookup-entry:o-auth2-grant-type
tokenUrljava.lang.Stringcdk.support/lookup-entry:token-url
tokenUrlCustomPropertiesjava.util.Mapcdk.support/lookup-entry:token-url-custom-properties
The build-cfn-connector-profile-o-auth2-properties-property-builder function updates a CfnConnectorProfile$OAuth2PropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$OAuth2PropertiesProperty$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 |
|---|---|---|---|
| `oAuth2GrantType` | java.lang.String | [[cdk.support/lookup-entry]] | `:o-auth2-grant-type` |
| `tokenUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-url` |
| `tokenUrlCustomProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:token-url-custom-properties` |
sourceraw docstring

build-cfn-connector-profile-pardot-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-pardot-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-pardot-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$PardotConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$PardotConnectorProfileCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientCredentialsArnjava.lang.Stringcdk.support/lookup-entry:client-credentials-arn
connectorOAuthRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-o-auth-request
refreshTokenjava.lang.Stringcdk.support/lookup-entry:refresh-token
The build-cfn-connector-profile-pardot-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$PardotConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$PardotConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientCredentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-credentials-arn` |
| `connectorOAuthRequest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
| `refreshToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:refresh-token` |
sourceraw docstring

build-cfn-connector-profile-pardot-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-pardot-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-pardot-connector-profile-properties-property-builder function updates a CfnConnectorProfile$PardotConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$PardotConnectorProfilePropertiesProperty$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
businessUnitIdjava.lang.Stringcdk.support/lookup-entry:business-unit-id
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
isSandboxEnvironmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-sandbox-environment
The build-cfn-connector-profile-pardot-connector-profile-properties-property-builder function updates a CfnConnectorProfile$PardotConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$PardotConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `businessUnitId` | java.lang.String | [[cdk.support/lookup-entry]] | `:business-unit-id` |
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
| `isSandboxEnvironment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-sandbox-environment` |
sourceraw docstring

build-cfn-connector-profile-props-builderclj

(build-cfn-connector-profile-props-builder builder id config)

The build-cfn-connector-profile-props-builder function updates a CfnConnectorProfileProps$Builder instance using the provided configuration. The function takes the CfnConnectorProfileProps$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
connectionModejava.lang.Stringcdk.support/lookup-entry:connection-mode
connectorLabeljava.lang.Stringcdk.support/lookup-entry:connector-label
connectorProfileConfigsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorProfileConfigPropertycdk.support/lookup-entry:connector-profile-config
connectorProfileNamejava.lang.Stringcdk.support/lookup-entry:connector-profile-name
connectorTypejava.lang.Stringcdk.support/lookup-entry:connector-type
kmsArnjava.lang.Stringcdk.support/lookup-entry:kms-arn
The build-cfn-connector-profile-props-builder function updates a CfnConnectorProfileProps$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfileProps$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 |
|---|---|---|---|
| `connectionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-mode` |
| `connectorLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-label` |
| `connectorProfileConfig` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorProfileConfigProperty | [[cdk.support/lookup-entry]] | `:connector-profile-config` |
| `connectorProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-profile-name` |
| `connectorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-type` |
| `kmsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-arn` |
sourceraw docstring

build-cfn-connector-profile-redshift-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-redshift-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-redshift-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty$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
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-connector-profile-redshift-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-connector-profile-redshift-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-redshift-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-redshift-connector-profile-properties-property-builder function updates a CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty$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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
clusterIdentifierjava.lang.Stringcdk.support/lookup-entry:cluster-identifier
dataApiRoleArnjava.lang.Stringcdk.support/lookup-entry:data-api-role-arn
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
databaseUrljava.lang.Stringcdk.support/lookup-entry:database-url
isRedshiftServerlessjava.lang.Booleancdk.support/lookup-entry:is-redshift-serverless
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
workgroupNamejava.lang.Stringcdk.support/lookup-entry:workgroup-name
The build-cfn-connector-profile-redshift-connector-profile-properties-property-builder function updates a CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `clusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-identifier` |
| `dataApiRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-api-role-arn` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `databaseUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-url` |
| `isRedshiftServerless` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-redshift-serverless` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `workgroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workgroup-name` |
sourceraw docstring

build-cfn-connector-profile-salesforce-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-salesforce-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-salesforce-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SalesforceConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SalesforceConnectorProfileCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientCredentialsArnjava.lang.Stringcdk.support/lookup-entry:client-credentials-arn
connectorOAuthRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-o-auth-request
jwtTokenjava.lang.Stringcdk.support/lookup-entry:jwt-token
oAuth2GrantTypejava.lang.Stringcdk.support/lookup-entry:o-auth2-grant-type
refreshTokenjava.lang.Stringcdk.support/lookup-entry:refresh-token
The build-cfn-connector-profile-salesforce-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SalesforceConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SalesforceConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientCredentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-credentials-arn` |
| `connectorOAuthRequest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
| `jwtToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:jwt-token` |
| `oAuth2GrantType` | java.lang.String | [[cdk.support/lookup-entry]] | `:o-auth2-grant-type` |
| `refreshToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:refresh-token` |
sourceraw docstring

build-cfn-connector-profile-salesforce-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-salesforce-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-salesforce-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SalesforceConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SalesforceConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
isSandboxEnvironmentjava.lang.Booleancdk.support/lookup-entry:is-sandbox-environment
usePrivateLinkForMetadataAndAuthorizationjava.lang.Booleancdk.support/lookup-entry:use-private-link-for-metadata-and-authorization
The build-cfn-connector-profile-salesforce-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SalesforceConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SalesforceConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
| `isSandboxEnvironment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-sandbox-environment` |
| `usePrivateLinkForMetadataAndAuthorization` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-private-link-for-metadata-and-authorization` |
sourceraw docstring

build-cfn-connector-profile-sapo-data-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-sapo-data-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-sapo-data-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty$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
basicAuthCredentialssoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$BasicAuthCredentialsPropertycdk.support/lookup-entry:basic-auth-credentials
oAuthCredentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:o-auth-credentials
The build-cfn-connector-profile-sapo-data-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `basicAuthCredentials` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$BasicAuthCredentialsProperty | [[cdk.support/lookup-entry]] | `:basic-auth-credentials` |
| `oAuthCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:o-auth-credentials` |
sourceraw docstring

build-cfn-connector-profile-sapo-data-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-sapo-data-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-sapo-data-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SAPODataConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SAPODataConnectorProfilePropertiesProperty$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
applicationHostUrljava.lang.Stringcdk.support/lookup-entry:application-host-url
applicationServicePathjava.lang.Stringcdk.support/lookup-entry:application-service-path
clientNumberjava.lang.Stringcdk.support/lookup-entry:client-number
disableSsosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-sso
logonLanguagejava.lang.Stringcdk.support/lookup-entry:logon-language
oAuthPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:o-auth-properties
portNumberjava.lang.Numbercdk.support/lookup-entry:port-number
privateLinkServiceNamejava.lang.Stringcdk.support/lookup-entry:private-link-service-name
The build-cfn-connector-profile-sapo-data-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SAPODataConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SAPODataConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `applicationHostUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-host-url` |
| `applicationServicePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-service-path` |
| `clientNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-number` |
| `disableSso` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-sso` |
| `logonLanguage` | java.lang.String | [[cdk.support/lookup-entry]] | `:logon-language` |
| `oAuthProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:o-auth-properties` |
| `portNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port-number` |
| `privateLinkServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-link-service-name` |
sourceraw docstring

build-cfn-connector-profile-service-now-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-service-now-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-service-now-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$ServiceNowConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ServiceNowConnectorProfileCredentialsProperty$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
oAuth2Credentialssoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$OAuth2CredentialsPropertycdk.support/lookup-entry:o-auth2-credentials
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-connector-profile-service-now-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$ServiceNowConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ServiceNowConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `oAuth2Credentials` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$OAuth2CredentialsProperty | [[cdk.support/lookup-entry]] | `:o-auth2-credentials` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-connector-profile-service-now-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-service-now-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-service-now-connector-profile-properties-property-builder function updates a CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-service-now-connector-profile-properties-property-builder function updates a CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-singular-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-singular-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-singular-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SingularConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SingularConnectorProfileCredentialsProperty$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
apiKeyjava.lang.Stringcdk.support/lookup-entry:api-key
The build-cfn-connector-profile-singular-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SingularConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SingularConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `apiKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key` |
sourceraw docstring

build-cfn-connector-profile-slack-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-slack-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-slack-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SlackConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SlackConnectorProfileCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
connectorOAuthRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-o-auth-request
The build-cfn-connector-profile-slack-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SlackConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SlackConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `connectorOAuthRequest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
sourceraw docstring

build-cfn-connector-profile-slack-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-slack-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-slack-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SlackConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SlackConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-slack-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SlackConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SlackConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-snowflake-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-snowflake-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-snowflake-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty$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
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-connector-profile-snowflake-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-connector-profile-snowflake-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-snowflake-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-snowflake-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SnowflakeConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$SnowflakeConnectorProfilePropertiesProperty$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
accountNamejava.lang.Stringcdk.support/lookup-entry:account-name
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
privateLinkServiceNamejava.lang.Stringcdk.support/lookup-entry:private-link-service-name
regionjava.lang.Stringcdk.support/lookup-entry:region
stagejava.lang.Stringcdk.support/lookup-entry:stage
warehousejava.lang.Stringcdk.support/lookup-entry:warehouse
The build-cfn-connector-profile-snowflake-connector-profile-properties-property-builder function updates a CfnConnectorProfile$SnowflakeConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$SnowflakeConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `accountName` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-name` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `privateLinkServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-link-service-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
| `warehouse` | java.lang.String | [[cdk.support/lookup-entry]] | `:warehouse` |
sourceraw docstring

build-cfn-connector-profile-trendmicro-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-trendmicro-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-trendmicro-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty$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
apiSecretKeyjava.lang.Stringcdk.support/lookup-entry:api-secret-key
The build-cfn-connector-profile-trendmicro-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `apiSecretKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-secret-key` |
sourceraw docstring

build-cfn-connector-profile-veeva-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-veeva-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-veeva-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$VeevaConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$VeevaConnectorProfileCredentialsProperty$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
passwordjava.lang.Stringcdk.support/lookup-entry:password
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-connector-profile-veeva-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$VeevaConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$VeevaConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-connector-profile-veeva-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-veeva-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-veeva-connector-profile-properties-property-builder function updates a CfnConnectorProfile$VeevaConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$VeevaConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-veeva-connector-profile-properties-property-builder function updates a CfnConnectorProfile$VeevaConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$VeevaConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-profile-zendesk-connector-profile-credentials-property-builderclj

(build-cfn-connector-profile-zendesk-connector-profile-credentials-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-zendesk-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$ZendeskConnectorProfileCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ZendeskConnectorProfileCredentialsProperty$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
accessTokenjava.lang.Stringcdk.support/lookup-entry:access-token
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
connectorOAuthRequestsoftware.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorOAuthRequestPropertycdk.support/lookup-entry:connector-o-auth-request
The build-cfn-connector-profile-zendesk-connector-profile-credentials-property-builder function updates a CfnConnectorProfile$ZendeskConnectorProfileCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ZendeskConnectorProfileCredentialsProperty$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 |
|---|---|---|---|
| `accessToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-token` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `connectorOAuthRequest` | software.amazon.awscdk.services.appflow.CfnConnectorProfile$ConnectorOAuthRequestProperty | [[cdk.support/lookup-entry]] | `:connector-o-auth-request` |
sourceraw docstring

build-cfn-connector-profile-zendesk-connector-profile-properties-property-builderclj

(build-cfn-connector-profile-zendesk-connector-profile-properties-property-builder
  builder
  id
  config)

The build-cfn-connector-profile-zendesk-connector-profile-properties-property-builder function updates a CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty$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
instanceUrljava.lang.Stringcdk.support/lookup-entry:instance-url
The build-cfn-connector-profile-zendesk-connector-profile-properties-property-builder function updates a CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty$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 |
|---|---|---|---|
| `instanceUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-url` |
sourceraw docstring

build-cfn-connector-props-builderclj

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

The build-cfn-connector-props-builder function updates a CfnConnectorProps$Builder instance using the provided configuration. The function takes the CfnConnectorProps$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
connectorLabeljava.lang.Stringcdk.support/lookup-entry:connector-label
connectorProvisioningConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-provisioning-config
connectorProvisioningTypejava.lang.Stringcdk.support/lookup-entry:connector-provisioning-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
The build-cfn-connector-props-builder function updates a CfnConnectorProps$Builder instance using the provided configuration.
  The function takes the CfnConnectorProps$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 |
|---|---|---|---|
| `connectorLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-label` |
| `connectorProvisioningConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-provisioning-config` |
| `connectorProvisioningType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-provisioning-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
sourceraw docstring

build-cfn-flow-aggregation-config-property-builderclj

(build-cfn-flow-aggregation-config-property-builder builder id config)

The build-cfn-flow-aggregation-config-property-builder function updates a CfnFlow$AggregationConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$AggregationConfigProperty$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
aggregationTypejava.lang.Stringcdk.support/lookup-entry:aggregation-type
targetFileSizejava.lang.Numbercdk.support/lookup-entry:target-file-size
The build-cfn-flow-aggregation-config-property-builder function updates a CfnFlow$AggregationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$AggregationConfigProperty$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 |
|---|---|---|---|
| `aggregationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:aggregation-type` |
| `targetFileSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-file-size` |
sourceraw docstring

build-cfn-flow-amplitude-source-properties-property-builderclj

(build-cfn-flow-amplitude-source-properties-property-builder builder id config)

The build-cfn-flow-amplitude-source-properties-property-builder function updates a CfnFlow$AmplitudeSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$AmplitudeSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-amplitude-source-properties-property-builder function updates a CfnFlow$AmplitudeSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$AmplitudeSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-builderclj

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

The build-cfn-flow-builder function updates a CfnFlow$Builder instance using the provided configuration. The function takes the CfnFlow$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
destinationFlowConfigListjava.util.Listcdk.support/lookup-entry:destination-flow-config-list
flowNamejava.lang.Stringcdk.support/lookup-entry:flow-name
flowStatusjava.lang.Stringcdk.support/lookup-entry:flow-status
kmsArnjava.lang.Stringcdk.support/lookup-entry:kms-arn
metadataCatalogConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$MetadataCatalogConfigPropertycdk.support/lookup-entry:metadata-catalog-config
sourceFlowConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-flow-config
tagsjava.util.Listcdk.support/lookup-entry:tags
taskssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tasks
triggerConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$TriggerConfigPropertycdk.support/lookup-entry:trigger-config
The build-cfn-flow-builder function updates a CfnFlow$Builder instance using the provided configuration.
  The function takes the CfnFlow$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` |
| `destinationFlowConfigList` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-flow-config-list` |
| `flowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-name` |
| `flowStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-status` |
| `kmsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-arn` |
| `metadataCatalogConfig` | software.amazon.awscdk.services.appflow.CfnFlow$MetadataCatalogConfigProperty | [[cdk.support/lookup-entry]] | `:metadata-catalog-config` |
| `sourceFlowConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-flow-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tasks` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tasks` |
| `triggerConfig` | software.amazon.awscdk.services.appflow.CfnFlow$TriggerConfigProperty | [[cdk.support/lookup-entry]] | `:trigger-config` |
sourceraw docstring

build-cfn-flow-connector-operator-property-builderclj

(build-cfn-flow-connector-operator-property-builder builder id config)

The build-cfn-flow-connector-operator-property-builder function updates a CfnFlow$ConnectorOperatorProperty$Builder instance using the provided configuration. The function takes the CfnFlow$ConnectorOperatorProperty$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
amplitudejava.lang.Stringcdk.support/lookup-entry:amplitude
customConnectorjava.lang.Stringcdk.support/lookup-entry:custom-connector
datadogjava.lang.Stringcdk.support/lookup-entry:datadog
dynatracejava.lang.Stringcdk.support/lookup-entry:dynatrace
googleAnalyticsjava.lang.Stringcdk.support/lookup-entry:google-analytics
inforNexusjava.lang.Stringcdk.support/lookup-entry:infor-nexus
marketojava.lang.Stringcdk.support/lookup-entry:marketo
pardotjava.lang.Stringcdk.support/lookup-entry:pardot
s3java.lang.Stringcdk.support/lookup-entry:s3
salesforcejava.lang.Stringcdk.support/lookup-entry:salesforce
sapoDatajava.lang.Stringcdk.support/lookup-entry:sapo-data
serviceNowjava.lang.Stringcdk.support/lookup-entry:service-now
singularjava.lang.Stringcdk.support/lookup-entry:singular
slackjava.lang.Stringcdk.support/lookup-entry:slack
trendmicrojava.lang.Stringcdk.support/lookup-entry:trendmicro
veevajava.lang.Stringcdk.support/lookup-entry:veeva
zendeskjava.lang.Stringcdk.support/lookup-entry:zendesk
The build-cfn-flow-connector-operator-property-builder function updates a CfnFlow$ConnectorOperatorProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$ConnectorOperatorProperty$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 |
|---|---|---|---|
| `amplitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:amplitude` |
| `customConnector` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-connector` |
| `datadog` | java.lang.String | [[cdk.support/lookup-entry]] | `:datadog` |
| `dynatrace` | java.lang.String | [[cdk.support/lookup-entry]] | `:dynatrace` |
| `googleAnalytics` | java.lang.String | [[cdk.support/lookup-entry]] | `:google-analytics` |
| `inforNexus` | java.lang.String | [[cdk.support/lookup-entry]] | `:infor-nexus` |
| `marketo` | java.lang.String | [[cdk.support/lookup-entry]] | `:marketo` |
| `pardot` | java.lang.String | [[cdk.support/lookup-entry]] | `:pardot` |
| `s3` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3` |
| `salesforce` | java.lang.String | [[cdk.support/lookup-entry]] | `:salesforce` |
| `sapoData` | java.lang.String | [[cdk.support/lookup-entry]] | `:sapo-data` |
| `serviceNow` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-now` |
| `singular` | java.lang.String | [[cdk.support/lookup-entry]] | `:singular` |
| `slack` | java.lang.String | [[cdk.support/lookup-entry]] | `:slack` |
| `trendmicro` | java.lang.String | [[cdk.support/lookup-entry]] | `:trendmicro` |
| `veeva` | java.lang.String | [[cdk.support/lookup-entry]] | `:veeva` |
| `zendesk` | java.lang.String | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-flow-custom-connector-destination-properties-property-builderclj

(build-cfn-flow-custom-connector-destination-properties-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-flow-custom-connector-destination-properties-property-builder function updates a CfnFlow$CustomConnectorDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$CustomConnectorDestinationPropertiesProperty$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
customPropertiesjava.util.Mapcdk.support/lookup-entry:custom-properties
entityNamejava.lang.Stringcdk.support/lookup-entry:entity-name
errorHandlingConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$ErrorHandlingConfigPropertycdk.support/lookup-entry:error-handling-config
idFieldNamesjava.util.Listcdk.support/lookup-entry:id-field-names
writeOperationTypejava.lang.Stringcdk.support/lookup-entry:write-operation-type
The build-cfn-flow-custom-connector-destination-properties-property-builder function updates a CfnFlow$CustomConnectorDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$CustomConnectorDestinationPropertiesProperty$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 |
|---|---|---|---|
| `customProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:custom-properties` |
| `entityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-name` |
| `errorHandlingConfig` | software.amazon.awscdk.services.appflow.CfnFlow$ErrorHandlingConfigProperty | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `idFieldNames` | java.util.List | [[cdk.support/lookup-entry]] | `:id-field-names` |
| `writeOperationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:write-operation-type` |
sourceraw docstring

build-cfn-flow-custom-connector-source-properties-property-builderclj

(build-cfn-flow-custom-connector-source-properties-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-flow-custom-connector-source-properties-property-builder function updates a CfnFlow$CustomConnectorSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$CustomConnectorSourcePropertiesProperty$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
customPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-properties
dataTransferApisoftware.amazon.awscdk.services.appflow.CfnFlow$DataTransferApiPropertycdk.support/lookup-entry:data-transfer-api
entityNamejava.lang.Stringcdk.support/lookup-entry:entity-name
The build-cfn-flow-custom-connector-source-properties-property-builder function updates a CfnFlow$CustomConnectorSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$CustomConnectorSourcePropertiesProperty$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 |
|---|---|---|---|
| `customProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-properties` |
| `dataTransferApi` | software.amazon.awscdk.services.appflow.CfnFlow$DataTransferApiProperty | [[cdk.support/lookup-entry]] | `:data-transfer-api` |
| `entityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-name` |
sourceraw docstring

build-cfn-flow-data-transfer-api-property-builderclj

(build-cfn-flow-data-transfer-api-property-builder builder id config)

The build-cfn-flow-data-transfer-api-property-builder function updates a CfnFlow$DataTransferApiProperty$Builder instance using the provided configuration. The function takes the CfnFlow$DataTransferApiProperty$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
namejava.lang.Stringcdk.support/lookup-entry:name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-flow-data-transfer-api-property-builder function updates a CfnFlow$DataTransferApiProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$DataTransferApiProperty$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-flow-datadog-source-properties-property-builderclj

(build-cfn-flow-datadog-source-properties-property-builder builder id config)

The build-cfn-flow-datadog-source-properties-property-builder function updates a CfnFlow$DatadogSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$DatadogSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-datadog-source-properties-property-builder function updates a CfnFlow$DatadogSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$DatadogSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-destination-connector-properties-property-builderclj

(build-cfn-flow-destination-connector-properties-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-flow-destination-connector-properties-property-builder function updates a CfnFlow$DestinationConnectorPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$DestinationConnectorPropertiesProperty$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
customConnectorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-connector
eventBridgesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-bridge
lookoutMetricssoftware.amazon.awscdk.services.appflow.CfnFlow$LookoutMetricsDestinationPropertiesPropertycdk.support/lookup-entry:lookout-metrics
marketosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:marketo
redshiftsoftware.amazon.awscdk.services.appflow.CfnFlow$RedshiftDestinationPropertiesPropertycdk.support/lookup-entry:redshift
s3software.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3
salesforcesoftware.amazon.awscdk.services.appflow.CfnFlow$SalesforceDestinationPropertiesPropertycdk.support/lookup-entry:salesforce
sapoDatasoftware.amazon.awscdk.services.appflow.CfnFlow$SAPODataDestinationPropertiesPropertycdk.support/lookup-entry:sapo-data
snowflakesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:snowflake
upsolversoftware.amazon.awscdk.services.appflow.CfnFlow$UpsolverDestinationPropertiesPropertycdk.support/lookup-entry:upsolver
zendesksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:zendesk
The build-cfn-flow-destination-connector-properties-property-builder function updates a CfnFlow$DestinationConnectorPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$DestinationConnectorPropertiesProperty$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 |
|---|---|---|---|
| `customConnector` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-connector` |
| `eventBridge` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-bridge` |
| `lookoutMetrics` | software.amazon.awscdk.services.appflow.CfnFlow$LookoutMetricsDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:lookout-metrics` |
| `marketo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:marketo` |
| `redshift` | software.amazon.awscdk.services.appflow.CfnFlow$RedshiftDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:redshift` |
| `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
| `salesforce` | software.amazon.awscdk.services.appflow.CfnFlow$SalesforceDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:salesforce` |
| `sapoData` | software.amazon.awscdk.services.appflow.CfnFlow$SAPODataDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:sapo-data` |
| `snowflake` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snowflake` |
| `upsolver` | software.amazon.awscdk.services.appflow.CfnFlow$UpsolverDestinationPropertiesProperty | [[cdk.support/lookup-entry]] | `:upsolver` |
| `zendesk` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-flow-destination-flow-config-property-builderclj

(build-cfn-flow-destination-flow-config-property-builder builder id config)

The build-cfn-flow-destination-flow-config-property-builder function updates a CfnFlow$DestinationFlowConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$DestinationFlowConfigProperty$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
apiVersionjava.lang.Stringcdk.support/lookup-entry:api-version
connectorProfileNamejava.lang.Stringcdk.support/lookup-entry:connector-profile-name
connectorTypejava.lang.Stringcdk.support/lookup-entry:connector-type
destinationConnectorPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-connector-properties
The build-cfn-flow-destination-flow-config-property-builder function updates a CfnFlow$DestinationFlowConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$DestinationFlowConfigProperty$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 |
|---|---|---|---|
| `apiVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-version` |
| `connectorProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-profile-name` |
| `connectorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-type` |
| `destinationConnectorProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-connector-properties` |
sourceraw docstring

build-cfn-flow-dynatrace-source-properties-property-builderclj

(build-cfn-flow-dynatrace-source-properties-property-builder builder id config)

The build-cfn-flow-dynatrace-source-properties-property-builder function updates a CfnFlow$DynatraceSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$DynatraceSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-dynatrace-source-properties-property-builder function updates a CfnFlow$DynatraceSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$DynatraceSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-error-handling-config-property-builderclj

(build-cfn-flow-error-handling-config-property-builder builder id config)

The build-cfn-flow-error-handling-config-property-builder function updates a CfnFlow$ErrorHandlingConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$ErrorHandlingConfigProperty$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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
failOnFirstErrorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fail-on-first-error
The build-cfn-flow-error-handling-config-property-builder function updates a CfnFlow$ErrorHandlingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$ErrorHandlingConfigProperty$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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `failOnFirstError` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fail-on-first-error` |
sourceraw docstring

build-cfn-flow-event-bridge-destination-properties-property-builderclj

(build-cfn-flow-event-bridge-destination-properties-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-flow-event-bridge-destination-properties-property-builder function updates a CfnFlow$EventBridgeDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$EventBridgeDestinationPropertiesProperty$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
errorHandlingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error-handling-config
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-event-bridge-destination-properties-property-builder function updates a CfnFlow$EventBridgeDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$EventBridgeDestinationPropertiesProperty$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 |
|---|---|---|---|
| `errorHandlingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-glue-data-catalog-property-builderclj

(build-cfn-flow-glue-data-catalog-property-builder builder id config)

The build-cfn-flow-glue-data-catalog-property-builder function updates a CfnFlow$GlueDataCatalogProperty$Builder instance using the provided configuration. The function takes the CfnFlow$GlueDataCatalogProperty$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
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tablePrefixjava.lang.Stringcdk.support/lookup-entry:table-prefix
The build-cfn-flow-glue-data-catalog-property-builder function updates a CfnFlow$GlueDataCatalogProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$GlueDataCatalogProperty$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 |
|---|---|---|---|
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tablePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-prefix` |
sourceraw docstring

build-cfn-flow-google-analytics-source-properties-property-builderclj

(build-cfn-flow-google-analytics-source-properties-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-flow-google-analytics-source-properties-property-builder function updates a CfnFlow$GoogleAnalyticsSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$GoogleAnalyticsSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-google-analytics-source-properties-property-builder function updates a CfnFlow$GoogleAnalyticsSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$GoogleAnalyticsSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-incremental-pull-config-property-builderclj

(build-cfn-flow-incremental-pull-config-property-builder builder id config)

The build-cfn-flow-incremental-pull-config-property-builder function updates a CfnFlow$IncrementalPullConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$IncrementalPullConfigProperty$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
datetimeTypeFieldNamejava.lang.Stringcdk.support/lookup-entry:datetime-type-field-name
The build-cfn-flow-incremental-pull-config-property-builder function updates a CfnFlow$IncrementalPullConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$IncrementalPullConfigProperty$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 |
|---|---|---|---|
| `datetimeTypeFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:datetime-type-field-name` |
sourceraw docstring

build-cfn-flow-infor-nexus-source-properties-property-builderclj

(build-cfn-flow-infor-nexus-source-properties-property-builder builder
                                                               id
                                                               config)

The build-cfn-flow-infor-nexus-source-properties-property-builder function updates a CfnFlow$InforNexusSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$InforNexusSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-infor-nexus-source-properties-property-builder function updates a CfnFlow$InforNexusSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$InforNexusSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-lookout-metrics-destination-properties-property-builderclj

(build-cfn-flow-lookout-metrics-destination-properties-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-flow-lookout-metrics-destination-properties-property-builder function updates a CfnFlow$LookoutMetricsDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$LookoutMetricsDestinationPropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-lookout-metrics-destination-properties-property-builder function updates a CfnFlow$LookoutMetricsDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$LookoutMetricsDestinationPropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-marketo-destination-properties-property-builderclj

(build-cfn-flow-marketo-destination-properties-property-builder builder
                                                                id
                                                                config)

The build-cfn-flow-marketo-destination-properties-property-builder function updates a CfnFlow$MarketoDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$MarketoDestinationPropertiesProperty$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
errorHandlingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error-handling-config
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-marketo-destination-properties-property-builder function updates a CfnFlow$MarketoDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$MarketoDestinationPropertiesProperty$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 |
|---|---|---|---|
| `errorHandlingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-marketo-source-properties-property-builderclj

(build-cfn-flow-marketo-source-properties-property-builder builder id config)

The build-cfn-flow-marketo-source-properties-property-builder function updates a CfnFlow$MarketoSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$MarketoSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-marketo-source-properties-property-builder function updates a CfnFlow$MarketoSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$MarketoSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-metadata-catalog-config-property-builderclj

(build-cfn-flow-metadata-catalog-config-property-builder builder id config)

The build-cfn-flow-metadata-catalog-config-property-builder function updates a CfnFlow$MetadataCatalogConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$MetadataCatalogConfigProperty$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
glueDataCatalogsoftware.amazon.awscdk.services.appflow.CfnFlow$GlueDataCatalogPropertycdk.support/lookup-entry:glue-data-catalog
The build-cfn-flow-metadata-catalog-config-property-builder function updates a CfnFlow$MetadataCatalogConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$MetadataCatalogConfigProperty$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 |
|---|---|---|---|
| `glueDataCatalog` | software.amazon.awscdk.services.appflow.CfnFlow$GlueDataCatalogProperty | [[cdk.support/lookup-entry]] | `:glue-data-catalog` |
sourceraw docstring

build-cfn-flow-pardot-source-properties-property-builderclj

(build-cfn-flow-pardot-source-properties-property-builder builder id config)

The build-cfn-flow-pardot-source-properties-property-builder function updates a CfnFlow$PardotSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$PardotSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-pardot-source-properties-property-builder function updates a CfnFlow$PardotSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$PardotSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-prefix-config-property-builderclj

(build-cfn-flow-prefix-config-property-builder builder id config)

The build-cfn-flow-prefix-config-property-builder function updates a CfnFlow$PrefixConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$PrefixConfigProperty$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
pathPrefixHierarchyjava.util.Listcdk.support/lookup-entry:path-prefix-hierarchy
prefixFormatjava.lang.Stringcdk.support/lookup-entry:prefix-format
prefixTypejava.lang.Stringcdk.support/lookup-entry:prefix-type
The build-cfn-flow-prefix-config-property-builder function updates a CfnFlow$PrefixConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$PrefixConfigProperty$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 |
|---|---|---|---|
| `pathPrefixHierarchy` | java.util.List | [[cdk.support/lookup-entry]] | `:path-prefix-hierarchy` |
| `prefixFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-format` |
| `prefixType` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-type` |
sourceraw docstring

build-cfn-flow-props-builderclj

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

The build-cfn-flow-props-builder function updates a CfnFlowProps$Builder instance using the provided configuration. The function takes the CfnFlowProps$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
destinationFlowConfigListsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-flow-config-list
flowNamejava.lang.Stringcdk.support/lookup-entry:flow-name
flowStatusjava.lang.Stringcdk.support/lookup-entry:flow-status
kmsArnjava.lang.Stringcdk.support/lookup-entry:kms-arn
metadataCatalogConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$MetadataCatalogConfigPropertycdk.support/lookup-entry:metadata-catalog-config
sourceFlowConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$SourceFlowConfigPropertycdk.support/lookup-entry:source-flow-config
tagsjava.util.Listcdk.support/lookup-entry:tags
taskssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tasks
triggerConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trigger-config
The build-cfn-flow-props-builder function updates a CfnFlowProps$Builder instance using the provided configuration.
  The function takes the CfnFlowProps$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` |
| `destinationFlowConfigList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-flow-config-list` |
| `flowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-name` |
| `flowStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-status` |
| `kmsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-arn` |
| `metadataCatalogConfig` | software.amazon.awscdk.services.appflow.CfnFlow$MetadataCatalogConfigProperty | [[cdk.support/lookup-entry]] | `:metadata-catalog-config` |
| `sourceFlowConfig` | software.amazon.awscdk.services.appflow.CfnFlow$SourceFlowConfigProperty | [[cdk.support/lookup-entry]] | `:source-flow-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tasks` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tasks` |
| `triggerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger-config` |
sourceraw docstring

build-cfn-flow-redshift-destination-properties-property-builderclj

(build-cfn-flow-redshift-destination-properties-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-flow-redshift-destination-properties-property-builder function updates a CfnFlow$RedshiftDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$RedshiftDestinationPropertiesProperty$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
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
errorHandlingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error-handling-config
intermediateBucketNamejava.lang.Stringcdk.support/lookup-entry:intermediate-bucket-name
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-redshift-destination-properties-property-builder function updates a CfnFlow$RedshiftDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$RedshiftDestinationPropertiesProperty$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 |
|---|---|---|---|
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `errorHandlingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `intermediateBucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:intermediate-bucket-name` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-s3-destination-properties-property-builderclj

(build-cfn-flow-s3-destination-properties-property-builder builder id config)

The build-cfn-flow-s3-destination-properties-property-builder function updates a CfnFlow$S3DestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$S3DestinationPropertiesProperty$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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
s3OutputFormatConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-output-format-config
The build-cfn-flow-s3-destination-properties-property-builder function updates a CfnFlow$S3DestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$S3DestinationPropertiesProperty$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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `s3OutputFormatConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-output-format-config` |
sourceraw docstring

build-cfn-flow-s3-input-format-config-property-builderclj

(build-cfn-flow-s3-input-format-config-property-builder builder id config)

The build-cfn-flow-s3-input-format-config-property-builder function updates a CfnFlow$S3InputFormatConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$S3InputFormatConfigProperty$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
s3InputFileTypejava.lang.Stringcdk.support/lookup-entry:s3-input-file-type
The build-cfn-flow-s3-input-format-config-property-builder function updates a CfnFlow$S3InputFormatConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$S3InputFormatConfigProperty$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 |
|---|---|---|---|
| `s3InputFileType` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-input-file-type` |
sourceraw docstring

build-cfn-flow-s3-output-format-config-property-builderclj

(build-cfn-flow-s3-output-format-config-property-builder builder id config)

The build-cfn-flow-s3-output-format-config-property-builder function updates a CfnFlow$S3OutputFormatConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$S3OutputFormatConfigProperty$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
aggregationConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$AggregationConfigPropertycdk.support/lookup-entry:aggregation-config
fileTypejava.lang.Stringcdk.support/lookup-entry:file-type
prefixConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$PrefixConfigPropertycdk.support/lookup-entry:prefix-config
preserveSourceDataTypingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:preserve-source-data-typing
The build-cfn-flow-s3-output-format-config-property-builder function updates a CfnFlow$S3OutputFormatConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$S3OutputFormatConfigProperty$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 |
|---|---|---|---|
| `aggregationConfig` | software.amazon.awscdk.services.appflow.CfnFlow$AggregationConfigProperty | [[cdk.support/lookup-entry]] | `:aggregation-config` |
| `fileType` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-type` |
| `prefixConfig` | software.amazon.awscdk.services.appflow.CfnFlow$PrefixConfigProperty | [[cdk.support/lookup-entry]] | `:prefix-config` |
| `preserveSourceDataTyping` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:preserve-source-data-typing` |
sourceraw docstring

build-cfn-flow-s3-source-properties-property-builderclj

(build-cfn-flow-s3-source-properties-property-builder builder id config)

The build-cfn-flow-s3-source-properties-property-builder function updates a CfnFlow$S3SourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$S3SourcePropertiesProperty$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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
s3InputFormatConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$S3InputFormatConfigPropertycdk.support/lookup-entry:s3-input-format-config
The build-cfn-flow-s3-source-properties-property-builder function updates a CfnFlow$S3SourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$S3SourcePropertiesProperty$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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `s3InputFormatConfig` | software.amazon.awscdk.services.appflow.CfnFlow$S3InputFormatConfigProperty | [[cdk.support/lookup-entry]] | `:s3-input-format-config` |
sourceraw docstring

build-cfn-flow-salesforce-destination-properties-property-builderclj

(build-cfn-flow-salesforce-destination-properties-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-flow-salesforce-destination-properties-property-builder function updates a CfnFlow$SalesforceDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SalesforceDestinationPropertiesProperty$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
dataTransferApijava.lang.Stringcdk.support/lookup-entry:data-transfer-api
errorHandlingConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$ErrorHandlingConfigPropertycdk.support/lookup-entry:error-handling-config
idFieldNamesjava.util.Listcdk.support/lookup-entry:id-field-names
objectjava.lang.Stringcdk.support/lookup-entry:object
writeOperationTypejava.lang.Stringcdk.support/lookup-entry:write-operation-type
The build-cfn-flow-salesforce-destination-properties-property-builder function updates a CfnFlow$SalesforceDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SalesforceDestinationPropertiesProperty$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 |
|---|---|---|---|
| `dataTransferApi` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-transfer-api` |
| `errorHandlingConfig` | software.amazon.awscdk.services.appflow.CfnFlow$ErrorHandlingConfigProperty | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `idFieldNames` | java.util.List | [[cdk.support/lookup-entry]] | `:id-field-names` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
| `writeOperationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:write-operation-type` |
sourceraw docstring

build-cfn-flow-salesforce-source-properties-property-builderclj

(build-cfn-flow-salesforce-source-properties-property-builder builder id config)

The build-cfn-flow-salesforce-source-properties-property-builder function updates a CfnFlow$SalesforceSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SalesforceSourcePropertiesProperty$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
dataTransferApijava.lang.Stringcdk.support/lookup-entry:data-transfer-api
enableDynamicFieldUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-dynamic-field-update
includeDeletedRecordsjava.lang.Booleancdk.support/lookup-entry:include-deleted-records
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-salesforce-source-properties-property-builder function updates a CfnFlow$SalesforceSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SalesforceSourcePropertiesProperty$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 |
|---|---|---|---|
| `dataTransferApi` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-transfer-api` |
| `enableDynamicFieldUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-dynamic-field-update` |
| `includeDeletedRecords` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-deleted-records` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-sapo-data-destination-properties-property-builderclj

(build-cfn-flow-sapo-data-destination-properties-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-flow-sapo-data-destination-properties-property-builder function updates a CfnFlow$SAPODataDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SAPODataDestinationPropertiesProperty$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
errorHandlingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error-handling-config
idFieldNamesjava.util.Listcdk.support/lookup-entry:id-field-names
objectPathjava.lang.Stringcdk.support/lookup-entry:object-path
successResponseHandlingConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$SuccessResponseHandlingConfigPropertycdk.support/lookup-entry:success-response-handling-config
writeOperationTypejava.lang.Stringcdk.support/lookup-entry:write-operation-type
The build-cfn-flow-sapo-data-destination-properties-property-builder function updates a CfnFlow$SAPODataDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SAPODataDestinationPropertiesProperty$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 |
|---|---|---|---|
| `errorHandlingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `idFieldNames` | java.util.List | [[cdk.support/lookup-entry]] | `:id-field-names` |
| `objectPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-path` |
| `successResponseHandlingConfig` | software.amazon.awscdk.services.appflow.CfnFlow$SuccessResponseHandlingConfigProperty | [[cdk.support/lookup-entry]] | `:success-response-handling-config` |
| `writeOperationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:write-operation-type` |
sourceraw docstring

build-cfn-flow-sapo-data-pagination-config-property-builderclj

(build-cfn-flow-sapo-data-pagination-config-property-builder builder id config)

The build-cfn-flow-sapo-data-pagination-config-property-builder function updates a CfnFlow$SAPODataPaginationConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SAPODataPaginationConfigProperty$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
maxPageSizejava.lang.Numbercdk.support/lookup-entry:max-page-size
The build-cfn-flow-sapo-data-pagination-config-property-builder function updates a CfnFlow$SAPODataPaginationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SAPODataPaginationConfigProperty$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 |
|---|---|---|---|
| `maxPageSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-page-size` |
sourceraw docstring

build-cfn-flow-sapo-data-parallelism-config-property-builderclj

(build-cfn-flow-sapo-data-parallelism-config-property-builder builder id config)

The build-cfn-flow-sapo-data-parallelism-config-property-builder function updates a CfnFlow$SAPODataParallelismConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SAPODataParallelismConfigProperty$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
maxParallelismjava.lang.Numbercdk.support/lookup-entry:max-parallelism
The build-cfn-flow-sapo-data-parallelism-config-property-builder function updates a CfnFlow$SAPODataParallelismConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SAPODataParallelismConfigProperty$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 |
|---|---|---|---|
| `maxParallelism` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-parallelism` |
sourceraw docstring

build-cfn-flow-sapo-data-source-properties-property-builderclj

(build-cfn-flow-sapo-data-source-properties-property-builder builder id config)

The build-cfn-flow-sapo-data-source-properties-property-builder function updates a CfnFlow$SAPODataSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SAPODataSourcePropertiesProperty$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
objectPathjava.lang.Stringcdk.support/lookup-entry:object-path
paginationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pagination-config
parallelismConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parallelism-config
The build-cfn-flow-sapo-data-source-properties-property-builder function updates a CfnFlow$SAPODataSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SAPODataSourcePropertiesProperty$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 |
|---|---|---|---|
| `objectPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-path` |
| `paginationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pagination-config` |
| `parallelismConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parallelism-config` |
sourceraw docstring

build-cfn-flow-scheduled-trigger-properties-property-builderclj

(build-cfn-flow-scheduled-trigger-properties-property-builder builder id config)

The build-cfn-flow-scheduled-trigger-properties-property-builder function updates a CfnFlow$ScheduledTriggerPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$ScheduledTriggerPropertiesProperty$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
dataPullModejava.lang.Stringcdk.support/lookup-entry:data-pull-mode
firstExecutionFromjava.lang.Numbercdk.support/lookup-entry:first-execution-from
flowErrorDeactivationThresholdjava.lang.Numbercdk.support/lookup-entry:flow-error-deactivation-threshold
scheduleEndTimejava.lang.Numbercdk.support/lookup-entry:schedule-end-time
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
scheduleOffsetjava.lang.Numbercdk.support/lookup-entry:schedule-offset
scheduleStartTimejava.lang.Numbercdk.support/lookup-entry:schedule-start-time
timeZonejava.lang.Stringcdk.support/lookup-entry:time-zone
The build-cfn-flow-scheduled-trigger-properties-property-builder function updates a CfnFlow$ScheduledTriggerPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$ScheduledTriggerPropertiesProperty$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 |
|---|---|---|---|
| `dataPullMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-pull-mode` |
| `firstExecutionFrom` | java.lang.Number | [[cdk.support/lookup-entry]] | `:first-execution-from` |
| `flowErrorDeactivationThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:flow-error-deactivation-threshold` |
| `scheduleEndTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-end-time` |
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
| `scheduleOffset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-offset` |
| `scheduleStartTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-start-time` |
| `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
sourceraw docstring

build-cfn-flow-service-now-source-properties-property-builderclj

(build-cfn-flow-service-now-source-properties-property-builder builder
                                                               id
                                                               config)

The build-cfn-flow-service-now-source-properties-property-builder function updates a CfnFlow$ServiceNowSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$ServiceNowSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-service-now-source-properties-property-builder function updates a CfnFlow$ServiceNowSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$ServiceNowSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-singular-source-properties-property-builderclj

(build-cfn-flow-singular-source-properties-property-builder builder id config)

The build-cfn-flow-singular-source-properties-property-builder function updates a CfnFlow$SingularSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SingularSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-singular-source-properties-property-builder function updates a CfnFlow$SingularSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SingularSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-slack-source-properties-property-builderclj

(build-cfn-flow-slack-source-properties-property-builder builder id config)

The build-cfn-flow-slack-source-properties-property-builder function updates a CfnFlow$SlackSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SlackSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-slack-source-properties-property-builder function updates a CfnFlow$SlackSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SlackSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-snowflake-destination-properties-property-builderclj

(build-cfn-flow-snowflake-destination-properties-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-flow-snowflake-destination-properties-property-builder function updates a CfnFlow$SnowflakeDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SnowflakeDestinationPropertiesProperty$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
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
errorHandlingConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$ErrorHandlingConfigPropertycdk.support/lookup-entry:error-handling-config
intermediateBucketNamejava.lang.Stringcdk.support/lookup-entry:intermediate-bucket-name
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-snowflake-destination-properties-property-builder function updates a CfnFlow$SnowflakeDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SnowflakeDestinationPropertiesProperty$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 |
|---|---|---|---|
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `errorHandlingConfig` | software.amazon.awscdk.services.appflow.CfnFlow$ErrorHandlingConfigProperty | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `intermediateBucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:intermediate-bucket-name` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-source-connector-properties-property-builderclj

(build-cfn-flow-source-connector-properties-property-builder builder id config)

The build-cfn-flow-source-connector-properties-property-builder function updates a CfnFlow$SourceConnectorPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SourceConnectorPropertiesProperty$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
amplitudesoftware.amazon.awscdk.services.appflow.CfnFlow$AmplitudeSourcePropertiesPropertycdk.support/lookup-entry:amplitude
customConnectorsoftware.amazon.awscdk.services.appflow.CfnFlow$CustomConnectorSourcePropertiesPropertycdk.support/lookup-entry:custom-connector
datadogsoftware.amazon.awscdk.services.appflow.CfnFlow$DatadogSourcePropertiesPropertycdk.support/lookup-entry:datadog
dynatracesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynatrace
googleAnalyticssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:google-analytics
inforNexussoftware.amazon.awscdk.services.appflow.CfnFlow$InforNexusSourcePropertiesPropertycdk.support/lookup-entry:infor-nexus
marketosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:marketo
pardotsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pardot
s3software.amazon.awscdk.services.appflow.CfnFlow$S3SourcePropertiesPropertycdk.support/lookup-entry:s3
salesforcesoftware.amazon.awscdk.services.appflow.CfnFlow$SalesforceSourcePropertiesPropertycdk.support/lookup-entry:salesforce
sapoDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sapo-data
serviceNowsoftware.amazon.awscdk.services.appflow.CfnFlow$ServiceNowSourcePropertiesPropertycdk.support/lookup-entry:service-now
singularsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:singular
slacksoftware.amazon.awscdk.services.appflow.CfnFlow$SlackSourcePropertiesPropertycdk.support/lookup-entry:slack
trendmicrosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trendmicro
veevasoftware.amazon.awscdk.services.appflow.CfnFlow$VeevaSourcePropertiesPropertycdk.support/lookup-entry:veeva
zendesksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:zendesk
The build-cfn-flow-source-connector-properties-property-builder function updates a CfnFlow$SourceConnectorPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SourceConnectorPropertiesProperty$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 |
|---|---|---|---|
| `amplitude` | software.amazon.awscdk.services.appflow.CfnFlow$AmplitudeSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:amplitude` |
| `customConnector` | software.amazon.awscdk.services.appflow.CfnFlow$CustomConnectorSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:custom-connector` |
| `datadog` | software.amazon.awscdk.services.appflow.CfnFlow$DatadogSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:datadog` |
| `dynatrace` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynatrace` |
| `googleAnalytics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:google-analytics` |
| `inforNexus` | software.amazon.awscdk.services.appflow.CfnFlow$InforNexusSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:infor-nexus` |
| `marketo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:marketo` |
| `pardot` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pardot` |
| `s3` | software.amazon.awscdk.services.appflow.CfnFlow$S3SourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:s3` |
| `salesforce` | software.amazon.awscdk.services.appflow.CfnFlow$SalesforceSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:salesforce` |
| `sapoData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sapo-data` |
| `serviceNow` | software.amazon.awscdk.services.appflow.CfnFlow$ServiceNowSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:service-now` |
| `singular` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:singular` |
| `slack` | software.amazon.awscdk.services.appflow.CfnFlow$SlackSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:slack` |
| `trendmicro` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trendmicro` |
| `veeva` | software.amazon.awscdk.services.appflow.CfnFlow$VeevaSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:veeva` |
| `zendesk` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-flow-source-flow-config-property-builderclj

(build-cfn-flow-source-flow-config-property-builder builder id config)

The build-cfn-flow-source-flow-config-property-builder function updates a CfnFlow$SourceFlowConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SourceFlowConfigProperty$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
apiVersionjava.lang.Stringcdk.support/lookup-entry:api-version
connectorProfileNamejava.lang.Stringcdk.support/lookup-entry:connector-profile-name
connectorTypejava.lang.Stringcdk.support/lookup-entry:connector-type
incrementalPullConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:incremental-pull-config
sourceConnectorPropertiessoftware.amazon.awscdk.services.appflow.CfnFlow$SourceConnectorPropertiesPropertycdk.support/lookup-entry:source-connector-properties
The build-cfn-flow-source-flow-config-property-builder function updates a CfnFlow$SourceFlowConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SourceFlowConfigProperty$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 |
|---|---|---|---|
| `apiVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-version` |
| `connectorProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-profile-name` |
| `connectorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-type` |
| `incrementalPullConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:incremental-pull-config` |
| `sourceConnectorProperties` | software.amazon.awscdk.services.appflow.CfnFlow$SourceConnectorPropertiesProperty | [[cdk.support/lookup-entry]] | `:source-connector-properties` |
sourceraw docstring

build-cfn-flow-success-response-handling-config-property-builderclj

(build-cfn-flow-success-response-handling-config-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-flow-success-response-handling-config-property-builder function updates a CfnFlow$SuccessResponseHandlingConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$SuccessResponseHandlingConfigProperty$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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
The build-cfn-flow-success-response-handling-config-property-builder function updates a CfnFlow$SuccessResponseHandlingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$SuccessResponseHandlingConfigProperty$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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
sourceraw docstring

build-cfn-flow-task-properties-object-property-builderclj

(build-cfn-flow-task-properties-object-property-builder builder id config)

The build-cfn-flow-task-properties-object-property-builder function updates a CfnFlow$TaskPropertiesObjectProperty$Builder instance using the provided configuration. The function takes the CfnFlow$TaskPropertiesObjectProperty$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-flow-task-properties-object-property-builder function updates a CfnFlow$TaskPropertiesObjectProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$TaskPropertiesObjectProperty$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-flow-task-property-builderclj

(build-cfn-flow-task-property-builder builder id config)

The build-cfn-flow-task-property-builder function updates a CfnFlow$TaskProperty$Builder instance using the provided configuration. The function takes the CfnFlow$TaskProperty$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
connectorOperatorsoftware.amazon.awscdk.services.appflow.CfnFlow$ConnectorOperatorPropertycdk.support/lookup-entry:connector-operator
destinationFieldjava.lang.Stringcdk.support/lookup-entry:destination-field
sourceFieldsjava.util.Listcdk.support/lookup-entry:source-fields
taskPropertiesjava.util.Listcdk.support/lookup-entry:task-properties
taskTypejava.lang.Stringcdk.support/lookup-entry:task-type
The build-cfn-flow-task-property-builder function updates a CfnFlow$TaskProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$TaskProperty$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 |
|---|---|---|---|
| `connectorOperator` | software.amazon.awscdk.services.appflow.CfnFlow$ConnectorOperatorProperty | [[cdk.support/lookup-entry]] | `:connector-operator` |
| `destinationField` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-field` |
| `sourceFields` | java.util.List | [[cdk.support/lookup-entry]] | `:source-fields` |
| `taskProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:task-properties` |
| `taskType` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-type` |
sourceraw docstring

build-cfn-flow-trendmicro-source-properties-property-builderclj

(build-cfn-flow-trendmicro-source-properties-property-builder builder id config)

The build-cfn-flow-trendmicro-source-properties-property-builder function updates a CfnFlow$TrendmicroSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$TrendmicroSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-trendmicro-source-properties-property-builder function updates a CfnFlow$TrendmicroSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$TrendmicroSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-trigger-config-property-builderclj

(build-cfn-flow-trigger-config-property-builder builder id config)

The build-cfn-flow-trigger-config-property-builder function updates a CfnFlow$TriggerConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$TriggerConfigProperty$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
triggerPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trigger-properties
triggerTypejava.lang.Stringcdk.support/lookup-entry:trigger-type
The build-cfn-flow-trigger-config-property-builder function updates a CfnFlow$TriggerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$TriggerConfigProperty$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 |
|---|---|---|---|
| `triggerProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger-properties` |
| `triggerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger-type` |
sourceraw docstring

build-cfn-flow-upsolver-destination-properties-property-builderclj

(build-cfn-flow-upsolver-destination-properties-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-flow-upsolver-destination-properties-property-builder function updates a CfnFlow$UpsolverDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$UpsolverDestinationPropertiesProperty$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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
s3OutputFormatConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-output-format-config
The build-cfn-flow-upsolver-destination-properties-property-builder function updates a CfnFlow$UpsolverDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$UpsolverDestinationPropertiesProperty$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 |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `s3OutputFormatConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-output-format-config` |
sourceraw docstring

build-cfn-flow-upsolver-s3-output-format-config-property-builderclj

(build-cfn-flow-upsolver-s3-output-format-config-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-flow-upsolver-s3-output-format-config-property-builder function updates a CfnFlow$UpsolverS3OutputFormatConfigProperty$Builder instance using the provided configuration. The function takes the CfnFlow$UpsolverS3OutputFormatConfigProperty$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
aggregationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:aggregation-config
fileTypejava.lang.Stringcdk.support/lookup-entry:file-type
prefixConfigsoftware.amazon.awscdk.services.appflow.CfnFlow$PrefixConfigPropertycdk.support/lookup-entry:prefix-config
The build-cfn-flow-upsolver-s3-output-format-config-property-builder function updates a CfnFlow$UpsolverS3OutputFormatConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$UpsolverS3OutputFormatConfigProperty$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 |
|---|---|---|---|
| `aggregationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aggregation-config` |
| `fileType` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-type` |
| `prefixConfig` | software.amazon.awscdk.services.appflow.CfnFlow$PrefixConfigProperty | [[cdk.support/lookup-entry]] | `:prefix-config` |
sourceraw docstring

build-cfn-flow-veeva-source-properties-property-builderclj

(build-cfn-flow-veeva-source-properties-property-builder builder id config)

The build-cfn-flow-veeva-source-properties-property-builder function updates a CfnFlow$VeevaSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$VeevaSourcePropertiesProperty$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
documentTypejava.lang.Stringcdk.support/lookup-entry:document-type
includeAllVersionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-all-versions
includeRenditionsjava.lang.Booleancdk.support/lookup-entry:include-renditions
includeSourceFilessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-source-files
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-veeva-source-properties-property-builder function updates a CfnFlow$VeevaSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$VeevaSourcePropertiesProperty$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 |
|---|---|---|---|
| `documentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-type` |
| `includeAllVersions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-all-versions` |
| `includeRenditions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-renditions` |
| `includeSourceFiles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-source-files` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-flow-zendesk-destination-properties-property-builderclj

(build-cfn-flow-zendesk-destination-properties-property-builder builder
                                                                id
                                                                config)

The build-cfn-flow-zendesk-destination-properties-property-builder function updates a CfnFlow$ZendeskDestinationPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$ZendeskDestinationPropertiesProperty$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
errorHandlingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:error-handling-config
idFieldNamesjava.util.Listcdk.support/lookup-entry:id-field-names
objectjava.lang.Stringcdk.support/lookup-entry:object
writeOperationTypejava.lang.Stringcdk.support/lookup-entry:write-operation-type
The build-cfn-flow-zendesk-destination-properties-property-builder function updates a CfnFlow$ZendeskDestinationPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$ZendeskDestinationPropertiesProperty$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 |
|---|---|---|---|
| `errorHandlingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:error-handling-config` |
| `idFieldNames` | java.util.List | [[cdk.support/lookup-entry]] | `:id-field-names` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
| `writeOperationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:write-operation-type` |
sourceraw docstring

build-cfn-flow-zendesk-source-properties-property-builderclj

(build-cfn-flow-zendesk-source-properties-property-builder builder id config)

The build-cfn-flow-zendesk-source-properties-property-builder function updates a CfnFlow$ZendeskSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnFlow$ZendeskSourcePropertiesProperty$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
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-flow-zendesk-source-properties-property-builder function updates a CfnFlow$ZendeskSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnFlow$ZendeskSourcePropertiesProperty$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 |
|---|---|---|---|
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

cfn-connector-builderclj

(cfn-connector-builder scope id config)

Creates a CfnConnector$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  `CfnConnector$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-connector-connector-provisioning-config-property-builderclj

(cfn-connector-connector-provisioning-config-property-builder id config)

Creates a CfnConnector$ConnectorProvisioningConfigProperty$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  `CfnConnector$ConnectorProvisioningConfigProperty$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-connector-lambda-connector-provisioning-config-property-builderclj

(cfn-connector-lambda-connector-provisioning-config-property-builder id config)

Creates a CfnConnector$LambdaConnectorProvisioningConfigProperty$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  `CfnConnector$LambdaConnectorProvisioningConfigProperty$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-connector-profile-amplitude-connector-profile-credentials-property-builderclj

(cfn-connector-profile-amplitude-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$AmplitudeConnectorProfileCredentialsProperty$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-connector-profile-api-key-credentials-property-builderclj

(cfn-connector-profile-api-key-credentials-property-builder id config)

Creates a CfnConnectorProfile$ApiKeyCredentialsProperty$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  `CfnConnectorProfile$ApiKeyCredentialsProperty$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-connector-profile-basic-auth-credentials-property-builderclj

(cfn-connector-profile-basic-auth-credentials-property-builder id config)

Creates a CfnConnectorProfile$BasicAuthCredentialsProperty$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  `CfnConnectorProfile$BasicAuthCredentialsProperty$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-connector-profile-builderclj

(cfn-connector-profile-builder scope id config)

Creates a CfnConnectorProfile$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  `CfnConnectorProfile$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-connector-profile-connector-o-auth-request-property-builderclj

(cfn-connector-profile-connector-o-auth-request-property-builder id config)

Creates a CfnConnectorProfile$ConnectorOAuthRequestProperty$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  `CfnConnectorProfile$ConnectorOAuthRequestProperty$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-connector-profile-connector-profile-config-property-builderclj

(cfn-connector-profile-connector-profile-config-property-builder id config)

Creates a CfnConnectorProfile$ConnectorProfileConfigProperty$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  `CfnConnectorProfile$ConnectorProfileConfigProperty$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-connector-profile-connector-profile-credentials-property-builderclj

(cfn-connector-profile-connector-profile-credentials-property-builder id config)

Creates a CfnConnectorProfile$ConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$ConnectorProfileCredentialsProperty$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-connector-profile-connector-profile-properties-property-builderclj

(cfn-connector-profile-connector-profile-properties-property-builder id config)

Creates a CfnConnectorProfile$ConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$ConnectorProfilePropertiesProperty$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-connector-profile-custom-auth-credentials-property-builderclj

(cfn-connector-profile-custom-auth-credentials-property-builder id config)

Creates a CfnConnectorProfile$CustomAuthCredentialsProperty$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  `CfnConnectorProfile$CustomAuthCredentialsProperty$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-connector-profile-custom-connector-profile-credentials-property-builderclj

(cfn-connector-profile-custom-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$CustomConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$CustomConnectorProfileCredentialsProperty$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-connector-profile-custom-connector-profile-properties-property-builderclj

(cfn-connector-profile-custom-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$CustomConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$CustomConnectorProfilePropertiesProperty$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-connector-profile-datadog-connector-profile-credentials-property-builderclj

(cfn-connector-profile-datadog-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$DatadogConnectorProfileCredentialsProperty$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-connector-profile-datadog-connector-profile-properties-property-builderclj

(cfn-connector-profile-datadog-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$DatadogConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$DatadogConnectorProfilePropertiesProperty$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-connector-profile-dynatrace-connector-profile-credentials-property-builderclj

(cfn-connector-profile-dynatrace-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$DynatraceConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$DynatraceConnectorProfileCredentialsProperty$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-connector-profile-dynatrace-connector-profile-properties-property-builderclj

(cfn-connector-profile-dynatrace-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$DynatraceConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$DynatraceConnectorProfilePropertiesProperty$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-connector-profile-google-analytics-connector-profile-credentials-property-builderclj

(cfn-connector-profile-google-analytics-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$GoogleAnalyticsConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$GoogleAnalyticsConnectorProfileCredentialsProperty$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-connector-profile-infor-nexus-connector-profile-credentials-property-builderclj

(cfn-connector-profile-infor-nexus-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$InforNexusConnectorProfileCredentialsProperty$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-connector-profile-infor-nexus-connector-profile-properties-property-builderclj

(cfn-connector-profile-infor-nexus-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$InforNexusConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$InforNexusConnectorProfilePropertiesProperty$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-connector-profile-marketo-connector-profile-credentials-property-builderclj

(cfn-connector-profile-marketo-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$MarketoConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$MarketoConnectorProfileCredentialsProperty$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-connector-profile-marketo-connector-profile-properties-property-builderclj

(cfn-connector-profile-marketo-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$MarketoConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$MarketoConnectorProfilePropertiesProperty$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-connector-profile-o-auth-credentials-property-builderclj

(cfn-connector-profile-o-auth-credentials-property-builder id config)

Creates a CfnConnectorProfile$OAuthCredentialsProperty$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  `CfnConnectorProfile$OAuthCredentialsProperty$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-connector-profile-o-auth-properties-property-builderclj

(cfn-connector-profile-o-auth-properties-property-builder id config)

Creates a CfnConnectorProfile$OAuthPropertiesProperty$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  `CfnConnectorProfile$OAuthPropertiesProperty$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-connector-profile-o-auth2-credentials-property-builderclj

(cfn-connector-profile-o-auth2-credentials-property-builder id config)

Creates a CfnConnectorProfile$OAuth2CredentialsProperty$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  `CfnConnectorProfile$OAuth2CredentialsProperty$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-connector-profile-o-auth2-properties-property-builderclj

(cfn-connector-profile-o-auth2-properties-property-builder id config)

Creates a CfnConnectorProfile$OAuth2PropertiesProperty$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  `CfnConnectorProfile$OAuth2PropertiesProperty$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-connector-profile-pardot-connector-profile-credentials-property-builderclj

(cfn-connector-profile-pardot-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$PardotConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$PardotConnectorProfileCredentialsProperty$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-connector-profile-pardot-connector-profile-properties-property-builderclj

(cfn-connector-profile-pardot-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$PardotConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$PardotConnectorProfilePropertiesProperty$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-connector-profile-props-builderclj

(cfn-connector-profile-props-builder id config)

Creates a CfnConnectorProfileProps$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  `CfnConnectorProfileProps$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-connector-profile-redshift-connector-profile-credentials-property-builderclj

(cfn-connector-profile-redshift-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$RedshiftConnectorProfileCredentialsProperty$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-connector-profile-redshift-connector-profile-properties-property-builderclj

(cfn-connector-profile-redshift-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$RedshiftConnectorProfilePropertiesProperty$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-connector-profile-salesforce-connector-profile-credentials-property-builderclj

(cfn-connector-profile-salesforce-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$SalesforceConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$SalesforceConnectorProfileCredentialsProperty$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-connector-profile-salesforce-connector-profile-properties-property-builderclj

(cfn-connector-profile-salesforce-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$SalesforceConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$SalesforceConnectorProfilePropertiesProperty$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-connector-profile-sapo-data-connector-profile-credentials-property-builderclj

(cfn-connector-profile-sapo-data-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$SAPODataConnectorProfileCredentialsProperty$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-connector-profile-sapo-data-connector-profile-properties-property-builderclj

(cfn-connector-profile-sapo-data-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$SAPODataConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$SAPODataConnectorProfilePropertiesProperty$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-connector-profile-service-now-connector-profile-credentials-property-builderclj

(cfn-connector-profile-service-now-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$ServiceNowConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$ServiceNowConnectorProfileCredentialsProperty$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-connector-profile-service-now-connector-profile-properties-property-builderclj

(cfn-connector-profile-service-now-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$ServiceNowConnectorProfilePropertiesProperty$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-connector-profile-singular-connector-profile-credentials-property-builderclj

(cfn-connector-profile-singular-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$SingularConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$SingularConnectorProfileCredentialsProperty$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-connector-profile-slack-connector-profile-credentials-property-builderclj

(cfn-connector-profile-slack-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$SlackConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$SlackConnectorProfileCredentialsProperty$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-connector-profile-slack-connector-profile-properties-property-builderclj

(cfn-connector-profile-slack-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$SlackConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$SlackConnectorProfilePropertiesProperty$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-connector-profile-snowflake-connector-profile-credentials-property-builderclj

(cfn-connector-profile-snowflake-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$SnowflakeConnectorProfileCredentialsProperty$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-connector-profile-snowflake-connector-profile-properties-property-builderclj

(cfn-connector-profile-snowflake-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$SnowflakeConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$SnowflakeConnectorProfilePropertiesProperty$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-connector-profile-trendmicro-connector-profile-credentials-property-builderclj

(cfn-connector-profile-trendmicro-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$TrendmicroConnectorProfileCredentialsProperty$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-connector-profile-veeva-connector-profile-credentials-property-builderclj

(cfn-connector-profile-veeva-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$VeevaConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$VeevaConnectorProfileCredentialsProperty$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-connector-profile-veeva-connector-profile-properties-property-builderclj

(cfn-connector-profile-veeva-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$VeevaConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$VeevaConnectorProfilePropertiesProperty$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-connector-profile-zendesk-connector-profile-credentials-property-builderclj

(cfn-connector-profile-zendesk-connector-profile-credentials-property-builder
  id
  config)

Creates a CfnConnectorProfile$ZendeskConnectorProfileCredentialsProperty$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  `CfnConnectorProfile$ZendeskConnectorProfileCredentialsProperty$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-connector-profile-zendesk-connector-profile-properties-property-builderclj

(cfn-connector-profile-zendesk-connector-profile-properties-property-builder
  id
  config)

Creates a CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty$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  `CfnConnectorProfile$ZendeskConnectorProfilePropertiesProperty$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-connector-props-builderclj

(cfn-connector-props-builder id config)

Creates a CfnConnectorProps$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  `CfnConnectorProps$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-flow-aggregation-config-property-builderclj

(cfn-flow-aggregation-config-property-builder id config)

Creates a CfnFlow$AggregationConfigProperty$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  `CfnFlow$AggregationConfigProperty$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-flow-amplitude-source-properties-property-builderclj

(cfn-flow-amplitude-source-properties-property-builder id config)

Creates a CfnFlow$AmplitudeSourcePropertiesProperty$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  `CfnFlow$AmplitudeSourcePropertiesProperty$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-flow-builderclj

(cfn-flow-builder scope id config)

Creates a CfnFlow$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  `CfnFlow$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-flow-connector-operator-property-builderclj

(cfn-flow-connector-operator-property-builder id config)

Creates a CfnFlow$ConnectorOperatorProperty$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  `CfnFlow$ConnectorOperatorProperty$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-flow-custom-connector-destination-properties-property-builderclj

(cfn-flow-custom-connector-destination-properties-property-builder id config)

Creates a CfnFlow$CustomConnectorDestinationPropertiesProperty$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  `CfnFlow$CustomConnectorDestinationPropertiesProperty$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-flow-custom-connector-source-properties-property-builderclj

(cfn-flow-custom-connector-source-properties-property-builder id config)

Creates a CfnFlow$CustomConnectorSourcePropertiesProperty$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  `CfnFlow$CustomConnectorSourcePropertiesProperty$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-flow-data-transfer-api-property-builderclj

(cfn-flow-data-transfer-api-property-builder id config)

Creates a CfnFlow$DataTransferApiProperty$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  `CfnFlow$DataTransferApiProperty$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-flow-datadog-source-properties-property-builderclj

(cfn-flow-datadog-source-properties-property-builder id config)

Creates a CfnFlow$DatadogSourcePropertiesProperty$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  `CfnFlow$DatadogSourcePropertiesProperty$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-flow-destination-connector-properties-property-builderclj

(cfn-flow-destination-connector-properties-property-builder id config)

Creates a CfnFlow$DestinationConnectorPropertiesProperty$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  `CfnFlow$DestinationConnectorPropertiesProperty$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-flow-destination-flow-config-property-builderclj

(cfn-flow-destination-flow-config-property-builder id config)

Creates a CfnFlow$DestinationFlowConfigProperty$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  `CfnFlow$DestinationFlowConfigProperty$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-flow-dynatrace-source-properties-property-builderclj

(cfn-flow-dynatrace-source-properties-property-builder id config)

Creates a CfnFlow$DynatraceSourcePropertiesProperty$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  `CfnFlow$DynatraceSourcePropertiesProperty$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-flow-error-handling-config-property-builderclj

(cfn-flow-error-handling-config-property-builder id config)

Creates a CfnFlow$ErrorHandlingConfigProperty$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  `CfnFlow$ErrorHandlingConfigProperty$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-flow-event-bridge-destination-properties-property-builderclj

(cfn-flow-event-bridge-destination-properties-property-builder id config)

Creates a CfnFlow$EventBridgeDestinationPropertiesProperty$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  `CfnFlow$EventBridgeDestinationPropertiesProperty$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-flow-glue-data-catalog-property-builderclj

(cfn-flow-glue-data-catalog-property-builder id config)

Creates a CfnFlow$GlueDataCatalogProperty$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  `CfnFlow$GlueDataCatalogProperty$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-flow-google-analytics-source-properties-property-builderclj

(cfn-flow-google-analytics-source-properties-property-builder id config)

Creates a CfnFlow$GoogleAnalyticsSourcePropertiesProperty$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  `CfnFlow$GoogleAnalyticsSourcePropertiesProperty$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-flow-incremental-pull-config-property-builderclj

(cfn-flow-incremental-pull-config-property-builder id config)

Creates a CfnFlow$IncrementalPullConfigProperty$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  `CfnFlow$IncrementalPullConfigProperty$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-flow-infor-nexus-source-properties-property-builderclj

(cfn-flow-infor-nexus-source-properties-property-builder id config)

Creates a CfnFlow$InforNexusSourcePropertiesProperty$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  `CfnFlow$InforNexusSourcePropertiesProperty$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-flow-lookout-metrics-destination-properties-property-builderclj

(cfn-flow-lookout-metrics-destination-properties-property-builder id config)

Creates a CfnFlow$LookoutMetricsDestinationPropertiesProperty$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  `CfnFlow$LookoutMetricsDestinationPropertiesProperty$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-flow-marketo-destination-properties-property-builderclj

(cfn-flow-marketo-destination-properties-property-builder id config)

Creates a CfnFlow$MarketoDestinationPropertiesProperty$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  `CfnFlow$MarketoDestinationPropertiesProperty$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-flow-marketo-source-properties-property-builderclj

(cfn-flow-marketo-source-properties-property-builder id config)

Creates a CfnFlow$MarketoSourcePropertiesProperty$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  `CfnFlow$MarketoSourcePropertiesProperty$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-flow-metadata-catalog-config-property-builderclj

(cfn-flow-metadata-catalog-config-property-builder id config)

Creates a CfnFlow$MetadataCatalogConfigProperty$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  `CfnFlow$MetadataCatalogConfigProperty$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-flow-pardot-source-properties-property-builderclj

(cfn-flow-pardot-source-properties-property-builder id config)

Creates a CfnFlow$PardotSourcePropertiesProperty$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  `CfnFlow$PardotSourcePropertiesProperty$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-flow-prefix-config-property-builderclj

(cfn-flow-prefix-config-property-builder id config)

Creates a CfnFlow$PrefixConfigProperty$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  `CfnFlow$PrefixConfigProperty$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-flow-props-builderclj

(cfn-flow-props-builder id config)

Creates a CfnFlowProps$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  `CfnFlowProps$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-flow-redshift-destination-properties-property-builderclj

(cfn-flow-redshift-destination-properties-property-builder id config)

Creates a CfnFlow$RedshiftDestinationPropertiesProperty$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  `CfnFlow$RedshiftDestinationPropertiesProperty$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-flow-s3-destination-properties-property-builderclj

(cfn-flow-s3-destination-properties-property-builder id config)

Creates a CfnFlow$S3DestinationPropertiesProperty$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  `CfnFlow$S3DestinationPropertiesProperty$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-flow-s3-input-format-config-property-builderclj

(cfn-flow-s3-input-format-config-property-builder id config)

Creates a CfnFlow$S3InputFormatConfigProperty$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  `CfnFlow$S3InputFormatConfigProperty$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-flow-s3-output-format-config-property-builderclj

(cfn-flow-s3-output-format-config-property-builder id config)

Creates a CfnFlow$S3OutputFormatConfigProperty$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  `CfnFlow$S3OutputFormatConfigProperty$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-flow-s3-source-properties-property-builderclj

(cfn-flow-s3-source-properties-property-builder id config)

Creates a CfnFlow$S3SourcePropertiesProperty$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  `CfnFlow$S3SourcePropertiesProperty$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-flow-salesforce-destination-properties-property-builderclj

(cfn-flow-salesforce-destination-properties-property-builder id config)

Creates a CfnFlow$SalesforceDestinationPropertiesProperty$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  `CfnFlow$SalesforceDestinationPropertiesProperty$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-flow-salesforce-source-properties-property-builderclj

(cfn-flow-salesforce-source-properties-property-builder id config)

Creates a CfnFlow$SalesforceSourcePropertiesProperty$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  `CfnFlow$SalesforceSourcePropertiesProperty$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-flow-sapo-data-destination-properties-property-builderclj

(cfn-flow-sapo-data-destination-properties-property-builder id config)

Creates a CfnFlow$SAPODataDestinationPropertiesProperty$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  `CfnFlow$SAPODataDestinationPropertiesProperty$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-flow-sapo-data-pagination-config-property-builderclj

(cfn-flow-sapo-data-pagination-config-property-builder id config)

Creates a CfnFlow$SAPODataPaginationConfigProperty$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  `CfnFlow$SAPODataPaginationConfigProperty$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-flow-sapo-data-parallelism-config-property-builderclj

(cfn-flow-sapo-data-parallelism-config-property-builder id config)

Creates a CfnFlow$SAPODataParallelismConfigProperty$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  `CfnFlow$SAPODataParallelismConfigProperty$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-flow-sapo-data-source-properties-property-builderclj

(cfn-flow-sapo-data-source-properties-property-builder id config)

Creates a CfnFlow$SAPODataSourcePropertiesProperty$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  `CfnFlow$SAPODataSourcePropertiesProperty$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-flow-scheduled-trigger-properties-property-builderclj

(cfn-flow-scheduled-trigger-properties-property-builder id config)

Creates a CfnFlow$ScheduledTriggerPropertiesProperty$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  `CfnFlow$ScheduledTriggerPropertiesProperty$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-flow-service-now-source-properties-property-builderclj

(cfn-flow-service-now-source-properties-property-builder id config)

Creates a CfnFlow$ServiceNowSourcePropertiesProperty$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  `CfnFlow$ServiceNowSourcePropertiesProperty$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-flow-singular-source-properties-property-builderclj

(cfn-flow-singular-source-properties-property-builder id config)

Creates a CfnFlow$SingularSourcePropertiesProperty$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  `CfnFlow$SingularSourcePropertiesProperty$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-flow-slack-source-properties-property-builderclj

(cfn-flow-slack-source-properties-property-builder id config)

Creates a CfnFlow$SlackSourcePropertiesProperty$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  `CfnFlow$SlackSourcePropertiesProperty$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-flow-snowflake-destination-properties-property-builderclj

(cfn-flow-snowflake-destination-properties-property-builder id config)

Creates a CfnFlow$SnowflakeDestinationPropertiesProperty$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  `CfnFlow$SnowflakeDestinationPropertiesProperty$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-flow-source-connector-properties-property-builderclj

(cfn-flow-source-connector-properties-property-builder id config)

Creates a CfnFlow$SourceConnectorPropertiesProperty$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  `CfnFlow$SourceConnectorPropertiesProperty$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-flow-source-flow-config-property-builderclj

(cfn-flow-source-flow-config-property-builder id config)

Creates a CfnFlow$SourceFlowConfigProperty$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  `CfnFlow$SourceFlowConfigProperty$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-flow-success-response-handling-config-property-builderclj

(cfn-flow-success-response-handling-config-property-builder id config)

Creates a CfnFlow$SuccessResponseHandlingConfigProperty$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  `CfnFlow$SuccessResponseHandlingConfigProperty$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-flow-task-properties-object-property-builderclj

(cfn-flow-task-properties-object-property-builder id config)

Creates a CfnFlow$TaskPropertiesObjectProperty$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  `CfnFlow$TaskPropertiesObjectProperty$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-flow-task-property-builderclj

(cfn-flow-task-property-builder id config)

Creates a CfnFlow$TaskProperty$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  `CfnFlow$TaskProperty$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-flow-trendmicro-source-properties-property-builderclj

(cfn-flow-trendmicro-source-properties-property-builder id config)

Creates a CfnFlow$TrendmicroSourcePropertiesProperty$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  `CfnFlow$TrendmicroSourcePropertiesProperty$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-flow-trigger-config-property-builderclj

(cfn-flow-trigger-config-property-builder id config)

Creates a CfnFlow$TriggerConfigProperty$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  `CfnFlow$TriggerConfigProperty$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-flow-upsolver-destination-properties-property-builderclj

(cfn-flow-upsolver-destination-properties-property-builder id config)

Creates a CfnFlow$UpsolverDestinationPropertiesProperty$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  `CfnFlow$UpsolverDestinationPropertiesProperty$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-flow-upsolver-s3-output-format-config-property-builderclj

(cfn-flow-upsolver-s3-output-format-config-property-builder id config)

Creates a CfnFlow$UpsolverS3OutputFormatConfigProperty$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  `CfnFlow$UpsolverS3OutputFormatConfigProperty$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-flow-veeva-source-properties-property-builderclj

(cfn-flow-veeva-source-properties-property-builder id config)

Creates a CfnFlow$VeevaSourcePropertiesProperty$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  `CfnFlow$VeevaSourcePropertiesProperty$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-flow-zendesk-destination-properties-property-builderclj

(cfn-flow-zendesk-destination-properties-property-builder id config)

Creates a CfnFlow$ZendeskDestinationPropertiesProperty$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  `CfnFlow$ZendeskDestinationPropertiesProperty$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-flow-zendesk-source-properties-property-builderclj

(cfn-flow-zendesk-source-properties-property-builder id config)

Creates a CfnFlow$ZendeskSourcePropertiesProperty$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  `CfnFlow$ZendeskSourcePropertiesProperty$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