The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::CloudFront::EncryptionEntity

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CloudFront::EncryptionEntity object:

  $service_obj->Method(Att1 => { FieldPatterns => $value, ..., PublicKeyId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::EncryptionEntity object:

  $result = $service_obj->Method(...);
  $result->Att1->FieldPatterns

DESCRIPTION

Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.

ATTRIBUTES

REQUIRED FieldPatterns => Paws::CloudFront::FieldPatterns

Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

REQUIRED ProviderId => Str

The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

REQUIRED PublicKeyId => Str

The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::CloudFront

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues