You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FieldLevelEncryptionProfileConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "string", # required
  caller_reference: "string", # required
  comment: "string",
  encryption_entities: { # required
    quantity: 1, # required
    items: [
      {
        public_key_id: "string", # required
        provider_id: "string", # required
        field_patterns: { # required
          quantity: 1, # required
          items: ["string"],
        },
      },
    ],
  },
}

A complex data type of profiles for the field-level encryption.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#caller_referenceString

A unique number that ensures that the request can\'t be replayed.

Returns:

  • (String)

    A unique number that ensures that the request can\'t be replayed.

#commentString

An optional comment for the field-level encryption profile.

Returns:

  • (String)

    An optional comment for the field-level encryption profile.

#encryption_entitiesTypes::EncryptionEntities

A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

Returns:

  • (Types::EncryptionEntities)

    A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.

#nameString

Profile name for the field-level encryption profile.

Returns:

  • (String)

    Profile name for the field-level encryption profile.