Interface IDatabaseRef.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,IDatabaseRef
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDatabaseRef.Jsii$Proxy
- Enclosing interface:
IDatabaseRef
@Internal
public static interface IDatabaseRef.Jsii$Default
extends IDatabaseRef, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IDatabaseRef
.-
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.amazon.awscdk.services.timestream.IDatabaseRef
IDatabaseRef.Jsii$Default, IDatabaseRef.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault DatabaseReference
(experimental) A reference to a Database resource.default software.constructs.Node
getNode()
The tree node.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
-
getDatabaseRef
(experimental) A reference to a Database resource.- Specified by:
getDatabaseRef
in interfaceIDatabaseRef
-