Show / Hide Table of Contents

Class GetLedger

Inheritance
System.Object
GetLedger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Qldb
Assembly: Pulumi.Aws.dll
Syntax
public static class GetLedger

Methods

View Source

InvokeAsync(GetLedgerArgs, InvokeOptions)

Use this data source to fetch information about a Quantum Ledger Database.

{{% examples %}}

Example Usage

{{% example %}}

using Pulumi;
using Aws = Pulumi.Aws;

class MyStack : Stack
{
public MyStack()
{
    var example = Output.Create(Aws.Qldb.GetLedger.InvokeAsync(new Aws.Qldb.GetLedgerArgs
    {
        Name = "an_example_ledger",
    }));
}

}

{{% /example %}} {{% /examples %}}

Declaration
public static Task<GetLedgerResult> InvokeAsync(GetLedgerArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetLedgerArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetLedgerResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.