| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
FileAssetPackaging |
AssetStaging.getPackaging()
(experimental) How this asset should be packaged.
|
default FileAssetPackaging |
FileAssetSource.getPackaging()
(experimental) Which type of packaging to perform.
|
FileAssetPackaging |
FileAssetSource.Jsii$Proxy.getPackaging() |
static FileAssetPackaging |
FileAssetPackaging.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileAssetPackaging[] |
FileAssetPackaging.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileAssetSource.Builder |
FileAssetSource.Builder.packaging(FileAssetPackaging packaging)
Sets the value of
FileAssetSource.getPackaging() |
| Constructor and Description |
|---|
Jsii$Proxy(String sourceHash,
List<String> executable,
String fileName,
FileAssetPackaging packaging)
Constructor that initializes the object based on literal property values passed by the
FileAssetSource.Builder. |
Copyright © 2021. All rights reserved.