paws.networking (version 0.1.6)

cloudfront_update_field_level_encryption_profile: Update a field-level encryption profile

Description

Update a field-level encryption profile.

Usage

cloudfront_update_field_level_encryption_profile(
  FieldLevelEncryptionProfileConfig, Id, IfMatch)

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.

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"
)