Package org.cdk8s.plus24
Interface ISubject.Jsii$Default
-
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,ISubject
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IServiceAccount.Jsii$Default
- All Known Implementing Classes:
IServiceAccount.Jsii$Proxy
,ISubject.Jsii$Proxy
- Enclosing interface:
- ISubject
@Internal public static interface ISubject.Jsii$Default extends ISubject, software.constructs.IConstruct.Jsii$Default
Internal default implementation forISubject
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.ISubject
ISubject.Jsii$Default, ISubject.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default software.constructs.Node
getNode()
The tree node.default SubjectConfiguration
toSubjectConfiguration()
Return the subject configuration.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()
The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
-
toSubjectConfiguration
@Stability(Stable) @NotNull default SubjectConfiguration toSubjectConfiguration()
Return the subject configuration.- Specified by:
toSubjectConfiguration
in interfaceISubject
-
-