LedgerSummary
Information about a ledger, including its name, state, and when it was created.
Contents
- CreationDateTime
-
The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
Type: Timestamp
Required: No
- Name
-
The name of the ledger.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
(?!^.*--)(?!^[0-9]+$)(?!^-)(?!.*-$)^[A-Za-z0-9-]+$
Required: No
- State
-
The current status of the ledger.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | DELETED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: