@Stability(value=Experimental) @Internal public static final class CdkConfigOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkConfigOptions
CdkConfigOptionssoftware.amazon.jsii.JsiiObject.InitializationModeCdkConfigOptions.Builder, CdkConfigOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CdkConfigOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CdkConfigOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getApp()
(experimental) The command line to execute in order to synthesize the CDK application (language specific).
|
String |
getBuildCommand()
(experimental) A command to execute before synthesis.
|
String |
getCdkout()
(experimental) cdk.out directory.
|
Map<String,String> |
getContext()
(experimental) Additional context to include in `cdk.json`.
|
Boolean |
getFeatureFlags()
(experimental) Include all feature flags in cdk.json.
|
ApprovalLevel |
getRequireApproval()
(experimental) To protect you against unintended changes that affect your security posture, the AWS CDK Toolkit prompts you to approve security-related changes before deploying them.
|
List<String> |
getWatchExcludes()
(experimental) Glob patterns to exclude from `cdk watch`.
|
List<String> |
getWatchIncludes()
(experimental) Glob patterns to include in `cdk watch`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CdkConfigOptions.Builder builder)
CdkConfigOptions.Builder.public final String getApp()
CdkConfigOptionsgetApp in interface CdkConfigOptionspublic final String getBuildCommand()
CdkConfigCommonOptions
This command will be called when
running cdk synth or when cdk watch identifies a change in your source
code before redeployment.
Default: - no build command
getBuildCommand in interface CdkConfigCommonOptionspublic final String getCdkout()
CdkConfigCommonOptionsDefault: "cdk.out"
getCdkout in interface CdkConfigCommonOptionspublic final Map<String,String> getContext()
CdkConfigCommonOptionsDefault: - no additional context
getContext in interface CdkConfigCommonOptionspublic final Boolean getFeatureFlags()
CdkConfigCommonOptionsDefault: true
getFeatureFlags in interface CdkConfigCommonOptionspublic final ApprovalLevel getRequireApproval()
CdkConfigCommonOptionsDefault: ApprovalLevel.BROADENING
getRequireApproval in interface CdkConfigCommonOptionspublic final List<String> getWatchExcludes()
CdkConfigCommonOptionsDefault: []
getWatchExcludes in interface CdkConfigCommonOptionspublic final List<String> getWatchIncludes()
CdkConfigCommonOptionsDefault: []
getWatchIncludes in interface CdkConfigCommonOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.