Show / Hide Table of Contents

Class GetLedgerResult

Inheritance
System.Object
GetLedgerResult
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 sealed class GetLedgerResult

Fields

View Source

Arn

Amazon Resource Name (ARN) of the ledger.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

DeletionProtection

Deletion protection on the QLDB Ledger instance. Set to true by default.

Declaration
public readonly bool DeletionProtection
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.