Skip to content

Get Account Configuration

codegurusecurity_get_account_configuration R Documentation

Use to get the encryption configuration for an account

Description

Use to get the encryption configuration for an account.

Usage

codegurusecurity_get_account_configuration()

Value

A list with the following syntax:

list(
  encryptionConfig = list(
    kmsKeyArn = "string"
  )
)

Request syntax

svc$get_account_configuration()