Uses of Interface
software.amazon.awscdk.services.appconfig.IConfiguration
Packages that use IConfiguration
-
Uses of IConfiguration in software.amazon.awscdk.services.appconfig
Subinterfaces of IConfiguration in software.amazon.awscdk.services.appconfigModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIConfiguration.Classes in software.amazon.awscdk.services.appconfig that implement IConfigurationModifier and TypeClassDescriptionclassA hosted configuration represents configuration stored in the AWS AppConfig hosted configuration store.static final classA proxy class which represents a concrete javascript instance of this type.classA sourced configuration represents configuration stored in an Amazon S3 bucket, AWS Secrets Manager secret, Systems Manager (SSM) Parameter Store parameter, SSM document, or AWS CodePipeline.Methods in software.amazon.awscdk.services.appconfig with parameters of type IConfigurationModifier and TypeMethodDescriptionvoidEnvironment.addDeployment(IConfiguration configuration) Creates a deployment of the supplied configuration to this environment.voidIEnvironment.addDeployment(IConfiguration configuration) Creates a deployment of the supplied configuration to this environment.default voidIEnvironment.Jsii$Default.addDeployment(IConfiguration configuration) Creates a deployment of the supplied configuration to this environment.final voidIEnvironment.Jsii$Proxy.addDeployment(IConfiguration configuration) Creates a deployment of the supplied configuration to this environment.voidEnvironment.addDeployments(IConfiguration... configurations) Creates a deployment for each of the supplied configurations to this environment.voidIEnvironment.addDeployments(IConfiguration... configurations) Creates a deployment for each of the supplied configurations to this environment.default voidIEnvironment.Jsii$Default.addDeployments(IConfiguration... configurations) Creates a deployment for each of the supplied configurations to this environment.final voidIEnvironment.Jsii$Proxy.addDeployments(IConfiguration... configurations) Creates a deployment for each of the supplied configurations to this environment.