@aws-sdk/client-qldb

CreateLedgerCommandOutput Interface

The output of CreateLedgerCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Arn string | undefined

The Amazon Resource Name (ARN) for the ledger.

CreationDateTime Date | undefined

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.)

DeletionProtection boolean | undefined

Specifies whether the ledger is protected from being deleted by any user. If not defined during ledger creation, this feature is enabled (true) by default.

If deletion protection is enabled, you must first disable it before you can delete the ledger. You can disable it by calling the UpdateLedger operation to set this parameter to false.

KmsKeyArn string | undefined

The ARN of the customer managed KMS key that the ledger uses for encryption at rest. If this parameter is undefined, the ledger uses an Amazon Web Services owned KMS key for encryption.

Name string | undefined

The name of the ledger.

PermissionsMode PermissionsMode | undefined

The permissions mode of the ledger that you created.

State LedgerState | undefined

The current status of the ledger.

Full Signature

export interface CreateLedgerCommandOutput extends CreateLedgerResponse, MetadataBearer