Update Field Level Encryption Profile
cloudfront_update_field_level_encryption_profile | R Documentation |
Update a field-level encryption profile¶
Description¶
Update a field-level encryption profile.
Usage¶
Arguments¶
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
ETag
header that you received when retrieving the profile identity to update. For example:E2QWRUHAPOMQZL
.
Value¶
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"
)
Request syntax¶
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"
)