Package org.cdk8s.plus28
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.102.0 (build e354887)", date="2024-08-03T12:13:25.560Z") @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.plus28.IApiResource
getApiGroup, getResourceName, getResourceType
-
Methods inherited from interface org.cdk8s.plus28.IResource
getApiVersion, getKind, getName
-
Methods inherited from interface org.cdk8s.plus28.ISubject
toSubjectConfiguration
-
-