-
Notifications
You must be signed in to change notification settings - Fork 4.5k
kinesisfirehose-deliverystream :: outdated documentation #25509
Description
Describe the bug
The cdk api-documentation does not show the current state of cloud formation params. Currently the documentation shows that the configuration param (processor type) in delivery stream has only one value possible : "Lambda"
Expected Behavior
ParameterName
The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds. The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.Required: Yes
Type: String
Allowed values: BufferIntervalInSeconds | BufferSizeInMBs | Delimiter | JsonParsingEngine | LambdaArn | MetadataExtractionQuery | NumberOfRetries | RoleArn | SubRecordType
Current Behavior
`
/**
* Sets the value of {@link ProcessorProperty#getType}
* @param type The type of processor. This parameter is required.
* Valid values: Lambda .
* @return {@code this}
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public Builder type(java.lang.String type) {
this.type = type;
return this;
}
`
Reproduction Steps
.
Possible Solution
pls fix the documentation
Additional Information/Context
No response
CDK CLI Version
aws-cli/2.11.14 Python/3.11.3 Windows/10 exe/AMD64 prompt/off
Framework Version
No response
Node.js Version
9.5.1
OS
Windows
Language
Java
Language Version
No response
Other information
No response