class Aws::QLDB::Types::CreateLedgerResponse
@!attribute [rw] name
The name of the ledger. @return [String]
@!attribute [rw] arn
The Amazon Resource Name (ARN) for the ledger. @return [String]
@!attribute [rw] state
The current status of the ledger. @return [String]
@!attribute [rw] creation_date_time
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.) @return [Time]
@!attribute [rw] permissions_mode
The permissions mode of the ledger that you created. @return [String]
@!attribute [rw] deletion_protection
The flag that prevents a ledger from being deleted by any user. If not provided on 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 the flag to `false`. @return [Boolean]
@!attribute [rw] kms_key_arn
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/CreateLedgerResponse AWS API Documentation
Constants
- SENSITIVE