CreateConnectionBasicAuthRequestParameters - Amazon EventBridge
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CreateConnectionBasicAuthRequestParameters

Contains the Basic authorization parameters to use for the connection.

Contents

Password

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

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: ^[ \t]*[^\x00-\x1F:\x7F]+([ \t]+[^\x00-\x1F:\x7F]+)*[ \t]*$

Required: Yes

Username

The user name to use for Basic authorization.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Pattern: ^[ \t]*[^\x00-\x1F:\x7F]+([ \t]+[^\x00-\x1F:\x7F]+)*[ \t]*$

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: