| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
default BundlingOutput |
BundlingOptions.getOutputType()
(experimental) The type of output that this bundling operation is producing.
|
BundlingOutput |
BundlingOptions.Jsii$Proxy.getOutputType() |
static BundlingOutput |
BundlingOutput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundlingOutput[] |
BundlingOutput.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BundlingOptions.Builder |
BundlingOptions.Builder.outputType(BundlingOutput outputType)
Sets the value of
BundlingOptions.getOutputType() |
| Constructor and Description |
|---|
Jsii$Proxy(DockerImage image,
List<String> command,
List<String> entrypoint,
Map<String,String> environment,
ILocalBundling local,
BundlingOutput outputType,
String user,
List<? extends DockerVolume> volumes,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
BundlingOptions.Builder. |
Copyright © 2021. All rights reserved.