Uses of Interface
software.amazon.awscdk.services.appconfig.IEnvironment
-
Uses of IEnvironment in software.amazon.awscdk.services.appconfig
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEnvironment
.Modifier and TypeClassDescriptionclass
An AWS AppConfig environment.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier 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 IEnvironment
IApplication.Jsii$Default.addEnvironment
(String id, EnvironmentOptions options) Adds an environment.final IEnvironment
IApplication.Jsii$Proxy.addEnvironment
(String id) Adds an environment.final IEnvironment
IApplication.Jsii$Proxy.addEnvironment
(String id, EnvironmentOptions options) Adds an environment.static IEnvironment
Environment.fromEnvironmentArn
(software.constructs.Construct scope, String id, String environmentArn) Imports an environment into the CDK using its Amazon Resource Name (ARN).static IEnvironment
Environment.fromEnvironmentAttributes
(software.constructs.Construct scope, String id, EnvironmentAttributes attrs) Imports an environment into the CDK from its attributes.Modifier 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()
Modifier and TypeMethodDescriptionvoid
Application.addExistingEnvironment
(IEnvironment environment) Adds an existing environment.void
IApplication.addExistingEnvironment
(IEnvironment environment) Adds an existing environment.default void
IApplication.Jsii$Default.addExistingEnvironment
(IEnvironment environment) Adds an existing environment.final void
IApplication.Jsii$Proxy.addExistingEnvironment
(IEnvironment environment) Adds an existing environment.Modifier 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()