Class Staging

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:55.213Z") @Stability(Deprecated) @Deprecated public class Staging extends AssetStaging
Deprecated.
use core.AssetStaging
(deprecated) Deprecated.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.assets.*;
 import software.amazon.awscdk.core.*;
 Staging staging = Staging.Builder.create(this, "MyStaging")
         .sourcePath("sourcePath")
         // the properties below are optional
         .exclude(List.of("exclude"))
         .extraHash("extraHash")
         .follow(FollowMode.NEVER)
         .ignoreMode(IgnoreMode.GLOB)
         .build();
 

  • Constructor Details

    • Staging

      protected Staging(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
    • Staging

      protected Staging(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      Deprecated.
    • Staging

      @Stability(Deprecated) @Deprecated public Staging(@NotNull Construct scope, @NotNull String id, @NotNull StagingProps props)
      Deprecated.
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.