Package org.cdk8s.plus20
Interface IServiceAccount.Jsii$Default
-
- All Superinterfaces:
IResource,IResource.Jsii$Default,IServiceAccount,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IServiceAccount.Jsii$Proxy
- Enclosing interface:
- IServiceAccount
@Internal public static interface IServiceAccount.Jsii$Default extends IServiceAccount, IResource.Jsii$Default
Internal default implementation forIServiceAccount.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IServiceAccount
IServiceAccount.Jsii$Default, IServiceAccount.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetName()The Kubernetes name of this resource.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull default String getName()
The Kubernetes name of this resource.- Specified by:
getNamein interfaceIResource- Specified by:
getNamein interfaceIResource.Jsii$Default
-
-