@aws-cdk_aws-apigatewayv2-alpha.HttpIntegrationSubtype

enum HttpIntegrationSubtype ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.HttpIntegrationSubtype
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#HttpIntegrationSubtype
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.HttpIntegrationSubtype
Pythonaws_cdk.aws_apigatewayv2_alpha.HttpIntegrationSubtype
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha ยป HttpIntegrationSubtype

Supported integration subtypes.

See also: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-aws-services-reference.html

Members

NameDescription
EVENTBRIDGE_PUT_EVENTS ๐Ÿ”นEventBridge PutEvents integration.
SQS_SEND_MESSAGE ๐Ÿ”นSQS SendMessage integration.
SQS_RECEIVE_MESSAGE ๐Ÿ”นSQS ReceiveMessage integration,.
SQS_DELETE_MESSAGE ๐Ÿ”นSQS DeleteMessage integration,.
SQS_PURGE_QUEUE ๐Ÿ”นSQS PurgeQueue integration.
APPCONFIG_GET_CONFIGURATION ๐Ÿ”นAppConfig GetConfiguration integration.
KINESIS_PUT_RECORD ๐Ÿ”นKinesis PutRecord integration.
STEPFUNCTIONS_START_EXECUTION ๐Ÿ”นStep Functions StartExecution integration.
STEPFUNCTIONS_START_SYNC_EXECUTION ๐Ÿ”นStep Functions StartSyncExecution integration.
STEPFUNCTIONS_STOP_EXECUTION ๐Ÿ”นStep Functions StopExecution integration.

EVENTBRIDGE_PUT_EVENTS ๐Ÿ”น

EventBridge PutEvents integration.


SQS_SEND_MESSAGE ๐Ÿ”น

SQS SendMessage integration.


SQS_RECEIVE_MESSAGE ๐Ÿ”น

SQS ReceiveMessage integration,.


SQS_DELETE_MESSAGE ๐Ÿ”น

SQS DeleteMessage integration,.


SQS_PURGE_QUEUE ๐Ÿ”น

SQS PurgeQueue integration.


APPCONFIG_GET_CONFIGURATION ๐Ÿ”น

AppConfig GetConfiguration integration.


KINESIS_PUT_RECORD ๐Ÿ”น

Kinesis PutRecord integration.


STEPFUNCTIONS_START_EXECUTION ๐Ÿ”น

Step Functions StartExecution integration.


STEPFUNCTIONS_START_SYNC_EXECUTION ๐Ÿ”น

Step Functions StartSyncExecution integration.


STEPFUNCTIONS_STOP_EXECUTION ๐Ÿ”น

Step Functions StopExecution integration.