Interface IApplication

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IApplication.Jsii$Default
All Known Implementing Classes:
Application, IApplication.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-02T15:58:35.266Z") @Stability(Deprecated) @Deprecated public interface IApplication extends software.amazon.jsii.JsiiSerializable, IResource
Deprecated.
  • Method Details

    • getApplicationArn

      @Stability(Deprecated) @Deprecated @NotNull String getApplicationArn()
      Deprecated.
      (deprecated) The Amazon Resource Name (ARN) of the application.
    • getApplicationId

      @Stability(Deprecated) @Deprecated @NotNull String getApplicationId()
      Deprecated.
      (deprecated) The ID of the application.
    • getEnvironments

      @Stability(Deprecated) @Deprecated @NotNull List<IEnvironment> getEnvironments()
      Deprecated.
      (deprecated) Returns the list of associated environments.
    • getDescription

      @Stability(Deprecated) @Deprecated @Nullable default String getDescription()
      Deprecated.
      (deprecated) The description of the application.
    • getName

      @Stability(Deprecated) @Deprecated @Nullable default String getName()
      Deprecated.
      (deprecated) The name of the application.
    • addEnvironment

      @Stability(Deprecated) @Deprecated @NotNull IEnvironment addEnvironment(@NotNull String id, @Nullable EnvironmentOptions options)
      Deprecated.
      (deprecated) Adds an environment.

      Parameters:
      id - The name of the environment construct. This parameter is required.
      options - The options for the environment construct.
    • addEnvironment

      @Stability(Deprecated) @Deprecated @NotNull IEnvironment addEnvironment(@NotNull String id)
      Deprecated.
      (deprecated) Adds an environment.

      Parameters:
      id - The name of the environment construct. This parameter is required.
    • addExistingEnvironment

      @Stability(Deprecated) @Deprecated void addExistingEnvironment(@NotNull IEnvironment environment)
      Deprecated.
      (deprecated) Adds an existing environment.

      Parameters:
      environment - The environment. This parameter is required.
    • addExtension

      @Stability(Deprecated) @Deprecated void addExtension(@NotNull IExtension extension)
      Deprecated.
      (deprecated) Adds an extension association to the application.

      Parameters:
      extension - The extension to create an association for. This parameter is required.
    • addHostedConfiguration

      @Stability(Deprecated) @Deprecated @NotNull HostedConfiguration addHostedConfiguration(@NotNull String id, @NotNull HostedConfigurationOptions options)
      Deprecated.
      (deprecated) Adds a hosted configuration.

      Parameters:
      id - The name of the hosted configuration construct. This parameter is required.
      options - The options for the hosted configuration construct. This parameter is required.
    • addSourcedConfiguration

      @Stability(Deprecated) @Deprecated @NotNull SourcedConfiguration addSourcedConfiguration(@NotNull String id, @NotNull SourcedConfigurationOptions options)
      Deprecated.
      (deprecated) Adds a sourced configuration.

      Parameters:
      id - The name of the sourced configuration construct. This parameter is required.
      options - The options for the sourced configuration construct. This parameter is required.
    • on

      @Stability(Deprecated) @Deprecated void on(@NotNull ActionPoint actionPoint, @NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds an extension defined by the action point and event destination and also creates an extension association to an application.

      Parameters:
      actionPoint - The action point which triggers the event. This parameter is required.
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • on

      @Stability(Deprecated) @Deprecated void on(@NotNull ActionPoint actionPoint, @NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds an extension defined by the action point and event destination and also creates an extension association to an application.

      Parameters:
      actionPoint - The action point which triggers the event. This parameter is required.
      eventDestination - The event that occurs during the extension. This parameter is required.
    • onDeploymentBaking

      @Stability(Deprecated) @Deprecated void onDeploymentBaking(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_BAKING extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • onDeploymentBaking

      @Stability(Deprecated) @Deprecated void onDeploymentBaking(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_BAKING extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
    • onDeploymentComplete

      @Stability(Deprecated) @Deprecated void onDeploymentComplete(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_COMPLETE extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • onDeploymentComplete

      @Stability(Deprecated) @Deprecated void onDeploymentComplete(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_COMPLETE extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
    • onDeploymentRolledBack

      @Stability(Deprecated) @Deprecated void onDeploymentRolledBack(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_ROLLED_BACK extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • onDeploymentRolledBack

      @Stability(Deprecated) @Deprecated void onDeploymentRolledBack(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_ROLLED_BACK extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
    • onDeploymentStart

      @Stability(Deprecated) @Deprecated void onDeploymentStart(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_START extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • onDeploymentStart

      @Stability(Deprecated) @Deprecated void onDeploymentStart(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_START extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
    • onDeploymentStep

      @Stability(Deprecated) @Deprecated void onDeploymentStep(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_STEP extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • onDeploymentStep

      @Stability(Deprecated) @Deprecated void onDeploymentStep(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds an ON_DEPLOYMENT_STEP extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
    • preCreateHostedConfigurationVersion

      @Stability(Deprecated) @Deprecated void preCreateHostedConfigurationVersion(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds a PRE_CREATE_HOSTED_CONFIGURATION_VERSION extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • preCreateHostedConfigurationVersion

      @Stability(Deprecated) @Deprecated void preCreateHostedConfigurationVersion(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds a PRE_CREATE_HOSTED_CONFIGURATION_VERSION extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
    • preStartDeployment

      @Stability(Deprecated) @Deprecated void preStartDeployment(@NotNull IEventDestination eventDestination, @Nullable ExtensionOptions options)
      Deprecated.
      (deprecated) Adds a PRE_START_DEPLOYMENT extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.
      options - Options for the extension.
    • preStartDeployment

      @Stability(Deprecated) @Deprecated void preStartDeployment(@NotNull IEventDestination eventDestination)
      Deprecated.
      (deprecated) Adds a PRE_START_DEPLOYMENT extension with the provided event destination and also creates an extension association to an application.

      Parameters:
      eventDestination - The event that occurs during the extension. This parameter is required.