| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| Modifier and Type | Method and Description |
|---|---|
default FileAssetPackaging |
FileSource.getPackaging()
(experimental) Packaging method.
|
FileAssetPackaging |
FileSource.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 |
|---|---|
FileSource.Builder |
FileSource.Builder.packaging(FileAssetPackaging packaging)
Sets the value of
FileSource.getPackaging() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> executable,
FileAssetPackaging packaging,
String path)
Constructor that initializes the object based on literal property values passed by the
FileSource.Builder. |
Copyright © 2021. All rights reserved.