@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:08.737Z") @Deprecated public class Staging extends AssetStaging
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();
Modifier and Type | Class and Description |
---|---|
static class |
Staging.Builder
Deprecated.
|
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
BUNDLING_INPUT_DIR, BUNDLING_OUTPUT_DIR
Modifier | Constructor and Description |
---|---|
|
Staging(Construct scope,
java.lang.String id,
StagingProps props)
Deprecated.
|
protected |
Staging(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
Staging(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
clearAssetHashCache, getAbsoluteStagedPath, getAssetHash, getIsArchive, getPackaging, getSourceHash, getSourcePath, getStagedPath, relativeStagedPath
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected Staging(software.amazon.jsii.JsiiObjectRef objRef)
protected Staging(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public Staging(Construct scope, java.lang.String id, StagingProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.