@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.730Z") @Stability(value=Experimental) public class AssetEnvironmentFile extends EnvironmentFile
| Modifier and Type | Class and Description |
|---|---|
static class |
AssetEnvironmentFile.Builder
(experimental) A fluent builder for
AssetEnvironmentFile. |
| Modifier | Constructor and Description |
|---|---|
protected |
AssetEnvironmentFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AssetEnvironmentFile(software.amazon.jsii.JsiiObjectRef objRef) |
|
AssetEnvironmentFile(String path) |
|
AssetEnvironmentFile(String path,
AssetOptions options) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFileConfig |
bind(software.constructs.Construct scope)
(experimental) Called when the container is initialized to allow this object to bind to the stack.
|
String |
getPath()
(experimental) The path to the asset file or directory.
|
fromAsset, fromAsset, fromBucket, fromBucketjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AssetEnvironmentFile(software.amazon.jsii.JsiiObjectRef objRef)
protected AssetEnvironmentFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AssetEnvironmentFile(@NotNull
String path,
@Nullable
AssetOptions options)
path - The path to the asset file or directory. This parameter is required.options - @Stability(value=Experimental)
public AssetEnvironmentFile(@NotNull
String path)
path - The path to the asset file or directory. This parameter is required.@Stability(value=Experimental) @NotNull public EnvironmentFileConfig bind(@NotNull software.constructs.Construct scope)
bind in class EnvironmentFilescope - This parameter is required.@Stability(value=Experimental) @NotNull public String getPath()
Copyright © 2021. All rights reserved.