Interface IUserPoolGroupRef.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,IUserPoolGroupRef
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IUserPoolGroupRef.Jsii$Proxy
- Enclosing interface:
IUserPoolGroupRef
@Internal
public static interface IUserPoolGroupRef.Jsii$Default
extends IUserPoolGroupRef, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IUserPoolGroupRef
.-
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 software.amazon.awscdk.services.cognito.IUserPoolGroupRef
IUserPoolGroupRef.Jsii$Default, IUserPoolGroupRef.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault software.constructs.Node
getNode()
The tree node.default UserPoolGroupReference
(experimental) A reference to a UserPoolGroup resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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
-
getUserPoolGroupRef
(experimental) A reference to a UserPoolGroup resource.- Specified by:
getUserPoolGroupRef
in interfaceIUserPoolGroupRef
-