Python Pulumi AWS SSM Parameter: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=
* [[Python_Pulumi#AWS|Python Pulumi]]
* [[Python_Pulumi#AWS|Python Pulumi]]
* [[AWS_Systems_Manager_Parameter_Store_Concepts#SSM_Parameter|SSM Parameter]]
=Overview=
=Overview=
<syntaxhighlight lang='python'>
<syntaxhighlight lang='python'>

Revision as of 00:57, 12 January 2022

Internal

Overview

from pulumi_aws import ssm

parameter = ssm.Parameter("/test/a", type="String", value="Test");