@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.772Z") @Stability(value=Experimental) public abstract class EnvironmentFile extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
EnvironmentFile() |
protected |
EnvironmentFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EnvironmentFile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract EnvironmentFileConfig |
bind(software.constructs.Construct scope)
(experimental) Called when the container is initialized to allow this object to bind to the stack.
|
static AssetEnvironmentFile |
fromAsset(String path)
(experimental) Loads the environment file from a local disk path.
|
static AssetEnvironmentFile |
fromAsset(String path,
AssetOptions options)
(experimental) Loads the environment file from a local disk path.
|
static S3EnvironmentFile |
fromBucket(IBucket bucket,
String key)
(experimental) Loads the environment file from an S3 bucket.
|
static S3EnvironmentFile |
fromBucket(IBucket bucket,
String key,
String objectVersion)
(experimental) Loads the environment file from an S3 bucket.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EnvironmentFile(software.amazon.jsii.JsiiObjectRef objRef)
protected EnvironmentFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected EnvironmentFile()
@Stability(value=Experimental) @NotNull public static AssetEnvironmentFile fromAsset(@NotNull String path, @Nullable AssetOptions options)
path - Local disk path. This parameter is required.options - @Stability(value=Experimental) @NotNull public static AssetEnvironmentFile fromAsset(@NotNull String path)
path - Local disk path. This parameter is required.@Stability(value=Experimental) @NotNull public static S3EnvironmentFile fromBucket(@NotNull IBucket bucket, @NotNull String key, @Nullable String objectVersion)
bucket - The S3 bucket. This parameter is required.key - The object key. This parameter is required.objectVersion - Optional S3 object version.@Stability(value=Experimental) @NotNull public static S3EnvironmentFile fromBucket(@NotNull IBucket bucket, @NotNull String key)
bucket - The S3 bucket. This parameter is required.key - The object key. This parameter is required.@Stability(value=Experimental) @NotNull public abstract EnvironmentFileConfig bind(@NotNull software.constructs.Construct scope)
scope - The binding scope. This parameter is required.Copyright © 2021. All rights reserved.