Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateConnectorProfileRequest

import type { CreateConnectorProfileRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface CreateConnectorProfileRequest {
connectionMode: ConnectionMode;
connectorLabel?: string | null;
connectorProfileConfig: ConnectorProfileConfig;
connectorProfileName: string;
connectorType: ConnectorType;
kmsArn?: string | null;
}

§Properties

§
connectionMode: ConnectionMode
[src]

Indicates the connection mode and specifies whether it is public or private. Private flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the public internet.

§
connectorLabel?: string | null
[src]

The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

§
connectorProfileConfig: ConnectorProfileConfig
[src]

Defines the connector-specific configuration and credentials.

§
connectorProfileName: string
[src]

The name of the connector profile. The name is unique for each ConnectorProfile in your Amazon Web Services account.

§
connectorType: ConnectorType
[src]

The type of connector, such as Salesforce, Amplitude, and so on.

§
kmsArn?: string | null
[src]

The 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.