Package software.amazon.awscdk.assets
Interface StagingProps
- All Superinterfaces:
CopyOptions,FingerprintOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StagingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.214Z")
@Stability(Deprecated)
@Deprecated
public interface StagingProps
extends software.amazon.jsii.JsiiSerializable, FingerprintOptions
Deprecated.
(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.*;
StagingProps stagingProps = StagingProps.builder()
.sourcePath("sourcePath")
// the properties below are optional
.exclude(List.of("exclude"))
.extraHash("extraHash")
.follow(FollowMode.NEVER)
.ignoreMode(IgnoreMode.GLOB)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Methods inherited from interface software.amazon.awscdk.assets.CopyOptions
getExclude, getFollow, getIgnoreModeMethods inherited from interface software.amazon.awscdk.assets.FingerprintOptions
getExtraHashMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourcePath
Deprecated.(deprecated) Local file or directory to stage. -
builder
Deprecated.- Returns:
- a
StagingProps.BuilderofStagingProps
-
core.AssetStagingProps