paws.networking (version 0.1.6)

cloudfront_update_field_level_encryption_config: Update a field-level encryption configuration

Description

Update a field-level encryption configuration.

Usage

cloudfront_update_field_level_encryption_config(
  FieldLevelEncryptionConfig, Id, IfMatch)

Arguments

FieldLevelEncryptionConfig

[required] Request to update a field-level encryption configuration.

Id

[required] The ID of the configuration you want to update.

IfMatch

The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.

Request syntax

svc$update_field_level_encryption_config(
  FieldLevelEncryptionConfig = list(
    CallerReference = "string",
    Comment = "string",
    QueryArgProfileConfig = list(
      ForwardWhenQueryArgProfileIsUnknown = TRUE|FALSE,
      QueryArgProfiles = list(
        Quantity = 123,
        Items = list(
          list(
            QueryArg = "string",
            ProfileId = "string"
          )
        )
      )
    ),
    ContentTypeProfileConfig = list(
      ForwardWhenContentTypeIsUnknown = TRUE|FALSE,
      ContentTypeProfiles = list(
        Quantity = 123,
        Items = list(
          list(
            Format = "URLEncoded",
            ProfileId = "string",
            ContentType = "string"
          )
        )
      )
    )
  ),
  Id = "string",
  IfMatch = "string"
)