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.63.2 (build a8a8833)", date="2022-08-08T02:54:19.315Z") @Stability(Stable) public interface SshAuthSecretProps extends software.amazon.jsii.JsiiSerializable, CommonSecretProps
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.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.BuilderofSshAuthSecretProps
-
-