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¶
Arguments¶
AwsAccountId[required] The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.
DefaultKeyOnlyDetermines 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
)