Interface DatabaseSnapshotReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseSnapshotReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-09T14:39:21.822Z")
@Stability(Stable)
public interface DatabaseSnapshotReference
extends software.amazon.jsii.JsiiSerializable
A reference to a DatabaseSnapshot resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.lightsail.*;
DatabaseSnapshotReference databaseSnapshotReference = DatabaseSnapshotReference.builder()
.databaseSnapshotArn("databaseSnapshotArn")
.relationalDatabaseSnapshotName("relationalDatabaseSnapshotName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDatabaseSnapshotReferencestatic final classAn implementation forDatabaseSnapshotReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the DatabaseSnapshot resource.The RelationalDatabaseSnapshotName of the DatabaseSnapshot resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseSnapshotArn
The ARN of the DatabaseSnapshot resource. -
getRelationalDatabaseSnapshotName
The RelationalDatabaseSnapshotName of the DatabaseSnapshot resource. -
builder
- Returns:
- a
DatabaseSnapshotReference.BuilderofDatabaseSnapshotReference
-