Package org.cdk8s.plus25
Interface SshAuthSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
SshAuthSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.440Z") @Stability(Stable) public interface SshAuthSecretProps extends software.amazon.jsii.JsiiSerializable, CommonSecretProps
Options forSshAuthSecret.
-
-
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.plus25.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus25.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
-
-