Show / Hide Table of Contents

Class CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty

The connector-specific profile credentials required when using Veeva.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofilecredentials.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 veevaConnectorProfileCredentialsProperty = new VeevaConnectorProfileCredentialsProperty {
    Password = "password",
    Username = "username"
};

Synopsis

Constructors

VeevaConnectorProfileCredentialsProperty()

Properties

Password

The password that corresponds to the user name.

Username

The name of the user.

Constructors

VeevaConnectorProfileCredentialsProperty()

public VeevaConnectorProfileCredentialsProperty()

Properties

Password

The password that corresponds to the user name.

public string Password { get; set; }
Property Value

System.String

Remarks

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

Username

The name of the user.

public string Username { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnConnectorProfile.IVeevaConnectorProfileCredentialsProperty
Back to top Generated by DocFX