core: prefix all "DOM" (L1) CloudFormation classes with "Cfn" #1462
Labels
@aws-cdk/core
Related to core CDK functionality
effort/medium
Medium work item – several days of effort
pr/breaking-change
This PR is a breaking change. It needs to be modified to be allowed in the current major version.
For consistency with L1 resources, let's add a prefix to all L1 classes that represent "pure" CloudFormation elements with the "Cfn" prefix:
CfnResource
,StackElement
=>CfnElement
(#288),CfnParameter
,CfnCondition
,CfnOutput
, etc.Copy: @rix0rrr @RomainMuller
The text was updated successfully, but these errors were encountered: