Package org.cdk8s.plus24
Class Group
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- org.cdk8s.plus24.Group
-
- All Implemented Interfaces:
ISubject
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-09T03:04:24.867Z") @Stability(Stable) public class Group extends software.constructs.Construct implements ISubject
Represents a group.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
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 org.cdk8s.plus24.ISubject
ISubject.Jsii$Default, ISubject.Jsii$Proxy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Group
fromName(software.constructs.Construct scope, String id, String name)
Reference a group by name.String
getApiGroup()
String
getKind()
String
getName()
SubjectConfiguration
toSubjectConfiguration()
Return the subject configuration.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
fromName
@Stability(Stable) @NotNull public static Group fromName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String name)
Reference a group by name.- Parameters:
scope
- This parameter is required.id
- This parameter is required.name
- This parameter is required.
-
toSubjectConfiguration
@Stability(Stable) @NotNull public SubjectConfiguration toSubjectConfiguration()
Return the subject configuration.- Specified by:
toSubjectConfiguration
in interfaceISubject
- See Also:
- ISubect.toSubjectConfiguration()
-
getKind
@Stability(Stable) @NotNull public String getKind()
-
getName
@Stability(Stable) @NotNull public String getName()
-
getApiGroup
@Stability(Stable) @Nullable public String getApiGroup()
-
-