-
Optional PutRecord Request Templates for content-types other than application/json.
Optional PutRecords Request Templates for content-types other than application/json.
ApiGatewayToKinesisStreams.Builder.apiGatewayProps(software.amazon.awscdk.services.apigateway.RestApiProps apiGatewayProps)
Optional user-provided props to override the default props for the API Gateway.
ApiGatewayToKinesisStreams.Builder.create(software.constructs.Construct scope,
String id)
Whether to create recommended CloudWatch alarms.
ApiGatewayToKinesisStreams.Builder.existingStreamObj(software.amazon.awscdk.services.kinesis.Stream existingStreamObj)
Existing instance of Kinesis Stream, providing both this and kinesisStreamProps will cause an error.
ApiGatewayToKinesisStreams.Builder.kinesisStreamProps(software.amazon.awscdk.services.kinesis.StreamProps kinesisStreamProps)
Optional user-provided props to override the default props for the Kinesis Data Stream.
ApiGatewayToKinesisStreams.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
ApiGatewayToKinesisStreams.Builder.putRecordIntegrationResponses(List<? extends software.amazon.awscdk.services.apigateway.IntegrationResponse> putRecordIntegrationResponses)
Optional, custom API Gateway Integration Response for the PutRecord action.
ApiGatewayToKinesisStreams.Builder.putRecordRequestModel(software.amazon.awscdk.services.apigateway.ModelOptions putRecordRequestModel)
API Gateway request model for the PutRecord action.
API Gateway request template for the PutRecord action.
ApiGatewayToKinesisStreams.Builder.putRecordsIntegrationResponses(List<? extends software.amazon.awscdk.services.apigateway.IntegrationResponse> putRecordsIntegrationResponses)
Optional, custom API Gateway Integration Response for the PutRecord action.
ApiGatewayToKinesisStreams.Builder.putRecordsRequestModel(software.amazon.awscdk.services.apigateway.ModelOptions putRecordsRequestModel)
API Gateway request model for the PutRecords action.
API Gateway request template for the PutRecords action for the default application/json content-type.