aws-cdk-lib.aws_events.CfnConnection.ApiKeyAuthParametersProperty

interface ApiKeyAuthParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Events.CfnConnection.ApiKeyAuthParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnConnection_ApiKeyAuthParametersProperty
Javasoftware.amazon.awscdk.services.events.CfnConnection.ApiKeyAuthParametersProperty
Pythonaws_cdk.aws_events.CfnConnection.ApiKeyAuthParametersProperty
TypeScript aws-cdk-lib » aws_events » CfnConnection » ApiKeyAuthParametersProperty

Contains the API key authorization parameters for the connection.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_events as events } from 'aws-cdk-lib';
const apiKeyAuthParametersProperty: events.CfnConnection.ApiKeyAuthParametersProperty = {
  apiKeyName: 'apiKeyName',
  apiKeyValue: 'apiKeyValue',
};

Properties

NameTypeDescription
apiKeyNamestringThe name of the API key to use for authorization.
apiKeyValuestringThe value for the API key to use for authorization.

apiKeyName

Type: string

The name of the API key to use for authorization.


apiKeyValue

Type: string

The value for the API key to use for authorization.