Update a field-level encryption profile
Update a field-level encryption profile.
cloudfront_update_field_level_encryption_profile( FieldLevelEncryptionProfileConfig, Id, IfMatch)
FieldLevelEncryptionProfileConfig |
[required] Request to update a field-level encryption profile. |
Id |
[required] The ID of the field-level encryption profile request. |
IfMatch |
The value of the |
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" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.