AWS::AppFlow::ConnectorProfile CustomConnectorProfileCredentials - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppFlow::ConnectorProfile CustomConnectorProfileCredentials

The connector-specific profile credentials that are required when using the custom connector.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

ApiKey

The API keys required for the authentication of the user.

Required: No

Type: ApiKeyCredentials

Update requires: No interruption

AuthenticationType

The authentication type that the custom connector uses for authenticating while creating a connector profile.

Required: Yes

Type: String

Allowed values: OAUTH2 | APIKEY | BASIC | CUSTOM

Update requires: No interruption

Basic

The basic credentials that are required for the authentication of the user.

Required: No

Type: BasicAuthCredentials

Update requires: No interruption

Custom

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

Required: No

Type: CustomAuthCredentials

Update requires: No interruption

Oauth2

The OAuth 2.0 credentials required for the authentication of the user.

Required: No

Type: OAuth2Credentials

Update requires: No interruption