简体   繁体   中英

How to add tags to aws resources created by spring stream cloud with kinesis binder and kcl enabled

I have spring cloud stream application with kinesis binder

The application can create resources on startup if not exists: kinesis streams, dynamodb tables for kcl

I would like that on creation of those resources i will be able to add custom tags to each of the resources , as if i would create them from console, cli or java sdk tools

is this possible ? How can I do that? some example will be great

Thanks

It is not possible at the moment.

If that is not so hard, we can consider some ResourceConfigurer abstraction to ask end-user to provide before calling creation for those resources.

Otherwise, please, really go ahead with AWS console to create those resources in advance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM