Python Pulumi AWS S3

From NovaOrdis Knowledge Base
Revision as of 01:06, 13 January 2022 by Ovidiu (talk | contribs) (Created page with "=Internal= * Python Pulumi Code Examples =Overview= <syntaxhighlight lang='python'> from pulumi_aws import ssm parameter = ssm....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

from pulumi_aws import ssm

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