paws.networking (version 0.1.6)

cloudfront_create_field_level_encryption_config: Create a new field-level encryption configuration

Description

Create a new field-level encryption configuration.

Usage

cloudfront_create_field_level_encryption_config(
  FieldLevelEncryptionConfig)

Arguments

FieldLevelEncryptionConfig

[required] The request to create a new field-level encryption configuration.

Request syntax

svc$create_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"
          )
        )
      )
    )
  )
)