Package org.cdk8s.plus20
Interface SshAuthSecretProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
SshAuthSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)", date="2022-04-13T14:52:28.946Z") @Stability(Stable) public interface SshAuthSecretProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Options for `SshAuthSecret`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSshAuthSecretProps.BuilderA builder forSshAuthSecretPropsstatic classSshAuthSecretProps.Jsii$ProxyAn implementation forSshAuthSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SshAuthSecretProps.Builderbuilder()StringgetSshPrivateKey()The SSH private key to use.-
Methods inherited from interface org.cdk8s.plus20.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getSshPrivateKey
@Stability(Stable) @NotNull String getSshPrivateKey()
The SSH private key to use.
-
builder
@Stability(Stable) static SshAuthSecretProps.Builder builder()
- Returns:
- a
SshAuthSecretProps.BuilderofSshAuthSecretProps
-
-