Package io.github.cdklabs.projen.awscdk
Interface AwsCdkDepsOptions
-
- All Superinterfaces:
AwsCdkDepsCommonOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AwsCdkDepsOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.865Z") @Stability(Experimental) public interface AwsCdkDepsOptions extends software.amazon.jsii.JsiiSerializable, AwsCdkDepsCommonOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAwsCdkDepsOptions.BuilderA builder forAwsCdkDepsOptionsstatic classAwsCdkDepsOptions.Jsii$ProxyAn implementation forAwsCdkDepsOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AwsCdkDepsOptions.Builderbuilder()DependencyTypegetDependencyType()(experimental) The type of dependency to use for runtime AWS CDK andconstructsmodules.-
Methods inherited from interface io.github.cdklabs.projen.awscdk.AwsCdkDepsCommonOptions
getCdkAssert, getCdkAssertions, getCdkDependencies, getCdkDependenciesAsDeps, getCdkTestDependencies, getCdkVersion, getCdkVersionPinning, getConstructsVersion
-
-
-
-
Method Detail
-
getDependencyType
@Stability(Experimental) @NotNull DependencyType getDependencyType()
(experimental) The type of dependency to use for runtime AWS CDK andconstructsmodules.For libraries, use peer dependencies and for apps use runtime dependencies.
-
builder
@Stability(Experimental) static AwsCdkDepsOptions.Builder builder()
- Returns:
- a
AwsCdkDepsOptions.BuilderofAwsCdkDepsOptions
-
-