Uses of Interface
software.amazon.awscdk.services.ssm.IParameter
Packages that use IParameter
Package
Description
AWS AppConfig Construct Library
AWS::AppRunner Construct Library
AWS Batch Construct Library
Amazon ECS Construct Library
EC2 Image Builder Construct Library
AWS Systems Manager Construct Library
-
Uses of IParameter in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig with parameters of type IParameterModifier and TypeMethodDescriptionstatic ConfigurationSourceConfigurationSource.fromParameter(IParameter parameter) Defines configuration content from a Systems Manager (SSM) Parameter Store parameter.static ConfigurationSourceConfigurationSource.fromParameter(IParameter parameter, IKey key) Defines configuration content from a Systems Manager (SSM) Parameter Store parameter. -
Uses of IParameter in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha with parameters of type IParameterModifier and TypeMethodDescriptionstatic SecretSecret.fromSsmParameter(IParameter parameter) (experimental) Creates an environment variable value from a parameter stored in AWS Systems Manager Parameter Store. -
Uses of IParameter in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch with parameters of type IParameterModifier and TypeMethodDescriptionstatic SecretSecret.fromSsmParameter(IParameter parameter) Creates an environment variable value from a parameter stored in AWS Systems Manager Parameter Store. -
Uses of IParameter in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs with parameters of type IParameterModifier and TypeMethodDescriptionprotected static StringCredentialSpec.arnForSsmParameter(IParameter parameter) Helper method to generate the ARN for a SSM parameter.static DomainJoinedCredentialSpecDomainJoinedCredentialSpec.fromSsmParameter(IParameter parameter) Loads the CredSpec from a SSM parameter.static DomainlessCredentialSpecDomainlessCredentialSpec.fromSsmParameter(IParameter parameter) Loads the CredSpec from a SSM parameter.static SecretSecret.fromSsmParameter(IParameter parameter) Creates an environment variable value from a parameter stored in AWS Systems Manager Parameter Store. -
Uses of IParameter in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type IParameterModifier and TypeMethodDescriptionstatic BaseImageBaseImage.fromSsmParameter(IParameter parameter) (experimental) The SSM parameter to use as the base image in an image recipe. -
Uses of IParameter in software.amazon.awscdk.services.ssm
Subinterfaces of IParameter in software.amazon.awscdk.services.ssmModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIParameter.interfaceA StringList SSM Parameter.static interfaceInternal default implementation forIStringListParameter.interfaceA String SSM Parameter.static interfaceInternal default implementation forIStringParameter.Classes in software.amazon.awscdk.services.ssm that implement IParameterModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classCreates a new StringList SSM Parameter.classCreates a new String SSM Parameter.