Uses of Interface
software.amazon.awscdk.services.ssm.IStringParameter
Packages that use IStringParameter
-
Uses of IStringParameter in software.amazon.awscdk.services.ssm
Subinterfaces of IStringParameter in software.amazon.awscdk.services.ssmModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStringParameter.Classes in software.amazon.awscdk.services.ssm that implement IStringParameterModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classCreates a new String SSM Parameter.Methods in software.amazon.awscdk.services.ssm that return IStringParameterModifier and TypeMethodDescriptionstatic IStringParameterStringParameter.fromSecureStringParameterAttributes(software.constructs.Construct scope, String id, SecureStringParameterAttributes attrs) Imports a secure string parameter from the SSM parameter store.static IStringParameterStringParameter.fromStringParameterAttributes(software.constructs.Construct scope, String id, StringParameterAttributes attrs) Imports an external string parameter with name and optional version.static IStringParameterStringParameter.fromStringParameterName(software.constructs.Construct scope, String id, String stringParameterName) Imports an external string parameter by name.