@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.566Z") @Stability(value=Experimental) public interface CdkConfigCommonOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CdkConfigCommonOptions.Builder
A builder for
CdkConfigCommonOptions |
static class |
CdkConfigCommonOptions.Jsii$Proxy
An implementation for
CdkConfigCommonOptions |
| Modifier and Type | Method and Description |
|---|---|
static CdkConfigCommonOptions.Builder |
builder() |
default String |
getBuildCommand()
(experimental) A command to execute before synthesis.
|
default String |
getCdkout()
(experimental) cdk.out directory.
|
default Map<String,String> |
getContext()
(experimental) Additional context to include in `cdk.json`.
|
default Boolean |
getFeatureFlags()
(experimental) Include all feature flags in cdk.json.
|
default 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.
|
default List<String> |
getWatchExcludes()
(experimental) Glob patterns to exclude from `cdk watch`.
|
default List<String> |
getWatchIncludes()
(experimental) Glob patterns to include in `cdk watch`.
|
@Stability(value=Experimental) @Nullable default String getBuildCommand()
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
@Stability(value=Experimental) @Nullable default String getCdkout()
Default: "cdk.out"
@Stability(value=Experimental) @Nullable default Map<String,String> getContext()
Default: - no additional context
@Stability(value=Experimental) @Nullable default Boolean getFeatureFlags()
Default: true
@Stability(value=Experimental) @Nullable default ApprovalLevel getRequireApproval()
Default: ApprovalLevel.BROADENING
@Stability(value=Experimental) @Nullable default List<String> getWatchExcludes()
Default: []
@Stability(value=Experimental) @Nullable default List<String> getWatchIncludes()
Default: []
@Stability(value=Experimental) static CdkConfigCommonOptions.Builder builder()
CdkConfigCommonOptions.Builder of CdkConfigCommonOptionsCopyright © 2021. All rights reserved.