We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fn::If
The Fn::If intrinsic is used in some constructs (e.g. kinesis.Stream)
kinesis.Stream
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-if
The text was updated successfully, but these errors were encountered:
Added to epic https://github.com/pulumi/home/issues/2191
Sorry, something went wrong.
c61bf5c
This issue has been addressed in PR #222 and shipped in release v1.0.0.
t0yv0
Successfully merging a pull request may close this issue.
Hello!
Issue details
The
Fn::If
intrinsic is used in some constructs (e.g.kinesis.Stream
)https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-if
Affected area/feature
The text was updated successfully, but these errors were encountered: