Package io.github.cdklabs.projen.gitlab
Interface Engine
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Engine.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.119Z") @Stability(Experimental) public interface Engine extends software.amazon.jsii.JsiiSerializable
(experimental) The engine configuration for a secret.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEngine.BuilderA builder forEnginestatic classEngine.Jsii$ProxyAn implementation forEngine
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Engine.Builderbuilder()StringgetName()(experimental) Name of the secrets engine.StringgetPath()(experimental) Path to the secrets engine.
-
-
-
Method Detail
-
getName
@Stability(Experimental) @NotNull String getName()
(experimental) Name of the secrets engine.
-
getPath
@Stability(Experimental) @NotNull String getPath()
(experimental) Path to the secrets engine.
-
builder
@Stability(Experimental) static Engine.Builder builder()
- Returns:
- a
Engine.BuilderofEngine
-
-