class Aws::QLDB::Types::UpdateLedgerPermissionsModeRequest

@note When making an API call, you may pass UpdateLedgerPermissionsModeRequest

data as a hash:

    {
      name: "LedgerName", # required
      permissions_mode: "ALLOW_ALL", # required, accepts ALLOW_ALL, STANDARD
    }

@!attribute [rw] name

The name of the ledger.
@return [String]

@!attribute [rw] permissions_mode

The permissions mode to assign to the ledger. This parameter can
have one of the following values:

* `ALLOW_ALL`\: A legacy permissions mode that enables access
  control with API-level granularity for ledgers.

  This mode allows users who have the `SendCommand` API permission
  for this ledger to run all PartiQL commands (hence, `ALLOW_ALL`)
  on any tables in the specified ledger. This mode disregards any
  table-level or command-level IAM permissions policies that you
  create for the ledger.

* `STANDARD`\: (*Recommended*) A permissions mode that enables
  access control with finer granularity for ledgers, tables, and
  PartiQL commands.

  By default, this mode denies all user requests to run any PartiQL
  commands on any tables in this ledger. To allow PartiQL commands
  to run, you must create IAM permissions policies for specific
  table resources and PartiQL actions, in addition to the
  `SendCommand` API permission for the ledger. For information, see
  [Getting started with the standard permissions mode][1] in the
  *Amazon QLDB Developer Guide*.

<note markdown="1"> We strongly recommend using the `STANDARD` permissions mode to
maximize the security of your ledger data.

 </note>

[1]: https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-standard-mode.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/UpdateLedgerPermissionsModeRequest AWS API Documentation

Constants

SENSITIVE