-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
kinesisfirehose-deliverystream :: outdated documentation #25509
Comments
I am afraid the doc link you provided is incorrect. Are you mentioning the ParameterName? As I can't find the error in the doc, would you please show me the link where you see the error? |
Hi, https://docs.aws.amazon.com/firehose/latest/APIReference/API_ProcessorParameter.html where, Valid Values are also: LambdaArn | NumberOfRetries | MetadataExtractionQuery | JsonParsingEngine | RoleArn | BufferSizeInMBs | BufferIntervalInSeconds | SubRecordType | Delimiter und here a screen-shot of the wrong Javadoc: Kind Regads, |
@ttais2017 / @pahud I did research on this. The Kinesis Firehose API docs have the following for valid values:
I think the issue is in the CFN docs [3] resulting in wrong information in this file. The CFN docs have both @pahud It looks like [1] https://docs.aws.amazon.com/firehose/latest/APIReference/API_Processor.html |
Describe the bug
Taken from: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-s3destinationconfiguration.html#cfn-kinesisfirehose-deliverystream-s3destinationconfiguration-compressionformat
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
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
The text was updated successfully, but these errors were encountered: