Skip to content

Describe Key Registration

quicksight_describe_key_registration R Documentation

Describes all customer managed key registrations in a Amazon QuickSight account

Description

Describes all customer managed key registrations in a Amazon QuickSight account.

Usage

quicksight_describe_key_registration(AwsAccountId, DefaultKeyOnly)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.

DefaultKeyOnly

Determines whether the request returns the default key only.

Value

A list with the following syntax:

list(
  AwsAccountId = "string",
  KeyRegistration = list(
    list(
      KeyArn = "string",
      DefaultKey = TRUE|FALSE
    )
  ),
  RequestId = "string",
  Status = 123
)

Request syntax

svc$describe_key_registration(
  AwsAccountId = "string",
  DefaultKeyOnly = TRUE|FALSE
)