Interface CfnConnection.IApiKeyAuthParametersProperty
The API key authorization parameters for the connection.
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IApiKeyAuthParametersProperty
Syntax (vb)
Public Interface CfnConnection.IApiKeyAuthParametersProperty
Remarks
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.Events;
var apiKeyAuthParametersProperty = new ApiKeyAuthParametersProperty {
ApiKeyName = "apiKeyName",
ApiKeyValue = "apiKeyValue"
};
Synopsis
Properties
| ApiKeyName | The name of the API key to use for authorization. |
| ApiKeyValue | The value for the API key to use for authorization. |
Properties
ApiKeyName
The name of the API key to use for authorization.
string ApiKeyName { get; }
Property Value
Remarks
ApiKeyValue
The value for the API key to use for authorization.
string ApiKeyValue { get; }