Show / Hide Table of Contents

Class CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty

The connector-specific profile credentials required when using Singular.

Inheritance
object
CfnConnectorProfilePropsMixin.SingularConnectorProfileCredentialsProperty
Implements
CfnConnectorProfilePropsMixin.ISingularConnectorProfileCredentialsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.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; }
Property Value

string

Remarks

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

Implements

CfnConnectorProfilePropsMixin.ISingularConnectorProfileCredentialsProperty
Back to top Generated by DocFX