Uses of Interface
software.amazon.awscdk.services.appconfig.IApplication
Packages that use IApplication
-
Uses of IApplication in software.amazon.awscdk.services.appconfig
Subinterfaces of IApplication in software.amazon.awscdk.services.appconfigModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplication.Classes in software.amazon.awscdk.services.appconfig that implement IApplicationModifier and TypeClassDescriptionclassAn AWS AppConfig application.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appconfig that return IApplicationModifier and TypeMethodDescriptionstatic IApplicationApplication.fromApplicationArn(software.constructs.Construct scope, String id, String applicationArn) Imports an AWS AppConfig application into the CDK using its Amazon Resource Name (ARN).static IApplicationApplication.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 IApplicationConfigurationProps.Jsii$Proxy.getApplication()Environment.getApplication()The application associated with the environment.EnvironmentAttributes.getApplication()The application associated with the environment.final IApplicationEnvironmentAttributes.Jsii$Proxy.getApplication()EnvironmentProps.getApplication()The application to be associated with the environment.final IApplicationEnvironmentProps.Jsii$Proxy.getApplication()HostedConfiguration.getApplication()The application associated with the configuration.final IApplicationHostedConfigurationProps.Jsii$Proxy.getApplication()IConfiguration.getApplication()The application associated with the configuration.default IApplicationIConfiguration.Jsii$Default.getApplication()The application associated with the configuration.final IApplicationIConfiguration.Jsii$Proxy.getApplication()The application associated with the configuration.default IApplicationIEnvironment.getApplication()The application associated with the environment.default IApplicationIEnvironment.Jsii$Default.getApplication()The application associated with the environment.final IApplicationIEnvironment.Jsii$Proxy.getApplication()The application associated with the environment.SourcedConfiguration.getApplication()The application associated with the configuration.final IApplicationSourcedConfigurationProps.Jsii$Proxy.getApplication()Methods in software.amazon.awscdk.services.appconfig with parameters of type IApplicationModifier 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()