Uses of Interface
software.amazon.awscdk.services.ssm.IStringParameter
-
Uses of IStringParameter in software.amazon.awscdk.services.ssm
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStringParameter
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Creates a new String SSM Parameter.Modifier and TypeMethodDescriptionstatic IStringParameter
StringParameter.fromSecureStringParameterAttributes
(software.constructs.Construct scope, String id, SecureStringParameterAttributes attrs) Imports a secure string parameter from the SSM parameter store.static IStringParameter
StringParameter.fromStringParameterAttributes
(software.constructs.Construct scope, String id, StringParameterAttributes attrs) Imports an external string parameter with name and optional version.static IStringParameter
StringParameter.fromStringParameterName
(software.constructs.Construct scope, String id, String stringParameterName) Imports an external string parameter by name.