-
Notifications
You must be signed in to change notification settings - Fork 13
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
RFC 0011: Allow Intrinsic Functions and Pseudo-Parameter References in DeletionPolicy and UpdateReplacePolicy RFC #74
RFC 0011: Allow Intrinsic Functions and Pseudo-Parameter References in DeletionPolicy and UpdateReplacePolicy RFC #74
Conversation
|
||
# Limitation | ||
|
||
Does not support expressions containing references to *[Resource properties](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)* or *certain pseudo parameters* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does it have this limitation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the question. These are short-term limitations due to underlying implementation constraints. In the fullness of time, these limitations should be removed.
aa10616
to
e0c3923
Compare
e0c3923
to
036c20a
Compare
Language Enhancement Request For Comment
This is a request for comments about allowing Intrinsic Functions and Pseudo-Parameter References in
DeletionPolicy
andUpdateReplacePolicy
Resource Attributes RFC. See the tracking issue (#11) for additional details.Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.