Versions in this module Expand all Collapse all v2 v2.2.0 Jan 1, 2022 Changes in this version + func ApiGatewayToSqs_IsConstruct(x interface{}) *bool + func NewApiGatewayToSqs_Override(a ApiGatewayToSqs, scope constructs.Construct, id *string, ...) + type ApiGatewayToSqs interface + ApiGateway func() awsapigateway.RestApi + ApiGatewayCloudWatchRole func() awsiam.Role + ApiGatewayLogGroup func() awslogs.LogGroup + ApiGatewayRole func() awsiam.Role + DeadLetterQueue func() *awssqs.DeadLetterQueue + Node func() constructs.Node + SqsQueue func() awssqs.Queue + ToString func() *string + func NewApiGatewayToSqs(scope constructs.Construct, id *string, props *ApiGatewayToSqsProps) ApiGatewayToSqs + type ApiGatewayToSqsProps struct + AllowCreateOperation *bool + AllowDeleteOperation *bool + AllowReadOperation *bool + ApiGatewayProps interface{} + CreateRequestTemplate *string + DeadLetterQueueProps *awssqs.QueueProps + DeleteRequestTemplate *string + DeployDeadLetterQueue *bool + ExistingQueueObj awssqs.Queue + LogGroupProps *awslogs.LogGroupProps + MaxReceiveCount *float64 + QueueProps *awssqs.QueueProps + ReadRequestTemplate *string