Package org.cdk8s.plus25
Interface IServiceAccount
-
- All Superinterfaces:
IApiResource,software.constructs.IConstruct,software.constructs.IDependable,IResource,ISubject,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IServiceAccount.Jsii$Default
- All Known Implementing Classes:
IServiceAccount.Jsii$Proxy,ServiceAccount
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.329Z") @Stability(Stable) public interface IServiceAccount extends software.amazon.jsii.JsiiSerializable, IResource, ISubject
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIServiceAccount.Jsii$DefaultInternal default implementation forIServiceAccount.static classIServiceAccount.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description software.constructs.NodegetNode()The tree node.-
Methods inherited from interface org.cdk8s.plus25.IApiResource
getApiGroup, getResourceName, getResourceType
-
Methods inherited from interface org.cdk8s.plus25.IResource
getApiVersion, getKind, getName
-
Methods inherited from interface org.cdk8s.plus25.ISubject
toSubjectConfiguration
-
-