{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appflow-connectorprofile.json",
  "title": "AWSAppFlowConnectorProfileProperties",
  "description": "Resource Type definition for AWS::AppFlow::ConnectorProfile. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-appflow-connectorprofile.json",
    "sourceSha256": "3e94d1c0c0fc17d4a2974955b4ecfb6da965caa8a8e550262f10689047ebf427"
  },
  "type": "object",
  "properties": {
    "ConnectorLabel": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[\\w!@#.-]+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CUSTOMCONNECTOR connector type/."
    },
    "ConnectorProfileName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[\\w/!@#+=.-]+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The maximum number of items to retrieve in a single batch."
    },
    "KMSArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:aws:kms:.*:[0-9]+:.*",
          "maxLength": 2048,
          "minLength": 20
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment variables. If it's not provided, AWS Lambda uses a default service key."
    },
    "ConnectorType": {
      "description": "List of Saas providers that need connector profile to be created",
      "$ref": "#/$defs/ConnectorType"
    },
    "ConnectionMode": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "Public",
            "Private"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular"
    },
    "ConnectorProfileConfig": {
      "description": "Connector specific configurations needed to create connector profile",
      "$ref": "#/$defs/ConnectorProfileConfig"
    }
  },
  "typeName": "AWS::AppFlow::ConnectorProfile",
  "primaryIdentifier": [
    "/properties/ConnectorProfileName"
  ],
  "$defs": {
    "ConnectorType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "Salesforce",
            "Pardot",
            "Singular",
            "Slack",
            "Redshift",
            "Marketo",
            "Googleanalytics",
            "Zendesk",
            "Servicenow",
            "SAPOData",
            "Datadog",
            "Trendmicro",
            "Snowflake",
            "Dynatrace",
            "Infornexus",
            "Amplitude",
            "Veeva",
            "CustomConnector"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileConnectorTypeDefinition"
    },
    "ConnectorProfileConfig": {
      "description": "Connector specific configurations needed to create connector profile",
      "type": "object",
      "properties": {
        "ConnectorProfileProperties": {
          "$ref": "#/$defs/ConnectorProfileProperties"
        },
        "ConnectorProfileCredentials": {
          "$ref": "#/$defs/ConnectorProfileCredentials"
        }
      },
      "title": "AWSAppFlowConnectorProfileConnectorProfileConfigDefinition"
    },
    "ConnectorProfileProperties": {
      "description": "Connector specific properties needed to create connector profile - currently not needed for Amplitude, Trendmicro, Googleanalytics and Singular",
      "type": "object",
      "properties": {
        "Datadog": {
          "$ref": "#/$defs/DatadogConnectorProfileProperties"
        },
        "Dynatrace": {
          "$ref": "#/$defs/DynatraceConnectorProfileProperties"
        },
        "InforNexus": {
          "$ref": "#/$defs/InforNexusConnectorProfileProperties"
        },
        "Marketo": {
          "$ref": "#/$defs/MarketoConnectorProfileProperties"
        },
        "Redshift": {
          "$ref": "#/$defs/RedshiftConnectorProfileProperties"
        },
        "SAPOData": {
          "$ref": "#/$defs/SAPODataConnectorProfileProperties"
        },
        "Salesforce": {
          "$ref": "#/$defs/SalesforceConnectorProfileProperties"
        },
        "Pardot": {
          "$ref": "#/$defs/PardotConnectorProfileProperties"
        },
        "ServiceNow": {
          "$ref": "#/$defs/ServiceNowConnectorProfileProperties"
        },
        "Slack": {
          "$ref": "#/$defs/SlackConnectorProfileProperties"
        },
        "Snowflake": {
          "$ref": "#/$defs/SnowflakeConnectorProfileProperties"
        },
        "Veeva": {
          "$ref": "#/$defs/VeevaConnectorProfileProperties"
        },
        "Zendesk": {
          "$ref": "#/$defs/ZendeskConnectorProfileProperties"
        },
        "CustomConnector": {
          "$ref": "#/$defs/CustomConnectorProfileProperties"
        }
      },
      "title": "AWSAppFlowConnectorProfileConnectorProfilePropertiesDefinition"
    },
    "ConnectorProfileCredentials": {
      "description": "Connector specific configuration needed to create connector profile based on Authentication mechanism",
      "type": "object",
      "properties": {
        "Amplitude": {
          "$ref": "#/$defs/AmplitudeConnectorProfileCredentials"
        },
        "Datadog": {
          "$ref": "#/$defs/DatadogConnectorProfileCredentials"
        },
        "Dynatrace": {
          "$ref": "#/$defs/DynatraceConnectorProfileCredentials"
        },
        "GoogleAnalytics": {
          "$ref": "#/$defs/GoogleAnalyticsConnectorProfileCredentials"
        },
        "InforNexus": {
          "$ref": "#/$defs/InforNexusConnectorProfileCredentials"
        },
        "Marketo": {
          "$ref": "#/$defs/MarketoConnectorProfileCredentials"
        },
        "Redshift": {
          "$ref": "#/$defs/RedshiftConnectorProfileCredentials"
        },
        "SAPOData": {
          "$ref": "#/$defs/SAPODataConnectorProfileCredentials"
        },
        "Salesforce": {
          "$ref": "#/$defs/SalesforceConnectorProfileCredentials"
        },
        "Pardot": {
          "$ref": "#/$defs/PardotConnectorProfileCredentials"
        },
        "ServiceNow": {
          "$ref": "#/$defs/ServiceNowConnectorProfileCredentials"
        },
        "Singular": {
          "$ref": "#/$defs/SingularConnectorProfileCredentials"
        },
        "Slack": {
          "$ref": "#/$defs/SlackConnectorProfileCredentials"
        },
        "Snowflake": {
          "$ref": "#/$defs/SnowflakeConnectorProfileCredentials"
        },
        "Trendmicro": {
          "$ref": "#/$defs/TrendmicroConnectorProfileCredentials"
        },
        "Veeva": {
          "$ref": "#/$defs/VeevaConnectorProfileCredentials"
        },
        "Zendesk": {
          "$ref": "#/$defs/ZendeskConnectorProfileCredentials"
        },
        "CustomConnector": {
          "$ref": "#/$defs/CustomConnectorProfileCredentials"
        }
      },
      "title": "AWSAppFlowConnectorProfileConnectorProfileCredentialsDefinition"
    },
    "AmplitudeConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ApiKey",
        "SecretKey"
      ],
      "properties": {
        "ApiKey": {
          "description": "A unique alphanumeric identiﬁer used to authenticate a user, developer, or calling program to your API.",
          "$ref": "#/$defs/ApiKey"
        },
        "SecretKey": {
          "$ref": "#/$defs/SecretKey"
        }
      },
      "title": "AWSAppFlowConnectorProfileAmplitudeConnectorProfileCredentialsDefinition"
    },
    "DatadogConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ApiKey",
        "ApplicationKey"
      ],
      "properties": {
        "ApiKey": {
          "description": "A unique alphanumeric identiﬁer used to authenticate a user, developer, or calling program to your API.",
          "$ref": "#/$defs/ApiKey"
        },
        "ApplicationKey": {
          "description": "Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.",
          "$ref": "#/$defs/ApplicationKey"
        }
      },
      "title": "AWSAppFlowConnectorProfileDatadogConnectorProfileCredentialsDefinition"
    },
    "DatadogConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Datadog resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileDatadogConnectorProfilePropertiesDefinition"
    },
    "DynatraceConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ApiToken"
      ],
      "properties": {
        "ApiToken": {
          "description": "The API tokens used by Dynatrace API to authenticate various API calls.",
          "$ref": "#/$defs/ApiToken"
        }
      },
      "title": "AWSAppFlowConnectorProfileDynatraceConnectorProfileCredentialsDefinition"
    },
    "DynatraceConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Dynatrace resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileDynatraceConnectorProfilePropertiesDefinition"
    },
    "GoogleAnalyticsConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "properties": {
        "ClientId": {
          "description": "The identiﬁer for the desired client.",
          "$ref": "#/$defs/ClientId"
        },
        "ClientSecret": {
          "description": "The client secret used by the oauth client to authenticate to the authorization server.",
          "$ref": "#/$defs/ClientSecret"
        },
        "AccessToken": {
          "description": "The credentials used to access protected resources.",
          "$ref": "#/$defs/AccessToken"
        },
        "RefreshToken": {
          "description": "The credentials used to acquire new access tokens.",
          "$ref": "#/$defs/RefreshToken"
        },
        "ConnectorOAuthRequest": {
          "description": "The oauth needed to request security tokens from the connector endpoint.",
          "$ref": "#/$defs/ConnectorOAuthRequest"
        }
      },
      "title": "AWSAppFlowConnectorProfileGoogleAnalyticsConnectorProfileCredentialsDefinition"
    },
    "InforNexusConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "AccessKeyId",
        "UserId",
        "SecretAccessKey",
        "Datakey"
      ],
      "properties": {
        "AccessKeyId": {
          "description": "The Access Key portion of the credentials.",
          "$ref": "#/$defs/AccessKeyId"
        },
        "UserId": {
          "description": "The identiﬁer for the user.",
          "$ref": "#/$defs/Username"
        },
        "SecretAccessKey": {
          "description": "The secret key used to sign requests.",
          "$ref": "#/$defs/Key"
        },
        "Datakey": {
          "description": "The encryption keys used to encrypt data.",
          "$ref": "#/$defs/Key"
        }
      },
      "title": "AWSAppFlowConnectorProfileInforNexusConnectorProfileCredentialsDefinition"
    },
    "InforNexusConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the InforNexus resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileInforNexusConnectorProfilePropertiesDefinition"
    },
    "MarketoConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "properties": {
        "ClientId": {
          "description": "The identiﬁer for the desired client.",
          "$ref": "#/$defs/ClientId"
        },
        "ClientSecret": {
          "description": "The client secret used by the oauth client to authenticate to the authorization server.",
          "$ref": "#/$defs/ClientSecret"
        },
        "AccessToken": {
          "description": "The credentials used to access protected resources.",
          "$ref": "#/$defs/AccessToken"
        },
        "ConnectorOAuthRequest": {
          "description": "The oauth needed to request security tokens from the connector endpoint.",
          "$ref": "#/$defs/ConnectorOAuthRequest"
        }
      },
      "title": "AWSAppFlowConnectorProfileMarketoConnectorProfileCredentialsDefinition"
    },
    "MarketoConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Marketo resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileMarketoConnectorProfilePropertiesDefinition"
    },
    "RedshiftConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "Username": {
          "description": "The name of the user.",
          "$ref": "#/$defs/Username"
        },
        "Password": {
          "description": "The password that corresponds to the username.",
          "$ref": "#/$defs/Password"
        }
      },
      "title": "AWSAppFlowConnectorProfileRedshiftConnectorProfileCredentialsDefinition"
    },
    "RedshiftConnectorProfileProperties": {
      "type": "object",
      "required": [
        "BucketName",
        "RoleArn"
      ],
      "properties": {
        "DatabaseUrl": {
          "description": "The JDBC URL of the Amazon Redshift cluster.",
          "$ref": "#/$defs/DatabaseUrl"
        },
        "BucketName": {
          "description": "The name of the Amazon S3 bucket associated with Redshift.",
          "$ref": "#/$defs/BucketName"
        },
        "BucketPrefix": {
          "description": "The object key for the destination bucket in which Amazon AppFlow will place the ﬁles.",
          "$ref": "#/$defs/BucketPrefix"
        },
        "RoleArn": {
          "description": "The Amazon Resource Name (ARN) of the IAM role.",
          "$ref": "#/$defs/RoleArn"
        },
        "IsRedshiftServerless": {
          "description": "If Amazon AppFlow will connect to Amazon Redshift Serverless or Amazon Redshift cluster.",
          "type": "boolean"
        },
        "DataApiRoleArn": {
          "description": "The Amazon Resource Name (ARN) of the IAM role that grants Amazon AppFlow access to the data through the Amazon Redshift Data API.",
          "$ref": "#/$defs/DataApiRoleArn"
        },
        "ClusterIdentifier": {
          "description": "The unique identifier of the Amazon Redshift cluster.",
          "$ref": "#/$defs/ClusterIdentifier"
        },
        "WorkgroupName": {
          "description": "The name of the Amazon Redshift serverless workgroup",
          "$ref": "#/$defs/WorkgroupName"
        },
        "DatabaseName": {
          "description": "The name of the Amazon Redshift database that will store the transferred data.",
          "$ref": "#/$defs/DatabaseName"
        }
      },
      "title": "AWSAppFlowConnectorProfileRedshiftConnectorProfilePropertiesDefinition"
    },
    "SAPODataConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "BasicAuthCredentials": {
          "$ref": "#/$defs/BasicAuthCredentials"
        },
        "OAuthCredentials": {
          "type": "object",
          "properties": {
            "AccessToken": {
              "$ref": "#/$defs/AccessToken"
            },
            "RefreshToken": {
              "$ref": "#/$defs/RefreshToken"
            },
            "ConnectorOAuthRequest": {
              "$ref": "#/$defs/ConnectorOAuthRequest"
            },
            "ClientId": {
              "$ref": "#/$defs/ClientId"
            },
            "ClientSecret": {
              "$ref": "#/$defs/ClientSecret"
            }
          }
        }
      },
      "title": "AWSAppFlowConnectorProfileSAPODataConnectorProfileCredentialsDefinition"
    },
    "SAPODataConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "ApplicationHostUrl": {
          "$ref": "#/$defs/ApplicationHostUrl"
        },
        "ApplicationServicePath": {
          "$ref": "#/$defs/ApplicationServicePath"
        },
        "PortNumber": {
          "$ref": "#/$defs/PortNumber"
        },
        "ClientNumber": {
          "$ref": "#/$defs/ClientNumber"
        },
        "LogonLanguage": {
          "$ref": "#/$defs/LogonLanguage"
        },
        "PrivateLinkServiceName": {
          "$ref": "#/$defs/PrivateLinkServiceName"
        },
        "OAuthProperties": {
          "$ref": "#/$defs/OAuthProperties"
        }
      },
      "title": "AWSAppFlowConnectorProfileSAPODataConnectorProfilePropertiesDefinition"
    },
    "SalesforceConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "description": "The credentials used to access protected resources.",
          "$ref": "#/$defs/AccessToken"
        },
        "RefreshToken": {
          "description": "The credentials used to acquire new access tokens.",
          "$ref": "#/$defs/RefreshToken"
        },
        "ConnectorOAuthRequest": {
          "description": "The oauth needed to request security tokens from the connector endpoint.",
          "$ref": "#/$defs/ConnectorOAuthRequest"
        },
        "ClientCredentialsArn": {
          "description": "The client credentials to fetch access token and refresh token.",
          "$ref": "#/$defs/ClientCredentialsArn"
        },
        "OAuth2GrantType": {
          "description": "The grant types to fetch an access token",
          "$ref": "#/$defs/OAuth2GrantType"
        },
        "JwtToken": {
          "description": "The credentials used to access your Salesforce records",
          "$ref": "#/$defs/JwtToken"
        }
      },
      "title": "AWSAppFlowConnectorProfileSalesforceConnectorProfileCredentialsDefinition"
    },
    "SalesforceConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Salesforce resource",
          "$ref": "#/$defs/InstanceUrl"
        },
        "isSandboxEnvironment": {
          "description": "Indicates whether the connector profile applies to a sandbox or production environment",
          "type": "boolean"
        },
        "usePrivateLinkForMetadataAndAuthorization": {
          "description": "Indicates whether to make Metadata And Authorization calls over Pivate Network",
          "type": "boolean"
        }
      },
      "title": "AWSAppFlowConnectorProfileSalesforceConnectorProfilePropertiesDefinition"
    },
    "PardotConnectorProfileProperties": {
      "type": "object",
      "required": [
        "BusinessUnitId"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Salesforce Pardot resource",
          "$ref": "#/$defs/InstanceUrl"
        },
        "IsSandboxEnvironment": {
          "description": "Indicates whether the connector profile applies to a demo or production environment",
          "type": "boolean"
        },
        "BusinessUnitId": {
          "description": "The Business unit id of Salesforce Pardot instance to be connected",
          "$ref": "#/$defs/BusinessUnitId"
        }
      },
      "title": "AWSAppFlowConnectorProfilePardotConnectorProfilePropertiesDefinition"
    },
    "PardotConnectorProfileCredentials": {
      "type": "object",
      "properties": {
        "AccessToken": {
          "description": "The credentials used to access protected resources.",
          "$ref": "#/$defs/AccessToken"
        },
        "RefreshToken": {
          "description": "The credentials used to acquire new access tokens.",
          "$ref": "#/$defs/RefreshToken"
        },
        "ConnectorOAuthRequest": {
          "description": "The oauth needed to request security tokens from the connector endpoint.",
          "$ref": "#/$defs/ConnectorOAuthRequest"
        },
        "ClientCredentialsArn": {
          "description": "The client credentials to fetch access token and refresh token.",
          "$ref": "#/$defs/ClientCredentialsArn"
        }
      },
      "title": "AWSAppFlowConnectorProfilePardotConnectorProfileCredentialsDefinition"
    },
    "ServiceNowConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "Username",
        "Password"
      ],
      "properties": {
        "Username": {
          "description": "The name of the user.",
          "$ref": "#/$defs/Username"
        },
        "Password": {
          "description": "The password that corresponds to the username.",
          "$ref": "#/$defs/Password"
        }
      },
      "title": "AWSAppFlowConnectorProfileServiceNowConnectorProfileCredentialsDefinition"
    },
    "ServiceNowConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the ServiceNow resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileServiceNowConnectorProfilePropertiesDefinition"
    },
    "SingularConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ApiKey"
      ],
      "properties": {
        "ApiKey": {
          "description": "A unique alphanumeric identiﬁer used to authenticate a user, developer, or calling program to your API.",
          "$ref": "#/$defs/ApiKey"
        }
      },
      "title": "AWSAppFlowConnectorProfileSingularConnectorProfileCredentialsDefinition"
    },
    "SlackConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "properties": {
        "ClientId": {
          "description": "The identiﬁer for the desired client.",
          "$ref": "#/$defs/ClientId"
        },
        "ClientSecret": {
          "description": "The client secret used by the oauth client to authenticate to the authorization server.",
          "$ref": "#/$defs/ClientSecret"
        },
        "AccessToken": {
          "description": "The credentials used to access protected resources.",
          "$ref": "#/$defs/AccessToken"
        },
        "ConnectorOAuthRequest": {
          "description": "The oauth needed to request security tokens from the connector endpoint.",
          "$ref": "#/$defs/ConnectorOAuthRequest"
        }
      },
      "title": "AWSAppFlowConnectorProfileSlackConnectorProfileCredentialsDefinition"
    },
    "SlackConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Slack resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileSlackConnectorProfilePropertiesDefinition"
    },
    "SnowflakeConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "Username",
        "Password"
      ],
      "properties": {
        "Username": {
          "description": "The name of the user.",
          "$ref": "#/$defs/Username"
        },
        "Password": {
          "description": "The password that corresponds to the username.",
          "$ref": "#/$defs/Password"
        }
      },
      "title": "AWSAppFlowConnectorProfileSnowflakeConnectorProfileCredentialsDefinition"
    },
    "SnowflakeConnectorProfileProperties": {
      "type": "object",
      "required": [
        "Warehouse",
        "Stage",
        "BucketName"
      ],
      "properties": {
        "Warehouse": {
          "description": "The name of the Snowﬂake warehouse.",
          "$ref": "#/$defs/Warehouse"
        },
        "Stage": {
          "description": "The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the\nSnowﬂake account. This is written in the following format: < Database>< Schema><Stage Name>.",
          "$ref": "#/$defs/Stage"
        },
        "BucketName": {
          "description": "The name of the Amazon S3 bucket associated with Snowﬂake.",
          "$ref": "#/$defs/BucketName"
        },
        "BucketPrefix": {
          "description": "The bucket prefix that refers to the Amazon S3 bucket associated with Snowﬂake.",
          "$ref": "#/$defs/BucketPrefix"
        },
        "PrivateLinkServiceName": {
          "description": "The Snowﬂake Private Link service name to be used for private data transfers.",
          "$ref": "#/$defs/PrivateLinkServiceName"
        },
        "AccountName": {
          "description": "The name of the account.",
          "$ref": "#/$defs/AccountName"
        },
        "Region": {
          "description": "The region of the Snowﬂake account.",
          "$ref": "#/$defs/Region"
        }
      },
      "title": "AWSAppFlowConnectorProfileSnowflakeConnectorProfilePropertiesDefinition"
    },
    "TrendmicroConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ApiSecretKey"
      ],
      "properties": {
        "ApiSecretKey": {
          "description": "The Secret Access Key portion of the credentials.",
          "$ref": "#/$defs/ApiSecretKey"
        }
      },
      "title": "AWSAppFlowConnectorProfileTrendmicroConnectorProfileCredentialsDefinition"
    },
    "VeevaConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "Username",
        "Password"
      ],
      "properties": {
        "Username": {
          "description": "The name of the user.",
          "$ref": "#/$defs/Username"
        },
        "Password": {
          "description": "The password that corresponds to the username.",
          "$ref": "#/$defs/Password"
        }
      },
      "title": "AWSAppFlowConnectorProfileVeevaConnectorProfileCredentialsDefinition"
    },
    "VeevaConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Veeva resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileVeevaConnectorProfilePropertiesDefinition"
    },
    "ZendeskConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "ClientId",
        "ClientSecret"
      ],
      "properties": {
        "ClientId": {
          "description": "The identiﬁer for the desired client.",
          "$ref": "#/$defs/ClientId"
        },
        "ClientSecret": {
          "description": "The client secret used by the oauth client to authenticate to the authorization server.",
          "$ref": "#/$defs/ClientSecret"
        },
        "AccessToken": {
          "description": "The credentials used to access protected resources.",
          "$ref": "#/$defs/AccessToken"
        },
        "ConnectorOAuthRequest": {
          "description": "The oauth needed to request security tokens from the connector endpoint.",
          "$ref": "#/$defs/ConnectorOAuthRequest"
        }
      },
      "title": "AWSAppFlowConnectorProfileZendeskConnectorProfileCredentialsDefinition"
    },
    "ZendeskConnectorProfileProperties": {
      "type": "object",
      "required": [
        "InstanceUrl"
      ],
      "properties": {
        "InstanceUrl": {
          "description": "The location of the Zendesk resource",
          "$ref": "#/$defs/InstanceUrl"
        }
      },
      "title": "AWSAppFlowConnectorProfileZendeskConnectorProfilePropertiesDefinition"
    },
    "CustomConnectorProfileCredentials": {
      "type": "object",
      "required": [
        "AuthenticationType"
      ],
      "properties": {
        "AuthenticationType": {
          "$ref": "#/$defs/AuthenticationType"
        },
        "Basic": {
          "$ref": "#/$defs/BasicAuthCredentials"
        },
        "Oauth2": {
          "$ref": "#/$defs/OAuth2Credentials"
        },
        "ApiKey": {
          "$ref": "#/$defs/ApiKeyCredentials"
        },
        "Custom": {
          "$ref": "#/$defs/CustomAuthCredentials"
        }
      },
      "title": "AWSAppFlowConnectorProfileCustomConnectorProfileCredentialsDefinition",
      "additionalProperties": false
    },
    "CustomConnectorProfileProperties": {
      "type": "object",
      "properties": {
        "ProfileProperties": {
          "$ref": "#/$defs/ProfileProperties"
        },
        "OAuth2Properties": {
          "$ref": "#/$defs/OAuth2Properties"
        }
      },
      "title": "AWSAppFlowConnectorProfileCustomConnectorProfilePropertiesDefinition",
      "additionalProperties": false
    },
    "ApiKeyCredentials": {
      "type": "object",
      "required": [
        "ApiKey"
      ],
      "properties": {
        "ApiKey": {
          "$ref": "#/$defs/ApiKey"
        },
        "ApiSecretKey": {
          "$ref": "#/$defs/ApiSecretKey"
        }
      },
      "title": "AWSAppFlowConnectorProfileApiKeyCredentialsDefinition",
      "additionalProperties": false
    },
    "CustomAuthCredentials": {
      "type": "object",
      "required": [
        "CustomAuthenticationType"
      ],
      "properties": {
        "CustomAuthenticationType": {
          "$ref": "#/$defs/CustomAuthenticationType"
        },
        "CredentialsMap": {
          "$ref": "#/$defs/CredentialsMap"
        }
      },
      "title": "AWSAppFlowConnectorProfileCustomAuthCredentialsDefinition",
      "additionalProperties": false
    },
    "CredentialsMap": {
      "description": "A map for properties for custom authentication.",
      "type": "object",
      "additionalProperties": false,
      "required": [],
      "title": "AWSAppFlowConnectorProfileCredentialsMapDefinition",
      "patternProperties": {
        "^[\\w]{1,128}$": {
          "description": "A string containing the value for the property",
          "type": "string",
          "minLength": 1,
          "maxLength": 2048,
          "pattern": "\\S+"
        }
      }
    },
    "OAuth2Credentials": {
      "type": "object",
      "properties": {
        "ClientId": {
          "$ref": "#/$defs/ClientId"
        },
        "ClientSecret": {
          "$ref": "#/$defs/ClientSecret"
        },
        "AccessToken": {
          "$ref": "#/$defs/AccessToken"
        },
        "RefreshToken": {
          "$ref": "#/$defs/RefreshToken"
        },
        "OAuthRequest": {
          "$ref": "#/$defs/ConnectorOAuthRequest"
        }
      },
      "title": "AWSAppFlowConnectorProfileOAuth2CredentialsDefinition",
      "additionalProperties": false
    },
    "BasicAuthCredentials": {
      "type": "object",
      "required": [
        "Username",
        "Password"
      ],
      "properties": {
        "Username": {
          "$ref": "#/$defs/Username"
        },
        "Password": {
          "$ref": "#/$defs/Password"
        }
      },
      "title": "AWSAppFlowConnectorProfileBasicAuthCredentialsDefinition",
      "additionalProperties": false
    },
    "AuthenticationType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "OAUTH2",
            "APIKEY",
            "BASIC",
            "CUSTOM"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileAuthenticationTypeDefinition"
    },
    "OAuth2Properties": {
      "type": "object",
      "properties": {
        "TokenUrl": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256,
              "pattern": "^(https?)://[-a-zA-Z0-9+&amp;@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&amp;@#/%=~_|]"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "OAuth2GrantType": {
          "$ref": "#/$defs/OAuth2GrantType"
        },
        "TokenUrlCustomProperties": {
          "$ref": "#/$defs/TokenUrlCustomProperties"
        }
      },
      "title": "AWSAppFlowConnectorProfileOAuth2PropertiesDefinition",
      "additionalProperties": false
    },
    "ProfileProperties": {
      "description": "A map for properties for custom connector.",
      "type": "object",
      "additionalProperties": false,
      "required": [],
      "title": "AWSAppFlowConnectorProfileProfilePropertiesDefinition",
      "patternProperties": {
        "^[\\w]{1,256}$": {
          "description": "A string containing the value for the property",
          "type": "string",
          "minLength": 1,
          "maxLength": 2048,
          "pattern": "\\S+"
        }
      }
    },
    "OAuth2GrantType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "CLIENT_CREDENTIALS",
            "AUTHORIZATION_CODE",
            "JWT_BEARER"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileOAuth2GrantTypeDefinition"
    },
    "TokenUrlCustomProperties": {
      "description": "A map for properties for custom connector Token Url.",
      "type": "object",
      "additionalProperties": false,
      "required": [],
      "title": "AWSAppFlowConnectorProfileTokenUrlCustomPropertiesDefinition",
      "patternProperties": {
        "^[\\w]{1,128}$": {
          "description": "A string containing the value for the property",
          "type": "string",
          "minLength": 1,
          "maxLength": 2048,
          "pattern": "\\S+"
        }
      }
    },
    "CustomAuthenticationType": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileCustomAuthenticationTypeDefinition"
    },
    "ClientId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileClientIdDefinition"
    },
    "ClientSecret": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileClientSecretDefinition"
    },
    "InstanceUrl": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileInstanceUrlDefinition"
    },
    "AccessToken": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 4096
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileAccessTokenDefinition"
    },
    "ApiKey": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileApiKeyDefinition"
    },
    "ApiSecretKey": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileApiSecretKeyDefinition"
    },
    "ApiToken": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileApiTokenDefinition"
    },
    "ApplicationKey": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileApplicationKeyDefinition"
    },
    "AuthCode": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 4096
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileAuthCodeDefinition"
    },
    "BucketName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 63,
          "minLength": 3
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileBucketNameDefinition"
    },
    "BucketPrefix": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileBucketPrefixDefinition"
    },
    "Key": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileKeyDefinition"
    },
    "DatabaseUrl": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileDatabaseUrlDefinition"
    },
    "RoleArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:aws:iam:.*:[0-9]+:.*",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileRoleArnDefinition"
    },
    "DataApiRoleArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:aws:iam:.*:[0-9]+:.*",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileDataApiRoleArnDefinition"
    },
    "ClusterIdentifier": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileClusterIdentifierDefinition"
    },
    "WorkgroupName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileWorkgroupNameDefinition"
    },
    "DatabaseName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileDatabaseNameDefinition"
    },
    "Warehouse": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[\\s\\w/!@#+=.-]*",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileWarehouseDefinition"
    },
    "Stage": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 16
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileStageDefinition"
    },
    "PrivateLinkServiceName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfilePrivateLinkServiceNameDefinition"
    },
    "AccountName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileAccountNameDefinition"
    },
    "JwtToken": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_.+/=]*$",
          "maxLength": 8000
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileJwtTokenDefinition"
    },
    "RefreshToken": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 4096
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileRefreshTokenDefinition"
    },
    "Region": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileRegionDefinition"
    },
    "SecretKey": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileSecretKeyDefinition"
    },
    "AccessKeyId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileAccessKeyIdDefinition"
    },
    "Username": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileUsernameDefinition"
    },
    "Password": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfilePasswordDefinition"
    },
    "BusinessUnitId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 18
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileBusinessUnitIdDefinition"
    },
    "ConnectorOAuthRequest": {
      "type": "object",
      "properties": {
        "AuthCode": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The code provided by the connector when it has been authenticated via the connected app."
        },
        "RedirectUri": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The URL to which the authentication server redirects the browser after authorization has been\ngranted."
        }
      },
      "title": "AWSAppFlowConnectorProfileConnectorOAuthRequestDefinition"
    },
    "ClientCredentialsArn": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "arn:aws:secretsmanager:.*:[0-9]+:.*",
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileClientCredentialsArnDefinition"
    },
    "ApplicationHostUrl": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 256,
          "pattern": "^(https?)://[-a-zA-Z0-9+&amp;@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&amp;@#/%=~_|]"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileApplicationHostUrlDefinition"
    },
    "ApplicationServicePath": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "\\S+",
          "maxLength": 512
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileApplicationServicePathDefinition"
    },
    "ClientNumber": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^\\d{3}$",
          "minLength": 3,
          "maxLength": 3
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileClientNumberDefinition"
    },
    "LogonLanguage": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9_]*$",
          "maxLength": 2
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppFlowConnectorProfileLogonLanguageDefinition"
    },
    "PortNumber": {
      "type": "integer",
      "minimum": 1,
      "maximum": 65535,
      "title": "AWSAppFlowConnectorProfilePortNumberDefinition"
    },
    "OAuthProperties": {
      "type": "object",
      "properties": {
        "AuthCodeUrl": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "pattern": "^(https?)://[-a-zA-Z0-9+&amp;@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&amp;@#/%=~_|]"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TokenUrl": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "pattern": "^(https?)://[-a-zA-Z0-9+&amp;@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&amp;@#/%=~_|]"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "OAuthScopes": {
          "type": "array",
          "uniqueItems": true,
          "items": {
            "type": "string",
            "maxLength": 128,
            "pattern": "[/\\w]*"
          }
        }
      },
      "title": "AWSAppFlowConnectorProfileOAuthPropertiesDefinition"
    }
  },
  "writeOnlyProperties": [
    "/properties/ConnectorProfileConfig",
    "/properties/KMSArn"
  ],
  "additionalProperties": false,
  "required": [
    "ConnectorProfileName",
    "ConnectionMode",
    "ConnectorType"
  ],
  "createOnlyProperties": [
    "/properties/ConnectorProfileName",
    "/properties/ConnectorType",
    "/properties/ConnectorLabel"
  ],
  "readOnlyProperties": [
    "/properties/ConnectorProfileArn",
    "/properties/CredentialsArn"
  ]
}
