Package org.cdk8s.plus24
Interface SshAuthSecretProps
-
- All Superinterfaces:
CommonSecretProps
,software.amazon.jsii.JsiiSerializable
,ResourceProps
- All Known Implementing Classes:
SshAuthSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-25T00:27:46.909Z") @Stability(Stable) public interface SshAuthSecretProps extends software.amazon.jsii.JsiiSerializable, CommonSecretProps
Options forSshAuthSecret
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SshAuthSecretProps.Builder
A builder forSshAuthSecretProps
static class
SshAuthSecretProps.Jsii$Proxy
An implementation forSshAuthSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SshAuthSecretProps.Builder
builder()
String
getSshPrivateKey()
The SSH private key to use.-
Methods inherited from interface org.cdk8s.plus24.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus24.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.Builder
ofSshAuthSecretProps
-
-