ParameterReference
- class aws_cdk.aws_ssm.ParameterReference(*, parameter_name)
Bases:
object
A reference to a Parameter resource.
- Parameters:
parameter_name (
str
) – The Name of the Parameter resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_ssm as ssm parameter_reference = ssm.ParameterReference( parameter_name="parameterName" )
Attributes
- parameter_name
The Name of the Parameter resource.