Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
parameter-store-executor
v0.2.2
Top Level Namespace
EnvVars
SSM
Error
Parameter
Response
Built with Crystal 1.9.2
2023-10-08 23:25:21 UTC
class
SSM
SSM
Reference
Object
Defined in:
ssm.cr
Constant Summary
Log
=
::
Log
.
for
(
self
)
Constructors
.new
(creds : Aws::Credentials::Credentials, region : String =
ENV
[
"AWS_REGION"
])
Instance Method Summary
#get_parameters_by_path
(path : String) : Array(Parameter)
Constructor Detail
def self.
new
(creds : Aws::Credentials::Credentials, region : String =
ENV
[
"AWS_REGION"
])
#
[
View source
]
Instance Method Detail
def
get_parameters_by_path
(path : String) : Array(
Parameter
)
#
[
View source
]