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.
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lambda | software.amazon.awscdk.services.appflow.CfnConnector$LambdaConnectorProvisioningConfigProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lambdaArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiToken | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiKey | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiSecretKey | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
username | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceUrl | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datetimeTypeFieldName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
glueDataCatalog | software.amazon.awscdk.services.appflow.CfnFlow$GlueDataCatalogProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3InputFileType | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxPageSize | java.lang.Number | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxParallelism | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
object | java.lang.String | cdk.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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close