Uses of Interface
software.amazon.awscdk.services.ssm.IStringParameter
Packages that use IStringParameter
Package
Description
Amazon EC2 Construct Library
AWS Systems Manager Construct Library
-
Uses of IStringParameter in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return IStringParameterModifier and TypeMethodDescriptionKeyPair.getPrivateKey()The Systems Manager Parameter Store parameter with the pair's private key material. -
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.fromStringParameterArn(software.constructs.Construct scope, String id, String stringParameterArn) Imports an external string parameter by ARN.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.