Interface IConfiguration

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IConfiguration.Jsii$Default
All Known Implementing Classes:
HostedConfiguration, IConfiguration.Jsii$Proxy, SourcedConfiguration

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.590Z") @Stability(Deprecated) @Deprecated public interface IConfiguration extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Deprecated.
  • Method Details

    • getApplication

      @Stability(Deprecated) @Deprecated @NotNull IApplication getApplication()
      Deprecated.
      (deprecated) The application associated with the configuration.
    • getConfigurationProfileId

      @Stability(Deprecated) @Deprecated @NotNull String getConfigurationProfileId()
      Deprecated.
      (deprecated) The ID of the configuration profile.
    • getDeploymentKey

      @Stability(Deprecated) @Deprecated @Nullable default IKey getDeploymentKey()
      Deprecated.
      (deprecated) The deployment key for the configuration.
    • getDeploymentStrategy

      @Stability(Deprecated) @Deprecated @Nullable default IDeploymentStrategy getDeploymentStrategy()
      Deprecated.
      (deprecated) The deployment strategy for the configuration.
    • getDeployTo

      @Stability(Deprecated) @Deprecated @Nullable default List<IEnvironment> getDeployTo()
      Deprecated.
      (deprecated) The environments to deploy to.
    • getDescription

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

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

      @Stability(Deprecated) @Deprecated @Nullable default ConfigurationType getType()
      Deprecated.
      (deprecated) The configuration type.
    • getValidators

      @Stability(Deprecated) @Deprecated @Nullable default List<IValidator> getValidators()
      Deprecated.
      (deprecated) The validators for the configuration.
    • getVersionNumber

      @Stability(Deprecated) @Deprecated @Nullable default String getVersionNumber()
      Deprecated.
      (deprecated) The configuration version number.