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
稼働後、実際にかかった料金を把握するためにCDKで作成したリソースに特定のタグを付けていただけないでしょうか。 これにより、Cost Explorerでフィルターが適用できるようになります。 例: cdk.json にて指定 キー: Project 値: GenerativeAiUseCases
The text was updated successfully, but these errors were encountered:
ありがとうございます!非常に良い機能だと思いました! いつ対応可能かは確約が難しいので、お急ぎのようでしたら以下のようにご対応いただければと思います。 https://dev.classmethod.jp/articles/aws_cdk_add_common_tag/
Sorry, something went wrong.
packages/cdk/bin/generative-ai-use-cases.ts の最終行に
cdk.Tags.of(app).add('Project', 'GenerativeAiUseCases');
を追加して対応しました。
ありがとうございます!main ブランチでも対応を検討したいと思います。
No branches or pull requests
稼働後、実際にかかった料金を把握するためにCDKで作成したリソースに特定のタグを付けていただけないでしょうか。
これにより、Cost Explorerでフィルターが適用できるようになります。
例: cdk.json にて指定
キー: Project
値: GenerativeAiUseCases
The text was updated successfully, but these errors were encountered: