Uses of Interface
software.amazon.awscdk.services.ssm.StringParameterAttributes
Packages that use StringParameterAttributes
-
Uses of StringParameterAttributes in software.amazon.awscdk.services.ssm
Classes in software.amazon.awscdk.services.ssm that implement StringParameterAttributesModifier and TypeClassDescriptionstatic final class
An implementation forStringParameterAttributes
Methods in software.amazon.awscdk.services.ssm that return StringParameterAttributesModifier and TypeMethodDescriptionStringParameterAttributes.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ssm with parameters of type StringParameterAttributesModifier and TypeMethodDescriptionstatic IStringParameter
StringParameter.fromStringParameterAttributes
(software.constructs.Construct scope, String id, StringParameterAttributes attrs) Imports an external string parameter with name and optional version.