Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudfront_get_field_level_encryption_profile

Get the field-level encryption profile information


Description

Get the field-level encryption profile information.

Usage

cloudfront_get_field_level_encryption_profile(Id)

Arguments

Id

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

Value

A list with the following syntax:

list(
  FieldLevelEncryptionProfile = list(
    Id = "string",
    LastModifiedTime = as.POSIXct(
      "2015-01-01"
    ),
    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(
  Id = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.