aws-cdk-lib.aws_appflow.CfnConnectorProfile.CustomAuthCredentialsProperty

interface CustomAuthCredentialsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.CustomAuthCredentialsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_CustomAuthCredentialsProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.CustomAuthCredentialsProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.CustomAuthCredentialsProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » CustomAuthCredentialsProperty

The custom credentials required for custom authentication.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const customAuthCredentialsProperty: appflow.CfnConnectorProfile.CustomAuthCredentialsProperty = {
  customAuthenticationType: 'customAuthenticationType',

  // the properties below are optional
  credentialsMap: {
    credentialsMapKey: 'credentialsMap',
  },
};

Properties

NameTypeDescription
customAuthenticationTypestringThe custom authentication type that the connector uses.
credentialsMap?IResolvable | { [string]: string }A map that holds custom authentication credentials.

customAuthenticationType

Type: string

The custom authentication type that the connector uses.


credentialsMap?

Type: IResolvable | { [string]: string } (optional)

A map that holds custom authentication credentials.