@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.742Z") @Stability(value=Stable) public class S3EnvironmentFile extends EnvironmentFile
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecs.*; import software.amazon.awscdk.services.s3.*; Bucket bucket; S3EnvironmentFile s3EnvironmentFile = new S3EnvironmentFile(bucket, "key", "objectVersion");
| Modifier | Constructor and Description |
|---|---|
|
S3EnvironmentFile(IBucket bucket,
String key) |
|
S3EnvironmentFile(IBucket bucket,
String key,
String objectVersion) |
protected |
S3EnvironmentFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3EnvironmentFile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFileConfig |
bind(software.constructs.Construct _scope)
Called when the container is initialized to allow this object to bind to the stack.
|
fromAsset, fromAsset, fromBucket, fromBucketjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected S3EnvironmentFile(software.amazon.jsii.JsiiObjectRef objRef)
protected S3EnvironmentFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public S3EnvironmentFile(@NotNull
IBucket bucket,
@NotNull
String key,
@Nullable
String objectVersion)
bucket - This parameter is required.key - This parameter is required.objectVersion - @Stability(value=Stable) @NotNull public EnvironmentFileConfig bind(@NotNull software.constructs.Construct _scope)
bind in class EnvironmentFile_scope - This parameter is required.Copyright © 2022. All rights reserved.