HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/cloudfront/list-field-level-encryption-configs.rst
**To list CloudFront field-level encryption configurations**

The following example gets a list of the CloudFront field-level encryption
configurations in your AWS account::

    aws cloudfront list-field-level-encryption-configs

Output::

    {
        "FieldLevelEncryptionList": {
            "MaxItems": 100,
            "Quantity": 1,
            "Items": [
                {
                    "Id": "C3KM2WVD605UAY",
                    "LastModifiedTime": "2019-12-10T21:30:18.974Z",
                    "Comment": "Example FLE configuration",
                    "QueryArgProfileConfig": {
                        "ForwardWhenQueryArgProfileIsUnknown": true,
                        "QueryArgProfiles": {
                            "Quantity": 0,
                            "Items": []
                        }
                    },
                    "ContentTypeProfileConfig": {
                        "ForwardWhenContentTypeIsUnknown": true,
                        "ContentTypeProfiles": {
                            "Quantity": 1,
                            "Items": [
                                {
                                    "Format": "URLEncoded",
                                    "ProfileId": "P280MFCLSYOCVU",
                                    "ContentType": "application/x-www-form-urlencoded"
                                }
                            ]
                        }
                    }
                }
            ]
        }
    }