Class ConnectionApiKeyAuthResponseParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
public class ConnectionApiKeyAuthResponseParameters
- Inheritance
-
ConnectionApiKeyAuthResponseParameters
- Inherited Members
Constructors
ConnectionApiKeyAuthResponseParameters()
public ConnectionApiKeyAuthResponseParameters()
Properties
ApiKeyName
Gets and sets the property ApiKeyName.
The name of the header to use for the APIKeyValue
used for authorization.
public string ApiKeyName { get; set; }