1. Packages
  2. AWS Classic
  3. API Docs
  4. appflow
  5. ConnectorProfile

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.2.1 published on Friday, Sep 22, 2023 by Pulumi

aws.appflow.ConnectorProfile

Explore with Pulumi AI

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.2.1 published on Friday, Sep 22, 2023 by Pulumi

    Provides an AppFlow connector profile resource.

    For information about AppFlow flows, see the Amazon AppFlow API Reference. For specific information about creating an AppFlow connector profile, see the CreateConnectorProfile page in the Amazon AppFlow API Reference.

    Create ConnectorProfile Resource

    new ConnectorProfile(name: string, args: ConnectorProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ConnectorProfile(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         connection_mode: Optional[str] = None,
                         connector_label: Optional[str] = None,
                         connector_profile_config: Optional[ConnectorProfileConnectorProfileConfigArgs] = None,
                         connector_type: Optional[str] = None,
                         kms_arn: Optional[str] = None,
                         name: Optional[str] = None)
    @overload
    def ConnectorProfile(resource_name: str,
                         args: ConnectorProfileArgs,
                         opts: Optional[ResourceOptions] = None)
    func NewConnectorProfile(ctx *Context, name string, args ConnectorProfileArgs, opts ...ResourceOption) (*ConnectorProfile, error)
    public ConnectorProfile(string name, ConnectorProfileArgs args, CustomResourceOptions? opts = null)
    public ConnectorProfile(String name, ConnectorProfileArgs args)
    public ConnectorProfile(String name, ConnectorProfileArgs args, CustomResourceOptions options)
    
    type: aws:appflow:ConnectorProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ConnectorProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ConnectorProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ConnectorProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConnectorProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConnectorProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ConnectorProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ConnectorProfile resource accepts the following input properties:

    ConnectionMode string

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    ConnectorProfileConfig ConnectorProfileConnectorProfileConfig

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    ConnectorType string

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    ConnectorLabel string

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    KmsArn string

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    Name string
    ConnectionMode string

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    ConnectorProfileConfig ConnectorProfileConnectorProfileConfigArgs

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    ConnectorType string

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    ConnectorLabel string

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    KmsArn string

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    Name string
    connectionMode String

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connectorProfileConfig ConnectorProfileConnectorProfileConfig

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connectorType String

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    connectorLabel String

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    kmsArn String

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name String
    connectionMode string

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connectorProfileConfig ConnectorProfileConnectorProfileConfig

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connectorType string

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    connectorLabel string

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    kmsArn string

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name string
    connection_mode str

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connector_profile_config ConnectorProfileConnectorProfileConfigArgs

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connector_type str

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    connector_label str

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    kms_arn str

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name str
    connectionMode String

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connectorProfileConfig Property Map

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connectorType String

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    connectorLabel String

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    kmsArn String

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ConnectorProfile resource produces the following output properties:

    Arn string

    ARN of the connector profile.

    CredentialsArn string

    ARN of the connector profile credentials.

    Id string

    The provider-assigned unique ID for this managed resource.

    Arn string

    ARN of the connector profile.

    CredentialsArn string

    ARN of the connector profile credentials.

    Id string

    The provider-assigned unique ID for this managed resource.

    arn String

    ARN of the connector profile.

    credentialsArn String

    ARN of the connector profile credentials.

    id String

    The provider-assigned unique ID for this managed resource.

    arn string

    ARN of the connector profile.

    credentialsArn string

    ARN of the connector profile credentials.

    id string

    The provider-assigned unique ID for this managed resource.

    arn str

    ARN of the connector profile.

    credentials_arn str

    ARN of the connector profile credentials.

    id str

    The provider-assigned unique ID for this managed resource.

    arn String

    ARN of the connector profile.

    credentialsArn String

    ARN of the connector profile credentials.

    id String

    The provider-assigned unique ID for this managed resource.

    Look up Existing ConnectorProfile Resource

    Get an existing ConnectorProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ConnectorProfileState, opts?: CustomResourceOptions): ConnectorProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            arn: Optional[str] = None,
            connection_mode: Optional[str] = None,
            connector_label: Optional[str] = None,
            connector_profile_config: Optional[ConnectorProfileConnectorProfileConfigArgs] = None,
            connector_type: Optional[str] = None,
            credentials_arn: Optional[str] = None,
            kms_arn: Optional[str] = None,
            name: Optional[str] = None) -> ConnectorProfile
    func GetConnectorProfile(ctx *Context, name string, id IDInput, state *ConnectorProfileState, opts ...ResourceOption) (*ConnectorProfile, error)
    public static ConnectorProfile Get(string name, Input<string> id, ConnectorProfileState? state, CustomResourceOptions? opts = null)
    public static ConnectorProfile get(String name, Output<String> id, ConnectorProfileState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Arn string

    ARN of the connector profile.

    ConnectionMode string

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    ConnectorLabel string

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    ConnectorProfileConfig ConnectorProfileConnectorProfileConfig

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    ConnectorType string

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    CredentialsArn string

    ARN of the connector profile credentials.

    KmsArn string

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    Name string
    Arn string

    ARN of the connector profile.

    ConnectionMode string

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    ConnectorLabel string

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    ConnectorProfileConfig ConnectorProfileConnectorProfileConfigArgs

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    ConnectorType string

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    CredentialsArn string

    ARN of the connector profile credentials.

    KmsArn string

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    Name string
    arn String

    ARN of the connector profile.

    connectionMode String

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connectorLabel String

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    connectorProfileConfig ConnectorProfileConnectorProfileConfig

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connectorType String

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    credentialsArn String

    ARN of the connector profile credentials.

    kmsArn String

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name String
    arn string

    ARN of the connector profile.

    connectionMode string

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connectorLabel string

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    connectorProfileConfig ConnectorProfileConnectorProfileConfig

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connectorType string

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    credentialsArn string

    ARN of the connector profile credentials.

    kmsArn string

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name string
    arn str

    ARN of the connector profile.

    connection_mode str

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connector_label str

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    connector_profile_config ConnectorProfileConnectorProfileConfigArgs

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connector_type str

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    credentials_arn str

    ARN of the connector profile credentials.

    kms_arn str

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name str
    arn String

    ARN of the connector profile.

    connectionMode String

    Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: Public, Private.

    connectorLabel String

    The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CustomConnector connector type.

    connectorProfileConfig Property Map

    Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.

    connectorType String

    The type of connector. One of: Amplitude, CustomConnector, CustomerProfiles, Datadog, Dynatrace, EventBridge, Googleanalytics, Honeycode, Infornexus, LookoutMetrics, Marketo, Redshift, S3, Salesforce, SAPOData, Servicenow, Singular, Slack, Snowflake, Trendmicro, Upsolver, Veeva, Zendesk.

    credentialsArn String

    ARN of the connector profile credentials.

    kmsArn String

    ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.

    name String

    Supporting Types

    ConnectorProfileConnectorProfileConfig, ConnectorProfileConnectorProfileConfigArgs

    ConnectorProfileCredentials ConnectorProfileConnectorProfileConfigConnectorProfileCredentials

    The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

    ConnectorProfileProperties ConnectorProfileConnectorProfileConfigConnectorProfileProperties

    The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

    ConnectorProfileCredentials ConnectorProfileConnectorProfileConfigConnectorProfileCredentials

    The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

    ConnectorProfileProperties ConnectorProfileConnectorProfileConfigConnectorProfileProperties

    The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

    connectorProfileCredentials ConnectorProfileConnectorProfileConfigConnectorProfileCredentials

    The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

    connectorProfileProperties ConnectorProfileConnectorProfileConfigConnectorProfileProperties

    The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

    connectorProfileCredentials ConnectorProfileConnectorProfileConfigConnectorProfileCredentials

    The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

    connectorProfileProperties ConnectorProfileConnectorProfileConfigConnectorProfileProperties

    The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

    connector_profile_credentials ConnectorProfileConnectorProfileConfigConnectorProfileCredentials

    The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

    connector_profile_properties ConnectorProfileConnectorProfileConfigConnectorProfileProperties

    The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

    connectorProfileCredentials Property Map

    The connector-specific credentials required by each connector. See Connector Profile Credentials for more details.

    connectorProfileProperties Property Map

    The connector-specific properties of the profile configuration. See Connector Profile Properties for more details.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentials, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsArgs

    Amplitude ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    CustomConnector ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

    The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.

    Datadog ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog

    Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.

    Dynatrace ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace

    The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.

    GoogleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    Honeycode ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    InforNexus ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus

    The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.

    Marketo ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo

    Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.

    Redshift ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift

    Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.

    Salesforce ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce

    The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.

    SapoData ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData

    The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.

    ServiceNow ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow

    The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.

    Singular ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    Slack ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack

    Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.

    Snowflake ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake

    The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.

    Trendmicro ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    Veeva ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva

    Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.

    Zendesk ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk

    Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.

    Amplitude ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    CustomConnector ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

    The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.

    Datadog ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog

    Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.

    Dynatrace ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace

    The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.

    GoogleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    Honeycode ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    InforNexus ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus

    The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.

    Marketo ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo

    Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.

    Redshift ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift

    Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.

    Salesforce ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce

    The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.

    SapoData ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData

    The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.

    ServiceNow ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow

    The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.

    Singular ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    Slack ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack

    Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.

    Snowflake ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake

    The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.

    Trendmicro ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    Veeva ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva

    Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.

    Zendesk ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk

    Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.

    amplitude ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    customConnector ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

    The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.

    datadog ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog

    Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.

    dynatrace ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace

    The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.

    googleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    inforNexus ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus

    The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.

    marketo ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo

    Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.

    redshift ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift

    Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.

    salesforce ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce

    The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.

    sapoData ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData

    The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.

    serviceNow ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow

    The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.

    singular ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack

    Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.

    snowflake ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake

    The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.

    trendmicro ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva

    Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.

    zendesk ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk

    Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.

    amplitude ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    customConnector ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

    The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.

    datadog ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog

    Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.

    dynatrace ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace

    The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.

    googleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    inforNexus ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus

    The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.

    marketo ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo

    Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.

    redshift ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift

    Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.

    salesforce ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce

    The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.

    sapoData ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData

    The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.

    serviceNow ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow

    The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.

    singular ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack

    Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.

    snowflake ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake

    The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.

    trendmicro ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva

    Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.

    zendesk ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk

    Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.

    amplitude ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    custom_connector ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector

    The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.

    datadog ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog

    Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.

    dynatrace ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace

    The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.

    google_analytics ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    infor_nexus ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus

    The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.

    marketo ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo

    Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.

    redshift ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift

    Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.

    salesforce ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce

    The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.

    sapo_data ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData

    The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.

    service_now ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow

    The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.

    singular ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack

    Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.

    snowflake ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake

    The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.

    trendmicro ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva

    Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.

    zendesk ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk

    Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.

    amplitude Property Map

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    customConnector Property Map

    The connector-specific profile credentials required when using the custom connector. See Custom Connector Profile Credentials for more details.

    datadog Property Map

    Connector-specific credentials required when using Datadog. See Datadog Connector Profile Credentials for more details.

    dynatrace Property Map

    The connector-specific credentials required when using Dynatrace. See Dynatrace Connector Profile Credentials for more details.

    googleAnalytics Property Map

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode Property Map

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    inforNexus Property Map

    The connector-specific credentials required when using Infor Nexus. See Infor Nexus Connector Profile Credentials for more details.

    marketo Property Map

    Connector-specific credentials required when using Marketo. See Marketo Connector Profile Credentials for more details.

    redshift Property Map

    Connector-specific credentials required when using Amazon Redshift. See Redshift Connector Profile Credentials for more details.

    salesforce Property Map

    The connector-specific credentials required when using Salesforce. See Salesforce Connector Profile Credentials for more details.

    sapoData Property Map

    The connector-specific credentials required when using SAPOData. See SAPOData Connector Profile Credentials for more details.

    serviceNow Property Map

    The connector-specific credentials required when using ServiceNow. See ServiceNow Connector Profile Credentials for more details.

    singular Property Map

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack Property Map

    Connector-specific credentials required when using Slack. See Slack Connector Profile Credentials for more details.

    snowflake Property Map

    The connector-specific credentials required when using Snowflake. See Snowflake Connector Profile Credentials for more details.

    trendmicro Property Map

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva Property Map

    Connector-specific credentials required when using Veeva. See Veeva Connector Profile Credentials for more details.

    zendesk Property Map

    Connector-specific credentials required when using Zendesk. See Zendesk Connector Profile Credentials for more details.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitude, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsAmplitudeArgs

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    SecretKey string

    The Secret Access Key portion of the credentials.

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    SecretKey string

    The Secret Access Key portion of the credentials.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    secretKey String

    The Secret Access Key portion of the credentials.

    apiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    secretKey string

    The Secret Access Key portion of the credentials.

    api_key str

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    secret_key str

    The Secret Access Key portion of the credentials.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    secretKey String

    The Secret Access Key portion of the credentials.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorArgs

    AuthenticationType string

    The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.

    ApiKey ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    Basic ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic

    Basic credentials that are required for the authentication of the user.

    Custom ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom

    If the connector uses the custom authentication mechanism, this holds the required credentials.

    Oauth2 ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2

    OAuth 2.0 credentials required for the authentication of the user.

    AuthenticationType string

    The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.

    ApiKey ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    Basic ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic

    Basic credentials that are required for the authentication of the user.

    Custom ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom

    If the connector uses the custom authentication mechanism, this holds the required credentials.

    Oauth2 ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2

    OAuth 2.0 credentials required for the authentication of the user.

    authenticationType String

    The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.

    apiKey ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    basic ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic

    Basic credentials that are required for the authentication of the user.

    custom ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom

    If the connector uses the custom authentication mechanism, this holds the required credentials.

    oauth2 ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2

    OAuth 2.0 credentials required for the authentication of the user.

    authenticationType string

    The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.

    apiKey ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    basic ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic

    Basic credentials that are required for the authentication of the user.

    custom ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom

    If the connector uses the custom authentication mechanism, this holds the required credentials.

    oauth2 ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2

    OAuth 2.0 credentials required for the authentication of the user.

    authentication_type str

    The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.

    api_key ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    basic ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic

    Basic credentials that are required for the authentication of the user.

    custom ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom

    If the connector uses the custom authentication mechanism, this holds the required credentials.

    oauth2 ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2

    OAuth 2.0 credentials required for the authentication of the user.

    authenticationType String

    The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY, BASIC, CUSTOM, OAUTH2.

    apiKey Property Map

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    basic Property Map

    Basic credentials that are required for the authentication of the user.

    custom Property Map

    If the connector uses the custom authentication mechanism, this holds the required credentials.

    oauth2 Property Map

    OAuth 2.0 credentials required for the authentication of the user.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKeyArgs

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    ApiSecretKey string

    The API secret key required for API key authentication.

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    ApiSecretKey string

    The API secret key required for API key authentication.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    apiSecretKey String

    The API secret key required for API key authentication.

    apiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    apiSecretKey string

    The API secret key required for API key authentication.

    api_key str

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    api_secret_key str

    The API secret key required for API key authentication.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    apiSecretKey String

    The API secret key required for API key authentication.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasicArgs

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    password string

    The password to use to connect to a resource.

    username string

    The username to use to connect to a resource.

    password str

    The password to use to connect to a resource.

    username str

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustomArgs

    CustomAuthenticationType string

    The custom authentication type that the connector uses.

    CredentialsMap Dictionary<string, string>

    A map that holds custom authentication credentials.

    CustomAuthenticationType string

    The custom authentication type that the connector uses.

    CredentialsMap map[string]string

    A map that holds custom authentication credentials.

    customAuthenticationType String

    The custom authentication type that the connector uses.

    credentialsMap Map<String,String>

    A map that holds custom authentication credentials.

    customAuthenticationType string

    The custom authentication type that the connector uses.

    credentialsMap {[key: string]: string}

    A map that holds custom authentication credentials.

    custom_authentication_type str

    The custom authentication type that the connector uses.

    credentials_map Mapping[str, str]

    A map that holds custom authentication credentials.

    customAuthenticationType String

    The custom authentication type that the connector uses.

    credentialsMap Map<String>

    A map that holds custom authentication credentials.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2Args

    AccessToken string

    The access token used to access the connector on your behalf.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    AccessToken string

    The access token used to access the connector on your behalf.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    accessToken String

    The access token used to access the connector on your behalf.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    accessToken string

    The access token used to access the connector on your behalf.

    clientId string

    The identifier for the desired client.

    clientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken string

    The refresh token used to refresh an expired access token.

    access_token str

    The access token used to access the connector on your behalf.

    client_id str

    The identifier for the desired client.

    client_secret str

    The client secret used by the OAuth client to authenticate to the authorization server.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refresh_token str

    The refresh token used to refresh an expired access token.

    accessToken String

    The access token used to access the connector on your behalf.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadogArgs

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    ApplicationKey string

    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.

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    ApplicationKey string

    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.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    applicationKey String

    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.

    apiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    applicationKey string

    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.

    api_key str

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    application_key str

    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.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    applicationKey String

    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.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatrace, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDynatraceArgs

    ApiToken string

    The API tokens used by Dynatrace API to authenticate various API calls.

    ApiToken string

    The API tokens used by Dynatrace API to authenticate various API calls.

    apiToken String

    The API tokens used by Dynatrace API to authenticate various API calls.

    apiToken string

    The API tokens used by Dynatrace API to authenticate various API calls.

    api_token str

    The API tokens used by Dynatrace API to authenticate various API calls.

    apiToken String

    The API tokens used by Dynatrace API to authenticate various API calls.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalytics, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsArgs

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    clientId string

    The identifier for the desired client.

    clientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken string

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken string

    The refresh token used to refresh an expired access token.

    client_id str

    The identifier for the desired client.

    client_secret str

    The client secret used by the OAuth client to authenticate to the authorization server.

    access_token str

    The access token used to access the connector on your behalf.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refresh_token str

    The refresh token used to refresh an expired access token.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsGoogleAnalyticsOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycode, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    accessToken string

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken string

    The refresh token used to refresh an expired access token.

    access_token str

    The access token used to access the connector on your behalf.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refresh_token str

    The refresh token used to refresh an expired access token.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexus, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsInforNexusArgs

    AccessKeyId string

    The Access Key portion of the credentials.

    Datakey string

    Encryption keys used to encrypt data.

    SecretAccessKey string

    The secret key used to sign requests.

    UserId string

    Identifier for the user.

    AccessKeyId string

    The Access Key portion of the credentials.

    Datakey string

    Encryption keys used to encrypt data.

    SecretAccessKey string

    The secret key used to sign requests.

    UserId string

    Identifier for the user.

    accessKeyId String

    The Access Key portion of the credentials.

    datakey String

    Encryption keys used to encrypt data.

    secretAccessKey String

    The secret key used to sign requests.

    userId String

    Identifier for the user.

    accessKeyId string

    The Access Key portion of the credentials.

    datakey string

    Encryption keys used to encrypt data.

    secretAccessKey string

    The secret key used to sign requests.

    userId string

    Identifier for the user.

    access_key_id str

    The Access Key portion of the credentials.

    datakey str

    Encryption keys used to encrypt data.

    secret_access_key str

    The secret key used to sign requests.

    user_id str

    Identifier for the user.

    accessKeyId String

    The Access Key portion of the credentials.

    datakey String

    Encryption keys used to encrypt data.

    secretAccessKey String

    The secret key used to sign requests.

    userId String

    Identifier for the user.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketo, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoArgs

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId string

    The identifier for the desired client.

    clientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken string

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    client_id str

    The identifier for the desired client.

    client_secret str

    The client secret used by the OAuth client to authenticate to the authorization server.

    access_token str

    The access token used to access the connector on your behalf.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsMarketoOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshiftArgs

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    password string

    The password to use to connect to a resource.

    username string

    The username to use to connect to a resource.

    password str

    The password to use to connect to a resource.

    username str

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforce, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceArgs

    AccessToken string

    The access token used to access the connector on your behalf.

    ClientCredentialsArn string

    The secret manager ARN, which contains the client ID and client secret of the connected app.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    AccessToken string

    The access token used to access the connector on your behalf.

    ClientCredentialsArn string

    The secret manager ARN, which contains the client ID and client secret of the connected app.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    accessToken String

    The access token used to access the connector on your behalf.

    clientCredentialsArn String

    The secret manager ARN, which contains the client ID and client secret of the connected app.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    accessToken string

    The access token used to access the connector on your behalf.

    clientCredentialsArn string

    The secret manager ARN, which contains the client ID and client secret of the connected app.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken string

    The refresh token used to refresh an expired access token.

    access_token str

    The access token used to access the connector on your behalf.

    client_credentials_arn str

    The secret manager ARN, which contains the client ID and client secret of the connected app.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refresh_token str

    The refresh token used to refresh an expired access token.

    accessToken String

    The access token used to access the connector on your behalf.

    clientCredentialsArn String

    The secret manager ARN, which contains the client ID and client secret of the connected app.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSalesforceOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataArgs

    basicAuthCredentials Property Map

    The SAPOData basic authentication credentials.

    oauthCredentials Property Map

    The SAPOData OAuth type authentication credentials.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentialsArgs

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    password string

    The password to use to connect to a resource.

    username string

    The username to use to connect to a resource.

    password str

    The password to use to connect to a resource.

    username str

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    RefreshToken string

    The refresh token used to refresh an expired access token.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    clientId string

    The identifier for the desired client.

    clientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken string

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken string

    The refresh token used to refresh an expired access token.

    client_id str

    The identifier for the desired client.

    client_secret str

    The client secret used by the OAuth client to authenticate to the authorization server.

    access_token str

    The access token used to access the connector on your behalf.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refresh_token str

    The refresh token used to refresh an expired access token.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    refreshToken String

    The refresh token used to refresh an expired access token.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNow, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsServiceNowArgs

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    password string

    The password to use to connect to a resource.

    username string

    The username to use to connect to a resource.

    password str

    The password to use to connect to a resource.

    username str

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingular, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSingularArgs

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    ApiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    apiKey string

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    api_key str

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    apiKey String

    Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlack, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackArgs

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId string

    The identifier for the desired client.

    clientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken string

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    client_id str

    The identifier for the desired client.

    client_secret str

    The client secret used by the OAuth client to authenticate to the authorization server.

    access_token str

    The access token used to access the connector on your behalf.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSlackOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflake, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSnowflakeArgs

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    password string

    The password to use to connect to a resource.

    username string

    The username to use to connect to a resource.

    password str

    The password to use to connect to a resource.

    username str

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicro, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsTrendmicroArgs

    ApiSecretKey string

    The API secret key required for API key authentication.

    ApiSecretKey string

    The API secret key required for API key authentication.

    apiSecretKey String

    The API secret key required for API key authentication.

    apiSecretKey string

    The API secret key required for API key authentication.

    api_secret_key str

    The API secret key required for API key authentication.

    apiSecretKey String

    The API secret key required for API key authentication.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeeva, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsVeevaArgs

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    Password string

    The password to use to connect to a resource.

    Username string

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    password string

    The password to use to connect to a resource.

    username string

    The username to use to connect to a resource.

    password str

    The password to use to connect to a resource.

    username str

    The username to use to connect to a resource.

    password String

    The password to use to connect to a resource.

    username String

    The username to use to connect to a resource.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendesk, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    ClientId string

    The identifier for the desired client.

    ClientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    AccessToken string

    The access token used to access the connector on your behalf.

    OauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId string

    The identifier for the desired client.

    clientSecret string

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken string

    The access token used to access the connector on your behalf.

    oauthRequest ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    client_id str

    The identifier for the desired client.

    client_secret str

    The client secret used by the OAuth client to authenticate to the authorization server.

    access_token str

    The access token used to access the connector on your behalf.

    oauth_request ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    clientId String

    The identifier for the desired client.

    clientSecret String

    The client secret used by the OAuth client to authenticate to the authorization server.

    accessToken String

    The access token used to access the connector on your behalf.

    oauthRequest Property Map

    Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

    ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequest, ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    AuthCode string

    The code provided by the connector when it has been authenticated via the connected app.

    RedirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode string

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri string

    The URL to which the authentication server redirects the browser after authorization has been granted.

    auth_code str

    The code provided by the connector when it has been authenticated via the connected app.

    redirect_uri str

    The URL to which the authentication server redirects the browser after authorization has been granted.

    authCode String

    The code provided by the connector when it has been authenticated via the connected app.

    redirectUri String

    The URL to which the authentication server redirects the browser after authorization has been granted.

    ConnectorProfileConnectorProfileConfigConnectorProfileProperties, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesArgs

    Amplitude ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    CustomConnector ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector

    The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.

    Datadog ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog

    Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.

    Dynatrace ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace

    The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.

    GoogleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    Honeycode ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    InforNexus ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus

    The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.

    Marketo ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo

    Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.

    Redshift ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift

    Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.

    Salesforce ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce

    The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.

    SapoData ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData

    The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.

    ServiceNow ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow

    The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.

    Singular ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    Slack ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack

    Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.

    Snowflake ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake

    The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.

    Trendmicro ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    Veeva ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva

    Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.

    Zendesk ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk

    Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.

    Amplitude ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    CustomConnector ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector

    The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.

    Datadog ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog

    Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.

    Dynatrace ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace

    The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.

    GoogleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    Honeycode ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    InforNexus ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus

    The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.

    Marketo ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo

    Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.

    Redshift ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift

    Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.

    Salesforce ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce

    The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.

    SapoData ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData

    The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.

    ServiceNow ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow

    The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.

    Singular ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    Slack ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack

    Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.

    Snowflake ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake

    The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.

    Trendmicro ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    Veeva ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva

    Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.

    Zendesk ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk

    Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.

    amplitude ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    customConnector ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector

    The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.

    datadog ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog

    Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.

    dynatrace ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace

    The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.

    googleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    inforNexus ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus

    The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.

    marketo ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo

    Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.

    redshift ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift

    Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.

    salesforce ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce

    The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.

    sapoData ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData

    The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.

    serviceNow ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow

    The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.

    singular ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack

    Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.

    snowflake ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake

    The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.

    trendmicro ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva

    Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.

    zendesk ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk

    Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.

    amplitude ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    customConnector ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector

    The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.

    datadog ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog

    Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.

    dynatrace ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace

    The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.

    googleAnalytics ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    inforNexus ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus

    The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.

    marketo ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo

    Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.

    redshift ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift

    Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.

    salesforce ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce

    The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.

    sapoData ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData

    The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.

    serviceNow ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow

    The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.

    singular ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack

    Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.

    snowflake ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake

    The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.

    trendmicro ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva

    Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.

    zendesk ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk

    Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.

    amplitude ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesAmplitude

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    custom_connector ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector

    The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.

    datadog ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog

    Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.

    dynatrace ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace

    The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.

    google_analytics ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesGoogleAnalytics

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesHoneycode

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    infor_nexus ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus

    The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.

    marketo ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo

    Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.

    redshift ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift

    Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.

    salesforce ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce

    The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.

    sapo_data ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData

    The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.

    service_now ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow

    The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.

    singular ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSingular

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack

    Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.

    snowflake ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake

    The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.

    trendmicro ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesTrendmicro

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva

    Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.

    zendesk ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk

    Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.

    amplitude Property Map

    The connector-specific credentials required when using Amplitude. See Amplitude Connector Profile Credentials for more details.

    customConnector Property Map

    The connector-specific profile properties required when using the custom connector. See Custom Connector Profile Properties for more details.

    datadog Property Map

    Connector-specific properties required when using Datadog. See Generic Connector Profile Properties for more details.

    dynatrace Property Map

    The connector-specific properties required when using Dynatrace. See Generic Connector Profile Properties for more details.

    googleAnalytics Property Map

    The connector-specific credentials required when using Google Analytics. See Google Analytics Connector Profile Credentials for more details.

    honeycode Property Map

    The connector-specific credentials required when using Amazon Honeycode. See Honeycode Connector Profile Credentials for more details.

    inforNexus Property Map

    The connector-specific properties required when using Infor Nexus. See Generic Connector Profile Properties for more details.

    marketo Property Map

    Connector-specific properties required when using Marketo. See Generic Connector Profile Properties for more details.

    redshift Property Map

    Connector-specific properties required when using Amazon Redshift. See Redshift Connector Profile Properties for more details.

    salesforce Property Map

    The connector-specific properties required when using Salesforce. See Salesforce Connector Profile Properties for more details.

    sapoData Property Map

    The connector-specific properties required when using SAPOData. See SAPOData Connector Profile Properties for more details.

    serviceNow Property Map

    The connector-specific properties required when using ServiceNow. See Generic Connector Profile Properties for more details.

    singular Property Map

    Connector-specific credentials required when using Singular. See Singular Connector Profile Credentials for more details.

    slack Property Map

    Connector-specific properties required when using Slack. See Generic Connector Profile Properties for more details.

    snowflake Property Map

    The connector-specific properties required when using Snowflake. See Snowflake Connector Profile Properties for more details.

    trendmicro Property Map

    The connector-specific credentials required when using Trend Micro. See Trend Micro Connector Profile Credentials for more details.

    veeva Property Map

    Connector-specific properties required when using Veeva. See Generic Connector Profile Properties for more details.

    zendesk Property Map

    Connector-specific properties required when using Zendesk. See Generic Connector Profile Properties for more details.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs

    Oauth2Properties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties

    The OAuth 2.0 properties required for OAuth 2.0 authentication.

    ProfileProperties Dictionary<string, string>

    A map of properties that are required to create a profile for the custom connector.

    Oauth2Properties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties

    The OAuth 2.0 properties required for OAuth 2.0 authentication.

    ProfileProperties map[string]string

    A map of properties that are required to create a profile for the custom connector.

    oauth2Properties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties

    The OAuth 2.0 properties required for OAuth 2.0 authentication.

    profileProperties Map<String,String>

    A map of properties that are required to create a profile for the custom connector.

    oauth2Properties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties

    The OAuth 2.0 properties required for OAuth 2.0 authentication.

    profileProperties {[key: string]: string}

    A map of properties that are required to create a profile for the custom connector.

    oauth2_properties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties

    The OAuth 2.0 properties required for OAuth 2.0 authentication.

    profile_properties Mapping[str, str]

    A map of properties that are required to create a profile for the custom connector.

    oauth2Properties Property Map

    The OAuth 2.0 properties required for OAuth 2.0 authentication.

    profileProperties Map<String>

    A map of properties that are required to create a profile for the custom connector.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs

    Oauth2GrantType string

    The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

    TokenUrl string

    The token URL required for OAuth 2.0 authentication.

    TokenUrlCustomProperties Dictionary<string, string>

    Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.

    Oauth2GrantType string

    The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

    TokenUrl string

    The token URL required for OAuth 2.0 authentication.

    TokenUrlCustomProperties map[string]string

    Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.

    oauth2GrantType String

    The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

    tokenUrl String

    The token URL required for OAuth 2.0 authentication.

    tokenUrlCustomProperties Map<String,String>

    Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.

    oauth2GrantType string

    The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

    tokenUrl string

    The token URL required for OAuth 2.0 authentication.

    tokenUrlCustomProperties {[key: string]: string}

    Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.

    oauth2_grant_type str

    The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

    token_url str

    The token URL required for OAuth 2.0 authentication.

    token_url_custom_properties Mapping[str, str]

    Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.

    oauth2GrantType String

    The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication. One of: AUTHORIZATION_CODE, CLIENT_CREDENTIALS.

    tokenUrl String

    The token URL required for OAuth 2.0 authentication.

    tokenUrlCustomProperties Map<String>

    Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadog, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDatadogArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatrace, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesDynatraceArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexus, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesInforNexusArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketo, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesMarketoArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshiftArgs

    BucketName string

    A name for the associated Amazon S3 bucket.

    RoleArn string

    ARN of the IAM role.

    BucketPrefix string

    The object key for the destination bucket in which Amazon AppFlow places the files.

    ClusterIdentifier string

    The unique ID that's assigned to an Amazon Redshift cluster.

    DataApiRoleArn string

    ARN of the IAM role that permits AppFlow to access the database through Data API.

    DatabaseName string

    The name of an Amazon Redshift database.

    DatabaseUrl string

    The JDBC URL of the Amazon Redshift cluster.

    BucketName string

    A name for the associated Amazon S3 bucket.

    RoleArn string

    ARN of the IAM role.

    BucketPrefix string

    The object key for the destination bucket in which Amazon AppFlow places the files.

    ClusterIdentifier string

    The unique ID that's assigned to an Amazon Redshift cluster.

    DataApiRoleArn string

    ARN of the IAM role that permits AppFlow to access the database through Data API.

    DatabaseName string

    The name of an Amazon Redshift database.

    DatabaseUrl string

    The JDBC URL of the Amazon Redshift cluster.

    bucketName String

    A name for the associated Amazon S3 bucket.

    roleArn String

    ARN of the IAM role.

    bucketPrefix String

    The object key for the destination bucket in which Amazon AppFlow places the files.

    clusterIdentifier String

    The unique ID that's assigned to an Amazon Redshift cluster.

    dataApiRoleArn String

    ARN of the IAM role that permits AppFlow to access the database through Data API.

    databaseName String

    The name of an Amazon Redshift database.

    databaseUrl String

    The JDBC URL of the Amazon Redshift cluster.

    bucketName string

    A name for the associated Amazon S3 bucket.

    roleArn string

    ARN of the IAM role.

    bucketPrefix string

    The object key for the destination bucket in which Amazon AppFlow places the files.

    clusterIdentifier string

    The unique ID that's assigned to an Amazon Redshift cluster.

    dataApiRoleArn string

    ARN of the IAM role that permits AppFlow to access the database through Data API.

    databaseName string

    The name of an Amazon Redshift database.

    databaseUrl string

    The JDBC URL of the Amazon Redshift cluster.

    bucket_name str

    A name for the associated Amazon S3 bucket.

    role_arn str

    ARN of the IAM role.

    bucket_prefix str

    The object key for the destination bucket in which Amazon AppFlow places the files.

    cluster_identifier str

    The unique ID that's assigned to an Amazon Redshift cluster.

    data_api_role_arn str

    ARN of the IAM role that permits AppFlow to access the database through Data API.

    database_name str

    The name of an Amazon Redshift database.

    database_url str

    The JDBC URL of the Amazon Redshift cluster.

    bucketName String

    A name for the associated Amazon S3 bucket.

    roleArn String

    ARN of the IAM role.

    bucketPrefix String

    The object key for the destination bucket in which Amazon AppFlow places the files.

    clusterIdentifier String

    The unique ID that's assigned to an Amazon Redshift cluster.

    dataApiRoleArn String

    ARN of the IAM role that permits AppFlow to access the database through Data API.

    databaseName String

    The name of an Amazon Redshift database.

    databaseUrl String

    The JDBC URL of the Amazon Redshift cluster.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforce, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSalesforceArgs

    InstanceUrl string

    The location of the Datadog resource.

    IsSandboxEnvironment bool

    Indicates whether the connector profile applies to a sandbox or production environment.

    InstanceUrl string

    The location of the Datadog resource.

    IsSandboxEnvironment bool

    Indicates whether the connector profile applies to a sandbox or production environment.

    instanceUrl String

    The location of the Datadog resource.

    isSandboxEnvironment Boolean

    Indicates whether the connector profile applies to a sandbox or production environment.

    instanceUrl string

    The location of the Datadog resource.

    isSandboxEnvironment boolean

    Indicates whether the connector profile applies to a sandbox or production environment.

    instance_url str

    The location of the Datadog resource.

    is_sandbox_environment bool

    Indicates whether the connector profile applies to a sandbox or production environment.

    instanceUrl String

    The location of the Datadog resource.

    isSandboxEnvironment Boolean

    Indicates whether the connector profile applies to a sandbox or production environment.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs

    ApplicationHostUrl string

    The location of the SAPOData resource.

    ApplicationServicePath string

    The application path to catalog service.

    ClientNumber string

    The client number for the client creating the connection.

    PortNumber int

    The port number of the SAPOData instance.

    LogonLanguage string

    The logon language of SAPOData instance.

    OauthProperties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties

    The SAPOData OAuth properties required for OAuth type authentication.

    PrivateLinkServiceName string

    The SAPOData Private Link service name to be used for private data transfers.

    ApplicationHostUrl string

    The location of the SAPOData resource.

    ApplicationServicePath string

    The application path to catalog service.

    ClientNumber string

    The client number for the client creating the connection.

    PortNumber int

    The port number of the SAPOData instance.

    LogonLanguage string

    The logon language of SAPOData instance.

    OauthProperties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties

    The SAPOData OAuth properties required for OAuth type authentication.

    PrivateLinkServiceName string

    The SAPOData Private Link service name to be used for private data transfers.

    applicationHostUrl String

    The location of the SAPOData resource.

    applicationServicePath String

    The application path to catalog service.

    clientNumber String

    The client number for the client creating the connection.

    portNumber Integer

    The port number of the SAPOData instance.

    logonLanguage String

    The logon language of SAPOData instance.

    oauthProperties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties

    The SAPOData OAuth properties required for OAuth type authentication.

    privateLinkServiceName String

    The SAPOData Private Link service name to be used for private data transfers.

    applicationHostUrl string

    The location of the SAPOData resource.

    applicationServicePath string

    The application path to catalog service.

    clientNumber string

    The client number for the client creating the connection.

    portNumber number

    The port number of the SAPOData instance.

    logonLanguage string

    The logon language of SAPOData instance.

    oauthProperties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties

    The SAPOData OAuth properties required for OAuth type authentication.

    privateLinkServiceName string

    The SAPOData Private Link service name to be used for private data transfers.

    application_host_url str

    The location of the SAPOData resource.

    application_service_path str

    The application path to catalog service.

    client_number str

    The client number for the client creating the connection.

    port_number int

    The port number of the SAPOData instance.

    logon_language str

    The logon language of SAPOData instance.

    oauth_properties ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties

    The SAPOData OAuth properties required for OAuth type authentication.

    private_link_service_name str

    The SAPOData Private Link service name to be used for private data transfers.

    applicationHostUrl String

    The location of the SAPOData resource.

    applicationServicePath String

    The application path to catalog service.

    clientNumber String

    The client number for the client creating the connection.

    portNumber Number

    The port number of the SAPOData instance.

    logonLanguage String

    The logon language of SAPOData instance.

    oauthProperties Property Map

    The SAPOData OAuth properties required for OAuth type authentication.

    privateLinkServiceName String

    The SAPOData Private Link service name to be used for private data transfers.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs

    AuthCodeUrl string

    The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

    OauthScopes List<string>

    The OAuth scopes required for OAuth type authentication.

    TokenUrl string

    The token URL required for OAuth 2.0 authentication.

    AuthCodeUrl string

    The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

    OauthScopes []string

    The OAuth scopes required for OAuth type authentication.

    TokenUrl string

    The token URL required for OAuth 2.0 authentication.

    authCodeUrl String

    The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

    oauthScopes List<String>

    The OAuth scopes required for OAuth type authentication.

    tokenUrl String

    The token URL required for OAuth 2.0 authentication.

    authCodeUrl string

    The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

    oauthScopes string[]

    The OAuth scopes required for OAuth type authentication.

    tokenUrl string

    The token URL required for OAuth 2.0 authentication.

    auth_code_url str

    The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

    oauth_scopes Sequence[str]

    The OAuth scopes required for OAuth type authentication.

    token_url str

    The token URL required for OAuth 2.0 authentication.

    authCodeUrl String

    The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

    oauthScopes List<String>

    The OAuth scopes required for OAuth type authentication.

    tokenUrl String

    The token URL required for OAuth 2.0 authentication.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNow, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlack, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSlackArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflake, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSnowflakeArgs

    BucketName string

    A name for the associated Amazon S3 bucket.

    Stage string

    Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

    Warehouse string

    The name of the Snowflake warehouse.

    AccountName string

    The name of the account.

    BucketPrefix string

    The object key for the destination bucket in which Amazon AppFlow places the files.

    PrivateLinkServiceName string

    The SAPOData Private Link service name to be used for private data transfers.

    Region string

    AWS Region of the Snowflake account.

    BucketName string

    A name for the associated Amazon S3 bucket.

    Stage string

    Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

    Warehouse string

    The name of the Snowflake warehouse.

    AccountName string

    The name of the account.

    BucketPrefix string

    The object key for the destination bucket in which Amazon AppFlow places the files.

    PrivateLinkServiceName string

    The SAPOData Private Link service name to be used for private data transfers.

    Region string

    AWS Region of the Snowflake account.

    bucketName String

    A name for the associated Amazon S3 bucket.

    stage String

    Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

    warehouse String

    The name of the Snowflake warehouse.

    accountName String

    The name of the account.

    bucketPrefix String

    The object key for the destination bucket in which Amazon AppFlow places the files.

    privateLinkServiceName String

    The SAPOData Private Link service name to be used for private data transfers.

    region String

    AWS Region of the Snowflake account.

    bucketName string

    A name for the associated Amazon S3 bucket.

    stage string

    Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

    warehouse string

    The name of the Snowflake warehouse.

    accountName string

    The name of the account.

    bucketPrefix string

    The object key for the destination bucket in which Amazon AppFlow places the files.

    privateLinkServiceName string

    The SAPOData Private Link service name to be used for private data transfers.

    region string

    AWS Region of the Snowflake account.

    bucket_name str

    A name for the associated Amazon S3 bucket.

    stage str

    Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

    warehouse str

    The name of the Snowflake warehouse.

    account_name str

    The name of the account.

    bucket_prefix str

    The object key for the destination bucket in which Amazon AppFlow places the files.

    private_link_service_name str

    The SAPOData Private Link service name to be used for private data transfers.

    region str

    AWS Region of the Snowflake account.

    bucketName String

    A name for the associated Amazon S3 bucket.

    stage String

    Name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: <Database>.<Schema>.<Stage Name>.

    warehouse String

    The name of the Snowflake warehouse.

    accountName String

    The name of the account.

    bucketPrefix String

    The object key for the destination bucket in which Amazon AppFlow places the files.

    privateLinkServiceName String

    The SAPOData Private Link service name to be used for private data transfers.

    region String

    AWS Region of the Snowflake account.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeeva, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesVeevaArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendesk, ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesZendeskArgs

    InstanceUrl string

    The location of the Datadog resource.

    InstanceUrl string

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    instanceUrl string

    The location of the Datadog resource.

    instance_url str

    The location of the Datadog resource.

    instanceUrl String

    The location of the Datadog resource.

    Import

    Using pulumi import, import AppFlow Connector Profile using the connector profile arn. For example:

     $ pulumi import aws:appflow/connectorProfile:ConnectorProfile profile arn:aws:appflow:us-west-2:123456789012:connectorprofile/example-profile
    

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the aws Terraform Provider.

    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.2.1 published on Friday, Sep 22, 2023 by Pulumi