interface SingularConnectorProfileCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnConnectorProfilePropsMixin_SingularConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » CfnConnectorProfilePropsMixin » 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/cfn-property-mixins';
const singularConnectorProfileCredentialsProperty: appflow.CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty = {
apiKey: 'apiKey',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. |
apiKey?
Type:
string
(optional)
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

.NET
Go
Java
Python
TypeScript