Put Encryption Config
xray_put_encryption_config | R Documentation |
Updates the encryption configuration for X-Ray data¶
Description¶
Updates the encryption configuration for X-Ray data.
Usage¶
xray_put_encryption_config(KeyId, Type)
Arguments¶
KeyId |
An Amazon Web Services KMS key in one of the following formats:
Omit this key if you set |
Type |
[required] The type of encryption. Set to |
Value¶
A list with the following syntax:
list(
EncryptionConfig = list(
KeyId = "string",
Status = "UPDATING"|"ACTIVE",
Type = "NONE"|"KMS"
)
)
Request syntax¶
svc$put_encryption_config(
KeyId = "string",
Type = "NONE"|"KMS"
)