@Internal public static final class ApiGatewayToKinesisStreamsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiGatewayToKinesisStreamsProps
ApiGatewayToKinesisStreamsPropssoftware.amazon.jsii.JsiiObject.InitializationModeApiGatewayToKinesisStreamsProps.Builder, ApiGatewayToKinesisStreamsProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ApiGatewayToKinesisStreamsProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ApiGatewayToKinesisStreamsProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
software.amazon.awscdk.services.apigateway.RestApiProps |
getApiGatewayProps()
Optional user-provided props to override the default props for the API Gateway.
|
Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
software.amazon.awscdk.services.kinesis.Stream |
getExistingStreamObj()
Existing instance of Kinesis Stream, providing both this and `kinesisStreamProps` will cause an error.
|
software.amazon.awscdk.services.kinesis.StreamProps |
getKinesisStreamProps()
Optional user-provided props to override the default props for the Kinesis Data Stream.
|
software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
software.amazon.awscdk.services.apigateway.ModelOptions |
getPutRecordRequestModel()
API Gateway request model for the PutRecord action.
|
String |
getPutRecordRequestTemplate()
API Gateway request template for the PutRecord action.
|
software.amazon.awscdk.services.apigateway.ModelOptions |
getPutRecordsRequestModel()
API Gateway request model for the PutRecords action.
|
String |
getPutRecordsRequestTemplate()
API Gateway request template for the PutRecords action.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ApiGatewayToKinesisStreamsProps.Builder builder)
ApiGatewayToKinesisStreamsProps.Builder.public final software.amazon.awscdk.services.apigateway.RestApiProps getApiGatewayProps()
ApiGatewayToKinesisStreamsPropsDefault: - Default properties are used.
getApiGatewayProps in interface ApiGatewayToKinesisStreamsPropspublic final Boolean getCreateCloudWatchAlarms()
ApiGatewayToKinesisStreamsPropsDefault: - Alarms are created
getCreateCloudWatchAlarms in interface ApiGatewayToKinesisStreamsPropspublic final software.amazon.awscdk.services.kinesis.Stream getExistingStreamObj()
ApiGatewayToKinesisStreamsPropsDefault: - None
getExistingStreamObj in interface ApiGatewayToKinesisStreamsPropspublic final software.amazon.awscdk.services.kinesis.StreamProps getKinesisStreamProps()
ApiGatewayToKinesisStreamsPropsDefault: - Default properties are used.
getKinesisStreamProps in interface ApiGatewayToKinesisStreamsPropspublic final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
ApiGatewayToKinesisStreamsPropsDefault: - Default props are used
getLogGroupProps in interface ApiGatewayToKinesisStreamsPropspublic final software.amazon.awscdk.services.apigateway.ModelOptions getPutRecordRequestModel()
ApiGatewayToKinesisStreamsPropsIf not provided, a default one will be created.
Default: - {"$schema":"http://json-schema.org/draft-04/schema#","title":"PutRecord proxy single-record payload","type":"object", "required":["data","partitionKey"],"properties":{"data":{"type":"string"},"partitionKey":{"type":"string"}}}
getPutRecordRequestModel in interface ApiGatewayToKinesisStreamsPropspublic final String getPutRecordRequestTemplate()
ApiGatewayToKinesisStreamsPropsIf not provided, a default one will be used.
Default: - { "StreamName": "${this.kinesisStream.streamName}", "Data": "$util.base64Encode($input.json('$.data'))", "PartitionKey": "$input.path('$.partitionKey')" }
getPutRecordRequestTemplate in interface ApiGatewayToKinesisStreamsPropspublic final software.amazon.awscdk.services.apigateway.ModelOptions getPutRecordsRequestModel()
ApiGatewayToKinesisStreamsPropsIf not provided, a default one will be created.
Default: - {"$schema":"http://json-schema.org/draft-04/schema#","title":"PutRecords proxy payload data","type":"object","required":["records"], "properties":{"records":{"type":"array","items":{"type":"object", "required":["data","partitionKey"],"properties":{"data":{"type":"string"},"partitionKey":{"type":"string"}}}}}}
getPutRecordsRequestModel in interface ApiGatewayToKinesisStreamsPropspublic final String getPutRecordsRequestTemplate()
ApiGatewayToKinesisStreamsPropsIf not provided, a default one will be used.
Default: - { "StreamName": "${this.kinesisStream.streamName}", "Records": [ #foreach($elem in $input.path('$.records')) { "Data": "$util.base64Encode($elem.data)", "PartitionKey": "$elem.partitionKey"}#if($foreach.hasNext),#end #end ] }
getPutRecordsRequestTemplate in interface ApiGatewayToKinesisStreamsProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.