Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: Rename StackElement -> CfnElement #288

Closed
eladb opened this issue Jul 10, 2018 · 0 comments · Fixed by #1960
Closed

core: Rename StackElement -> CfnElement #288

eladb opened this issue Jul 10, 2018 · 0 comments · Fixed by #1960
Labels
@aws-cdk/core Related to core CDK functionality feature-request A feature should be added or improved. package/cfn Related to the CFN layer (L1)

Comments

@eladb
Copy link
Contributor

eladb commented Jul 10, 2018

No description provided.

@eladb eladb added enhancement package/cfn Related to the CFN layer (L1) @aws-cdk/core Related to core CDK functionality labels Dec 17, 2018
@srchase srchase added feature-request A feature should be added or improved. and removed enhancement labels Jan 3, 2019
@eladb eladb changed the title core: Rename StackElement -> CloudFormationElement core: Rename StackElement -> CfnElement Mar 4, 2019
skinny85 added a commit that referenced this issue Mar 14, 2019
To better align with our L1 layer that is closely tied to CloudFormation, add the Cfn prefix to classes from the @aws-cdk/cdk package.

BREAKING CHANGE: rename Output to CfnOutput.
BREAKING CHANGE: rename Condition to CfnCondition.
BREAKING CHANGE: rename StackElement to CfnElement.
BREAKING CHANGE: rename Parameter to CfnParameter.
BREAKING CHANGE: rename Resource to CfnResource.
BREAKING CHANGE: rename Rule to CfnRule.
BREAKING CHANGE: rename Mapping to CfnMapping.
BREAKING CHANGE: rename Referenceable to CfnRefElement.
BREAKING CHANGE: rename IConditionExpression to ICfnConditionExpression.
BREAKING CHANGE: rename CfnReference to Reference.

Fixes #1462
Fixes #288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/core Related to core CDK functionality feature-request A feature should be added or improved. package/cfn Related to the CFN layer (L1)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants