Uses of Interface
software.amazon.awscdk.services.appconfig.IEnvironment
Packages that use IEnvironment
-
Uses of IEnvironment in software.amazon.awscdk.services.appconfig
Subinterfaces of IEnvironment in software.amazon.awscdk.services.appconfigModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEnvironment.Classes in software.amazon.awscdk.services.appconfig that implement IEnvironmentModifier and TypeClassDescriptionclassAn AWS AppConfig environment.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appconfig that return IEnvironmentModifier and TypeMethodDescriptionApplication.addEnvironment(String id) Adds an environment.Application.addEnvironment(String id, EnvironmentOptions options) Adds an environment.IApplication.addEnvironment(String id) Adds an environment.IApplication.addEnvironment(String id, EnvironmentOptions options) Adds an environment.default IEnvironmentIApplication.Jsii$Default.addEnvironment(String id, EnvironmentOptions options) Adds an environment.final IEnvironmentIApplication.Jsii$Proxy.addEnvironment(String id) Adds an environment.final IEnvironmentIApplication.Jsii$Proxy.addEnvironment(String id, EnvironmentOptions options) Adds an environment.static IEnvironmentEnvironment.fromEnvironmentArn(software.constructs.Construct scope, String id, String environmentArn) Imports an environment into the CDK using its Amazon Resource Name (ARN).static IEnvironmentEnvironment.fromEnvironmentAttributes(software.constructs.Construct scope, String id, EnvironmentAttributes attrs) Imports an environment into the CDK from its attributes.Methods in software.amazon.awscdk.services.appconfig that return types with arguments of type IEnvironmentModifier and TypeMethodDescriptionApplication.environments()Returns the list of associated environments.IApplication.environments()Returns the list of associated environments.default List<IEnvironment> IApplication.Jsii$Default.environments()Returns the list of associated environments.final List<IEnvironment> IApplication.Jsii$Proxy.environments()Returns the list of associated environments.default List<IEnvironment> ConfigurationOptions.getDeployTo()The list of environments to deploy the configuration to.final List<IEnvironment> ConfigurationOptions.Jsii$Proxy.getDeployTo()final List<IEnvironment> ConfigurationProps.Jsii$Proxy.getDeployTo()HostedConfiguration.getDeployTo()The environments to deploy to.final List<IEnvironment> HostedConfigurationOptions.Jsii$Proxy.getDeployTo()final List<IEnvironment> HostedConfigurationProps.Jsii$Proxy.getDeployTo()default List<IEnvironment> IConfiguration.getDeployTo()The environments to deploy to.default List<IEnvironment> IConfiguration.Jsii$Default.getDeployTo()The environments to deploy to.final List<IEnvironment> IConfiguration.Jsii$Proxy.getDeployTo()The environments to deploy to.SourcedConfiguration.getDeployTo()The environments to deploy to.final List<IEnvironment> SourcedConfigurationOptions.Jsii$Proxy.getDeployTo()final List<IEnvironment> SourcedConfigurationProps.Jsii$Proxy.getDeployTo()Method parameters in software.amazon.awscdk.services.appconfig with type arguments of type IEnvironmentModifier and TypeMethodDescriptionConfigurationOptions.Builder.deployTo(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()ConfigurationProps.Builder.deployTo(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()HostedConfiguration.Builder.deployTo(List<? extends IEnvironment> deployTo) The list of environments to deploy the configuration to.HostedConfigurationOptions.Builder.deployTo(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()HostedConfigurationProps.Builder.deployTo(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()SourcedConfiguration.Builder.deployTo(List<? extends IEnvironment> deployTo) The list of environments to deploy the configuration to.SourcedConfigurationOptions.Builder.deployTo(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()SourcedConfigurationProps.Builder.deployTo(List<? extends IEnvironment> deployTo) Sets the value ofConfigurationOptions.getDeployTo()