transfer : CopyStepDetailsProperty Wrong CloudFormation Mapping #28410
Labels
@aws-cdk/aws-transfer
Related to AWS Transfer for SFTP
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
jsii
This issue originates in jsii, or this feature must be implemented in jsii.
p3
Describe the bug
AWS::Transfer::Workflow CopyStepDetails is generated with camel case. AWS API requires Properties in Pascal Case:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-workflow-copystepdetails.html
{
"DestinationFileLocation" : S3FileLocation,
"Name" : String,
"OverwriteExisting" : String,
"SourceFileLocation" : String
}
Python code:
Expected Behavior
Json Template output with pascal case properties
Current Behavior
Json Template output with camel case properties.
Reproduction Steps
`
`
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.110.0
Framework Version
No response
Node.js Version
v21.3.0
OS
macOS Monterey Version 12.6
Language
Python
Language Version
Python (3.11)
Other information
The text was updated successfully, but these errors were encountered: