スキップしてコンテンツを表示

working examples for python GreengrassCoreIPCClientV2().get_configuration()

0

Google gives me nothing, when I try to look for working python examples of GreengrassCoreIPCClientV2() followed by get_configuration()

I cant follow the API reference well enough to figure out what to do with Return type: GetConfigurationResponse

??

質問済み 3年前408ビュー
2回答
2
承認された回答

Hi. It's like this (for a component with config parameters foo and bar):

        response = ipc_client.get_configuration()
        foo = response.value['foo']
        bar = response.value['bar']
AWS
エキスパート
回答済み 3年前
1

Thanks! Much appreciated.

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ