@Generated(value="jsii-pacmak/1.41.0 (build a274beb)", date="2021-10-30T01:18:10.940Z") @Stability(value=Stable) public class App extends software.constructs.Construct
Modifier and Type | Class and Description |
---|---|
static class |
App.Builder
A fluent builder for
App . |
Modifier | Constructor and Description |
---|---|
|
App()
Defines an app.
|
|
App(AppProps props)
Defines an app.
|
protected |
App(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
App(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getOutdir()
The output directory into which manifests will be synthesized.
|
YamlOutputType |
getYamlOutputType()
How to divide the YAML output into files.
|
void |
synth()
Synthesizes all manifests to the output directory.
|
onPrepare, onSynthesize, onValidate, toString
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected App(software.amazon.jsii.JsiiObjectRef objRef)
protected App(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public App(@Nullable AppProps props)
props
- configuration options.@Stability(value=Stable) public App()
@Stability(value=Stable) public void synth()
@Stability(value=Stable) @NotNull public String getOutdir()
@Stability(value=Stable) @NotNull public YamlOutputType getYamlOutputType()
Default: YamlOutputType.FILE_PER_CHART
Copyright © 2021. All rights reserved.