paws.networking (version 0.1.6)

cloudfront_create_field_level_encryption_profile: Create a field-level encryption profile

Description

Create a field-level encryption profile.

Usage

cloudfront_create_field_level_encryption_profile(
  FieldLevelEncryptionProfileConfig)

Arguments

FieldLevelEncryptionProfileConfig

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

Request syntax

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