Update a field-level encryption profile.
cloudfront_update_field_level_encryption_profile(
FieldLevelEncryptionProfileConfig, Id, IfMatch)[required] Request to update a field-level encryption profile.
[required] The ID of the field-level encryption profile request.
The value of the ETag header that you received when retrieving the
profile identity to update. For example: E2QWRUHAPOMQZL.
svc$update_field_level_encryption_profile(
FieldLevelEncryptionProfileConfig = list(
Name = "string",
CallerReference = "string",
Comment = "string",
EncryptionEntities = list(
Quantity = 123,
Items = list(
list(
PublicKeyId = "string",
ProviderId = "string",
FieldPatterns = list(
Quantity = 123,
Items = list(
"string"
)
)
)
)
)
),
Id = "string",
IfMatch = "string"
)