Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-apikeyauthparameters.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-apikeyauthparameters.html#cfn-events-connection-apikeyauthparameters-apikeyname

ApiKeyValue

The value for the API key to use for authorization.

string ApiKeyValue { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-connection-apikeyauthparameters.html#cfn-events-connection-apikeyauthparameters-apikeyvalue

Back to top Generated by DocFX