Skip to content

Get Encryption Config

xray_get_encryption_config R Documentation

Retrieves the current encryption configuration for X-Ray data

Description

Retrieves the current encryption configuration for X-Ray data.

Usage

xray_get_encryption_config()

Value

A list with the following syntax:

list(
  EncryptionConfig = list(
    KeyId = "string",
    Status = "UPDATING"|"ACTIVE",
    Type = "NONE"|"KMS"
  )
)

Request syntax

svc$get_encryption_config()