Class CreateConnectionApiKeyAuthRequestParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains the API key authorization parameters for the connection.
public class CreateConnectionApiKeyAuthRequestParameters
- Inheritance
-
CreateConnectionApiKeyAuthRequestParameters
- Inherited Members
Constructors
CreateConnectionApiKeyAuthRequestParameters()
public CreateConnectionApiKeyAuthRequestParameters()
Properties
ApiKeyName
Gets and sets the property ApiKeyName.
The name of the API key to use for authorization.
public string ApiKeyName { get; set; }
Property Value
ApiKeyValue
Gets and sets the property ApiKeyValue.
The value for the API key to use for authorization.
public string ApiKeyValue { get; set; }