aws-cdk-lib.aws_appflow.CfnConnectorProfile.SingularConnectorProfileCredentialsProperty

interface SingularConnectorProfileCredentialsProperty

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

The connector-specific profile credentials required when using Singular.

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 singularConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.SingularConnectorProfileCredentialsProperty = {
  apiKey: 'apiKey',
};

Properties

NameTypeDescription
apiKeystringA unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

apiKey

Type: string

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