Package org.cdk8s.plus23
Class SshAuthSecret
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.plus23.Resource
-
- org.cdk8s.plus23.Secret
-
- org.cdk8s.plus23.SshAuthSecret
-
- All Implemented Interfaces:
IApiEndpoint,IApiResource,IResource,ISecret,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.708Z") @Stability(Stable) public class SshAuthSecret extends Secret
Create a secret for ssh authentication.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSshAuthSecret.BuilderA fluent builder forSshAuthSecret.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.IApiEndpoint
IApiEndpoint.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.IApiResource
IApiResource.Jsii$Default
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.IResource
IResource.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.ISecret
ISecret.Jsii$Default, ISecret.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSshAuthSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSshAuthSecret(software.amazon.jsii.JsiiObjectRef objRef)SshAuthSecret(software.constructs.Construct scope, String id, SshAuthSecretProps props)
-
Method Summary
-
Methods inherited from class org.cdk8s.plus23.Secret
addStringData, fromSecretName, getApiObject, getImmutable, getResourceType, getStringData
-
Methods inherited from class org.cdk8s.plus23.Resource
asApiResource, asNonApiResource, getApiGroup, getApiVersion, getKind, getMetadata, getName, getPermissions, getResourceName
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cdk8s.plus23.IResource
getApiGroup, getApiVersion, getKind, getName
-
-
-
-
Constructor Detail
-
SshAuthSecret
protected SshAuthSecret(software.amazon.jsii.JsiiObjectRef objRef)
-
SshAuthSecret
protected SshAuthSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SshAuthSecret
@Stability(Stable) public SshAuthSecret(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull SshAuthSecretProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-