Package io.github.cdklabs.projen.awscdk
Class CdkConfigCommonOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.awscdk.CdkConfigCommonOptions.Jsii$Proxy
-
- All Implemented Interfaces:
CdkConfigCommonOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CdkConfigCommonOptions
@Stability(Experimental) @Internal public static final class CdkConfigCommonOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkConfigCommonOptions
An implementation forCdkConfigCommonOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.awscdk.CdkConfigCommonOptions
CdkConfigCommonOptions.Builder, CdkConfigCommonOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CdkConfigCommonOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theCdkConfigCommonOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBuildCommand()(experimental) A command to execute before synthesis.StringgetCdkout()(experimental) cdk.out directory.Map<String,Object>getContext()(experimental) Additional context to include incdk.json.BooleangetFeatureFlags()(experimental) Include all feature flags in cdk.json.ApprovalLevelgetRequireApproval()(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 fromcdk watch.List<String>getWatchIncludes()(experimental) Glob patterns to include incdk watch.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CdkConfigCommonOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theCdkConfigCommonOptions.Builder.
-
-
Method Detail
-
getBuildCommand
public final String getBuildCommand()
Description copied from interface:CdkConfigCommonOptions(experimental) A command to execute before synthesis.This command will be called when running
cdk synthor whencdk watchidentifies a change in your source code before redeployment.Default: - no build command
- Specified by:
getBuildCommandin interfaceCdkConfigCommonOptions
-
getCdkout
public final String getCdkout()
Description copied from interface:CdkConfigCommonOptions(experimental) cdk.out directory.Default: "cdk.out"
- Specified by:
getCdkoutin interfaceCdkConfigCommonOptions
-
getContext
public final Map<String,Object> getContext()
Description copied from interface:CdkConfigCommonOptions(experimental) Additional context to include incdk.json.Default: - no additional context
- Specified by:
getContextin interfaceCdkConfigCommonOptions
-
getFeatureFlags
public final Boolean getFeatureFlags()
Description copied from interface:CdkConfigCommonOptions(experimental) Include all feature flags in cdk.json.Default: true
- Specified by:
getFeatureFlagsin interfaceCdkConfigCommonOptions
-
getRequireApproval
public final ApprovalLevel getRequireApproval()
Description copied from interface:CdkConfigCommonOptions(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: ApprovalLevel.BROADENING
- Specified by:
getRequireApprovalin interfaceCdkConfigCommonOptions
-
getWatchExcludes
public final List<String> getWatchExcludes()
Description copied from interface:CdkConfigCommonOptions(experimental) Glob patterns to exclude fromcdk watch.Default: []
- Specified by:
getWatchExcludesin interfaceCdkConfigCommonOptions
-
getWatchIncludes
public final List<String> getWatchIncludes()
Description copied from interface:CdkConfigCommonOptions(experimental) Glob patterns to include incdk watch.Default: []
- Specified by:
getWatchIncludesin interfaceCdkConfigCommonOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-