Package io.github.cdklabs.projen.awscdk
Interface AwsCdkPackageNames
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AwsCdkPackageNames.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.883Z") @Stability(Experimental) public interface AwsCdkPackageNames extends software.amazon.jsii.JsiiSerializable
(experimental) Language-specific AWS CDK package names.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAwsCdkPackageNames.BuilderA builder forAwsCdkPackageNamesstatic classAwsCdkPackageNames.Jsii$ProxyAn implementation forAwsCdkPackageNames
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AwsCdkPackageNames.Builderbuilder()StringgetAssertions()(experimental) Fully qualified name of the assertions library package.default StringgetAssertValue()(experimental) Fully qualified name of the assert library package Can be empty as it's only really available for javascript projects.StringgetConstructs()(experimental) Fully qualified name of the constructs library package.StringgetCoreV1()(experimental) Fully qualified name of the core framework package for CDKv1.StringgetCoreV2()(experimental) Fully qualified name of the core framework package for CDKv2.
-
-
-
Method Detail
-
getAssertions
@Stability(Experimental) @NotNull String getAssertions()
(experimental) Fully qualified name of the assertions library package.
-
getConstructs
@Stability(Experimental) @NotNull String getConstructs()
(experimental) Fully qualified name of the constructs library package.
-
getCoreV1
@Stability(Experimental) @NotNull String getCoreV1()
(experimental) Fully qualified name of the core framework package for CDKv1.
-
getCoreV2
@Stability(Experimental) @NotNull String getCoreV2()
(experimental) Fully qualified name of the core framework package for CDKv2.
-
getAssertValue
@Stability(Experimental) @Nullable default String getAssertValue()
(experimental) Fully qualified name of the assert library package Can be empty as it's only really available for javascript projects.
-
builder
@Stability(Experimental) static AwsCdkPackageNames.Builder builder()
- Returns:
- a
AwsCdkPackageNames.BuilderofAwsCdkPackageNames
-
-