Class CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty
The connector-specific profile credentials required when using Singular.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty : CfnConnectorProfilePropsMixin.ISingularConnectorProfileCredentialsProperty
Syntax (vb)
Public Class CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty Implements CfnConnectorProfilePropsMixin.ISingularConnectorProfileCredentialsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins;
var singularConnectorProfileCredentialsProperty = new SingularConnectorProfileCredentialsProperty {
ApiKey = "apiKey"
};
Synopsis
Constructors
| SingularConnectorProfileCredentialsProperty() | The connector-specific profile credentials required when using Singular. |
Properties
| ApiKey | A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. |
Constructors
SingularConnectorProfileCredentialsProperty()
The connector-specific profile credentials required when using Singular.
public SingularConnectorProfileCredentialsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins;
var singularConnectorProfileCredentialsProperty = new SingularConnectorProfileCredentialsProperty {
ApiKey = "apiKey"
};
Properties
ApiKey
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
public string? ApiKey { get; set; }