@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:45.306Z") @Stability(value=Deprecated) @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.
|
software.amazon.jsii.JsiiObject.InitializationModeIConstruct.Jsii$Default, IConstruct.Jsii$ProxyBUNDLING_INPUT_DIR, BUNDLING_OUTPUT_DIR| Modifier | Constructor and Description |
|---|---|
|
Staging(Construct scope,
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, relativeStagedPathgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Staging(software.amazon.jsii.JsiiObjectRef objRef)
protected Staging(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public Staging(@NotNull Construct scope, @NotNull String id, @NotNull StagingProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2023. All rights reserved.