Table of Contents

Class CreateConnectionBasicAuthRequestParameters

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Contains the Basic authorization parameters to use for the connection.

public class CreateConnectionBasicAuthRequestParameters
Inheritance
CreateConnectionBasicAuthRequestParameters
Inherited Members

Constructors

CreateConnectionBasicAuthRequestParameters()

public CreateConnectionBasicAuthRequestParameters()

Properties

Password

Gets and sets the property Password.

The password associated with the user name to use for Basic authorization.

public string Password { get; set; }

Property Value

string

Username

Gets and sets the property Username.

The user name to use for Basic authorization.

public string Username { get; set; }

Property Value

string