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
.
A list with the following syntax:
list( FieldLevelEncryptionProfile = list( Id = "string", LastModifiedTime = as.POSIXct( "2015-01-01" ), 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" ) ) ) ) ) ) ), ETag = "string" )
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" )