Show / Hide Table of Contents

Class CfnConnectorProfile.SingularConnectorProfileCredentialsProperty

The connector-specific profile credentials required when using Singular.

Inheritance
System.Object
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty
Implements
CfnConnectorProfile.ISingularConnectorProfileCredentialsProperty
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.AWS.AppFlow.dll
Syntax (csharp)
public class SingularConnectorProfileCredentialsProperty : Object, CfnConnectorProfile.ISingularConnectorProfileCredentialsProperty
Syntax (vb)
Public Class SingularConnectorProfileCredentialsProperty
    Inherits Object
    Implements CfnConnectorProfile.ISingularConnectorProfileCredentialsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-singularconnectorprofilecredentials.html

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.AWS.AppFlow;

var singularConnectorProfileCredentialsProperty = new SingularConnectorProfileCredentialsProperty {
    ApiKey = "apiKey"
};

Synopsis

Constructors

SingularConnectorProfileCredentialsProperty()

Properties

ApiKey

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

Constructors

SingularConnectorProfileCredentialsProperty()

public SingularConnectorProfileCredentialsProperty()

Properties

ApiKey

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

public string ApiKey { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-singularconnectorprofilecredentials.html#cfn-appflow-connectorprofile-singularconnectorprofilecredentials-apikey

Implements

CfnConnectorProfile.ISingularConnectorProfileCredentialsProperty
Back to top Generated by DocFX