Package org.cdk8s.plus20
Class ServiceAccountTokenSecret
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.plus20.Resource
-
- org.cdk8s.plus20.Secret
-
- org.cdk8s.plus20.ServiceAccountTokenSecret
-
- All Implemented Interfaces:
IApiEndpoint,IApiResource,IResource,ISecret,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.661Z") @Stability(Stable) public class ServiceAccountTokenSecret extends Secret
Create a secret for a service account token.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceAccountTokenSecret.BuilderA fluent builder forServiceAccountTokenSecret.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IApiEndpoint
IApiEndpoint.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.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.plus20.IResource
IResource.Jsii$Default
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.ISecret
ISecret.Jsii$Default, ISecret.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceAccountTokenSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedServiceAccountTokenSecret(software.amazon.jsii.JsiiObjectRef objRef)ServiceAccountTokenSecret(software.constructs.Construct scope, String id, ServiceAccountTokenSecretProps props)
-
Method Summary
-
Methods inherited from class org.cdk8s.plus20.Secret
addStringData, fromSecretName, getApiObject, getImmutable, getResourceType, getStringData
-
Methods inherited from class org.cdk8s.plus20.Resource
asApiResource, asNonApiResource, getApiGroup, getApiVersion, getKind, getMetadata, getName, 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.plus20.IResource
getApiGroup, getApiVersion, getKind, getName
-
-
-
-
Constructor Detail
-
ServiceAccountTokenSecret
protected ServiceAccountTokenSecret(software.amazon.jsii.JsiiObjectRef objRef)
-
ServiceAccountTokenSecret
protected ServiceAccountTokenSecret(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ServiceAccountTokenSecret
@Stability(Stable) public ServiceAccountTokenSecret(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull ServiceAccountTokenSecretProps props)- Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-