@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:33.983Z") @Stability(value=Deprecated) @Deprecated public interface StagingProps extends software.amazon.jsii.JsiiSerializable, FingerprintOptions
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.*;
StagingProps stagingProps = StagingProps.builder()
.sourcePath("sourcePath")
// the properties below are optional
.exclude(List.of("exclude"))
.extraHash("extraHash")
.follow(FollowMode.NEVER)
.ignoreMode(IgnoreMode.GLOB)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StagingProps.Builder
Deprecated.
|
static class |
StagingProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static StagingProps.Builder |
builder()
Deprecated.
|
String |
getSourcePath()
Deprecated.
|
getExtraHashgetExclude, getFollow, getIgnoreMode@Stability(value=Deprecated) @Deprecated @NotNull String getSourcePath()
@Stability(value=Deprecated) @Deprecated static StagingProps.Builder builder()
builder in interface CopyOptionsbuilder in interface FingerprintOptionsStagingProps.Builder of StagingPropsCopyright © 2022. All rights reserved.