Uses of Interface
software.amazon.awscdk.services.appconfig.IApplication
-
Uses of IApplication in software.amazon.awscdk.services.appconfig
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApplication
.Modifier and TypeClassDescriptionclass
An AWS AppConfig application.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IApplication
Application.fromApplicationArn
(software.constructs.Construct scope, String id, String applicationArn) Imports an AWS AppConfig application into the CDK using its Amazon Resource Name (ARN).static IApplication
Application.fromApplicationId
(software.constructs.Construct scope, String id, String applicationId) Imports an AWS AppConfig application into the CDK using its ID.ConfigurationProps.getApplication()
The application associated with the configuration.final IApplication
ConfigurationProps.Jsii$Proxy.getApplication()
Environment.getApplication()
The application associated with the environment.EnvironmentAttributes.getApplication()
The application associated with the environment.final IApplication
EnvironmentAttributes.Jsii$Proxy.getApplication()
EnvironmentProps.getApplication()
The application to be associated with the environment.final IApplication
EnvironmentProps.Jsii$Proxy.getApplication()
HostedConfiguration.getApplication()
The application associated with the configuration.final IApplication
HostedConfigurationProps.Jsii$Proxy.getApplication()
IConfiguration.getApplication()
The application associated with the configuration.default IApplication
IConfiguration.Jsii$Default.getApplication()
The application associated with the configuration.final IApplication
IConfiguration.Jsii$Proxy.getApplication()
The application associated with the configuration.default IApplication
IEnvironment.getApplication()
The application associated with the environment.default IApplication
IEnvironment.Jsii$Default.getApplication()
The application associated with the environment.final IApplication
IEnvironment.Jsii$Proxy.getApplication()
The application associated with the environment.SourcedConfiguration.getApplication()
The application associated with the configuration.final IApplication
SourcedConfigurationProps.Jsii$Proxy.getApplication()
Modifier and TypeMethodDescriptionConfigurationProps.Builder.application
(IApplication application) Sets the value ofConfigurationProps.getApplication()
Environment.Builder.application
(IApplication application) The application to be associated with the environment.EnvironmentAttributes.Builder.application
(IApplication application) Sets the value ofEnvironmentAttributes.getApplication()
EnvironmentProps.Builder.application
(IApplication application) Sets the value ofEnvironmentProps.getApplication()
HostedConfiguration.Builder.application
(IApplication application) The application associated with the configuration.HostedConfigurationProps.Builder.application
(IApplication application) Sets the value ofConfigurationProps.getApplication()
SourcedConfiguration.Builder.application
(IApplication application) The application associated with the configuration.SourcedConfigurationProps.Builder.application
(IApplication application) Sets the value ofConfigurationProps.getApplication()