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
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionProfileConfig
- Defined in:
- (unknown)
Overview
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:
- CreateFieldLevelEncryptionProfileRequest#field_level_encryption_profile_config
- Aws::CloudFront::Types::FieldLevelEncryptionProfile#field_level_encryption_profile_config
- GetFieldLevelEncryptionProfileConfigResult#field_level_encryption_profile_config
- UpdateFieldLevelEncryptionProfileRequest#field_level_encryption_profile_config
Instance Attribute Summary collapse
-
#caller_reference ⇒ String
A unique number that ensures that the request can\'t be replayed.
-
#comment ⇒ String
An optional comment for the field-level encryption profile.
-
#encryption_entities ⇒ 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.
-
#name ⇒ String
Profile name for the field-level encryption profile.
Instance Attribute Details
#caller_reference ⇒ String
A unique number that ensures that the request can\'t be replayed.
#comment ⇒ String
An optional comment for the field-level encryption profile.
#encryption_entities ⇒ 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.
#name ⇒ String
Profile name for the field-level encryption profile.