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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#caller_referenceString

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

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
4381
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4374

class FieldLevelEncryptionProfileConfig < Struct.new(
  :name,
  :caller_reference,
  :comment,
  :encryption_entities)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
4381
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4374

class FieldLevelEncryptionProfileConfig < Struct.new(
  :name,
  :caller_reference,
  :comment,
  :encryption_entities)
  SENSITIVE = []
  include Aws::Structure
end

#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.



4374
4375
4376
4377
4378
4379
4380
4381
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4374

class FieldLevelEncryptionProfileConfig < Struct.new(
  :name,
  :caller_reference,
  :comment,
  :encryption_entities)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Profile name for the field-level encryption profile.

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
4381
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4374

class FieldLevelEncryptionProfileConfig < Struct.new(
  :name,
  :caller_reference,
  :comment,
  :encryption_entities)
  SENSITIVE = []
  include Aws::Structure
end