aws-cdk-lib.aws_appflow.CfnConnectorProfile.ApiKeyCredentialsProperty

interface ApiKeyCredentialsProperty

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

The API key credentials required for API key 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 apiKeyCredentialsProperty: appflow.CfnConnectorProfile.ApiKeyCredentialsProperty = {
  apiKey: 'apiKey',

  // the properties below are optional
  apiSecretKey: 'apiSecretKey',
};

Properties

NameTypeDescription
apiKeystringThe API key required for API key authentication.
apiSecretKey?stringThe API secret key required for API key authentication.

apiKey

Type: string

The API key required for API key authentication.


apiSecretKey?

Type: string (optional)

The API secret key required for API key authentication.