Uses of Interface
software.amazon.awscdk.services.ssm.SecureStringParameterAttributes
-
Uses of SecureStringParameterAttributes in software.amazon.awscdk.services.ssm
Modifier and TypeClassDescriptionstatic final class
An implementation forSecureStringParameterAttributes
Modifier and TypeMethodDescriptionSecureStringParameterAttributes.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic IStringParameter
StringParameter.fromSecureStringParameterAttributes
(software.constructs.Construct scope, String id, SecureStringParameterAttributes attrs) Imports a secure string parameter from the SSM parameter store.