403Webshell
Server IP : 167.99.254.82  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64
User : pawluxera ( 1011)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/awscli/examples/cloudfront/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current 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"
                                }
                            ]
                        }
                    }
                }
            ]
        }
    }

Youez - 2016 - github.com/yon3zu
LinuXploit