Uses of Interface
software.amazon.awscdk.services.ssm.IStringListParameter
Packages that use IStringListParameter
-
Uses of IStringListParameter in software.amazon.awscdk.services.ssm
Subinterfaces of IStringListParameter in software.amazon.awscdk.services.ssmModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStringListParameter.Classes in software.amazon.awscdk.services.ssm that implement IStringListParameterModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classCreates a new StringList SSM Parameter.Methods in software.amazon.awscdk.services.ssm that return IStringListParameterModifier and TypeMethodDescriptionstatic IStringListParameterStringListParameter.fromListParameterAttributes(software.constructs.Construct scope, String id, ListParameterAttributes attrs) Imports an external string list parameter with name and optional version.static IStringListParameterStringListParameter.fromStringListParameterName(software.constructs.Construct scope, String id, String stringListParameterName) Imports an external parameter of type string list.