Package org.cdk8s.plus24
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.76.0 (build a2651be)", date="2023-03-02T02:39:27.454Z") @Stability(Stable) public interface IServiceAccount extends software.amazon.jsii.JsiiSerializable, IResource, ISubject
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IServiceAccount.Jsii$Default
Internal default implementation forIServiceAccount
.static class
IServiceAccount.Jsii$Proxy
A 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.Node
getNode()
The tree node.-
Methods inherited from interface org.cdk8s.plus24.IApiResource
getApiGroup, getResourceName, getResourceType
-
Methods inherited from interface org.cdk8s.plus24.IResource
getApiVersion, getKind, getName
-
Methods inherited from interface org.cdk8s.plus24.ISubject
toSubjectConfiguration
-
-