Class LedgerReference
A reference to a Ledger resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.QLDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LedgerReference : ILedgerReference
Syntax (vb)
Public Class LedgerReference Implements ILedgerReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.QLDB;
var ledgerReference = new LedgerReference {
LedgerId = "ledgerId"
};
Synopsis
Constructors
| LedgerReference() | A reference to a Ledger resource. |
Properties
| LedgerId | The Id of the Ledger resource. |
Constructors
LedgerReference()
A reference to a Ledger resource.
public LedgerReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.QLDB;
var ledgerReference = new LedgerReference {
LedgerId = "ledgerId"
};
Properties
LedgerId
The Id of the Ledger resource.
public string LedgerId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated