Skip to content

Get Field Level Encryption Profile Config

cloudfront_get_field_level_encryption_profile_config R Documentation

Get the field-level encryption profile configuration information

Description

Get the field-level encryption profile configuration information.

Usage

cloudfront_get_field_level_encryption_profile_config(Id)

Arguments

Id

[required] Get the ID for the field-level encryption profile configuration information.

Value

A list with the following syntax:

list(
  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$get_field_level_encryption_profile_config(
  Id = "string"
)