1:45 PM 11/12/2025
���� JFIF �� �
"" $(4,$&1'-=-157:::#+?D?8C49:7
7%%77777777777777777777777777777777777777777777777777�� { �" �� �� 5 !1AQa"q�2��BR��#b������� �� �� ? ��D@DDD@DDD@DDkK��6 �UG�4V�1��
�����릟�@�#���RY�dqp�
����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Æï¿½ï¿½Ü¯sO"B�c>;
�e�4��5�k��/CB��.
�J?��;�҈�������������������~�<�VZ�ê¼2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ
B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r�����
Ď0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�?
�0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA׾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m�� Config rules evaluate the configuration settings of your Amazon Web Services
* resources. A rule can run when Config detects a configuration change to an
* Amazon Web Services resource or at a periodic frequency that you choose (for
* example, every 24 hours). There are two types of rules: Config Managed
* Rules and Config Custom Rules. Config Managed Rules are
* predefined, customizable rules created by Config. For a list of managed rules,
* see List
* of Config Managed Rules. Config Custom Rules are rules that you
* create from scratch. There are two ways to create Config custom rules: with
* Lambda functions (
* Lambda Developer Guide) and with Guard (Guard GitHub
* Repository), a policy-as-code language. Config custom rules created with
* Lambda are called Config Custom Lambda Rules and Config custom rules
* created with Guard are called Config Custom Policy Rules. For more
* information about developing and using Config rules, see Evaluating
* Resource with Config Rules in the Config Developer Guide. You can use the Amazon Web Services CLI and Amazon Web Services SDKs if you
* want to create a rule that triggers evaluations for your resources when Config
* delivers the configuration snapshot. For more information, see
* ConfigSnapshotDeliveryProperties.�)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57
Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118
Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in C:\xampp\htdocs\demo\fi.php on line 120
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The name that you assign to the Config rule. The name is required if you are * adding a new rule.
*/ inline const Aws::String& GetConfigRuleName() const{ return m_configRuleName; } inline bool ConfigRuleNameHasBeenSet() const { return m_configRuleNameHasBeenSet; } inline void SetConfigRuleName(const Aws::String& value) { m_configRuleNameHasBeenSet = true; m_configRuleName = value; } inline void SetConfigRuleName(Aws::String&& value) { m_configRuleNameHasBeenSet = true; m_configRuleName = std::move(value); } inline void SetConfigRuleName(const char* value) { m_configRuleNameHasBeenSet = true; m_configRuleName.assign(value); } inline ConfigRule& WithConfigRuleName(const Aws::String& value) { SetConfigRuleName(value); return *this;} inline ConfigRule& WithConfigRuleName(Aws::String&& value) { SetConfigRuleName(std::move(value)); return *this;} inline ConfigRule& WithConfigRuleName(const char* value) { SetConfigRuleName(value); return *this;} ///@} ///@{ /** *The Amazon Resource Name (ARN) of the Config rule.
*/ inline const Aws::String& GetConfigRuleArn() const{ return m_configRuleArn; } inline bool ConfigRuleArnHasBeenSet() const { return m_configRuleArnHasBeenSet; } inline void SetConfigRuleArn(const Aws::String& value) { m_configRuleArnHasBeenSet = true; m_configRuleArn = value; } inline void SetConfigRuleArn(Aws::String&& value) { m_configRuleArnHasBeenSet = true; m_configRuleArn = std::move(value); } inline void SetConfigRuleArn(const char* value) { m_configRuleArnHasBeenSet = true; m_configRuleArn.assign(value); } inline ConfigRule& WithConfigRuleArn(const Aws::String& value) { SetConfigRuleArn(value); return *this;} inline ConfigRule& WithConfigRuleArn(Aws::String&& value) { SetConfigRuleArn(std::move(value)); return *this;} inline ConfigRule& WithConfigRuleArn(const char* value) { SetConfigRuleArn(value); return *this;} ///@} ///@{ /** *The ID of the Config rule.
*/ inline const Aws::String& GetConfigRuleId() const{ return m_configRuleId; } inline bool ConfigRuleIdHasBeenSet() const { return m_configRuleIdHasBeenSet; } inline void SetConfigRuleId(const Aws::String& value) { m_configRuleIdHasBeenSet = true; m_configRuleId = value; } inline void SetConfigRuleId(Aws::String&& value) { m_configRuleIdHasBeenSet = true; m_configRuleId = std::move(value); } inline void SetConfigRuleId(const char* value) { m_configRuleIdHasBeenSet = true; m_configRuleId.assign(value); } inline ConfigRule& WithConfigRuleId(const Aws::String& value) { SetConfigRuleId(value); return *this;} inline ConfigRule& WithConfigRuleId(Aws::String&& value) { SetConfigRuleId(std::move(value)); return *this;} inline ConfigRule& WithConfigRuleId(const char* value) { SetConfigRuleId(value); return *this;} ///@} ///@{ /** *The description that you provide for the Config rule.
*/ inline const Aws::String& GetDescription() const{ return m_description; } inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } inline ConfigRule& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} inline ConfigRule& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} inline ConfigRule& WithDescription(const char* value) { SetDescription(value); return *this;} ///@} ///@{ /** *Defines which resources can trigger an evaluation for the rule. The scope can * include one or more resource types, a combination of one resource type and one * resource ID, or a combination of a tag key and value. Specify a scope to * constrain the resources that can trigger an evaluation for the rule. If you do * not specify a scope, evaluations are triggered when any resource in the * recording group changes.
The scope can be empty.
*/ inline const Scope& GetScope() const{ return m_scope; } inline bool ScopeHasBeenSet() const { return m_scopeHasBeenSet; } inline void SetScope(const Scope& value) { m_scopeHasBeenSet = true; m_scope = value; } inline void SetScope(Scope&& value) { m_scopeHasBeenSet = true; m_scope = std::move(value); } inline ConfigRule& WithScope(const Scope& value) { SetScope(value); return *this;} inline ConfigRule& WithScope(Scope&& value) { SetScope(std::move(value)); return *this;} ///@} ///@{ /** *Provides the rule owner (Amazon Web Services for managed rules,
* CUSTOM_POLICY for Custom Policy rules, and
* CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and
* the notifications that cause the function to evaluate your Amazon Web Services
* resources.
A string, in JSON format, that is passed to the Config rule Lambda * function.
*/ inline const Aws::String& GetInputParameters() const{ return m_inputParameters; } inline bool InputParametersHasBeenSet() const { return m_inputParametersHasBeenSet; } inline void SetInputParameters(const Aws::String& value) { m_inputParametersHasBeenSet = true; m_inputParameters = value; } inline void SetInputParameters(Aws::String&& value) { m_inputParametersHasBeenSet = true; m_inputParameters = std::move(value); } inline void SetInputParameters(const char* value) { m_inputParametersHasBeenSet = true; m_inputParameters.assign(value); } inline ConfigRule& WithInputParameters(const Aws::String& value) { SetInputParameters(value); return *this;} inline ConfigRule& WithInputParameters(Aws::String&& value) { SetInputParameters(std::move(value)); return *this;} inline ConfigRule& WithInputParameters(const char* value) { SetInputParameters(value); return *this;} ///@} ///@{ /** *The maximum frequency with which Config runs evaluations for a rule. You can
* specify a value for MaximumExecutionFrequency when:
This is for an Config managed rule that is triggered at a periodic * frequency.
Your custom rule is triggered when Config delivers * the configuration snapshot. For more information, see * ConfigSnapshotDeliveryProperties.
By default,
* rules with a periodic trigger are evaluated every 24 hours. To change the
* frequency, specify a valid value for the MaximumExecutionFrequency
* parameter.
Indicates whether the Config rule is active or is currently being deleted by * Config. It can also indicate the evaluation status for the Config rule.
*Config sets the state of the rule to EVALUATING temporarily
* after you use the StartConfigRulesEvaluation request to evaluate
* your resources against the Config rule.
Config sets the state of the rule
* to DELETING_RESULTS temporarily after you use the
* DeleteEvaluationResults request to delete the current evaluation
* results for the Config rule.
Config temporarily sets the state of a rule
* to DELETING after you use the DeleteConfigRule request
* to delete the rule. After Config deletes the rule, the rule and all of its
* evaluations are erased and are no longer available.
Service principal name of the service that created the rule.
*The field is populated only if the service-linked rule is created by a * service. The field is empty if you create your own rule.
*/ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } inline void SetCreatedBy(const Aws::String& value) { m_createdByHasBeenSet = true; m_createdBy = value; } inline void SetCreatedBy(Aws::String&& value) { m_createdByHasBeenSet = true; m_createdBy = std::move(value); } inline void SetCreatedBy(const char* value) { m_createdByHasBeenSet = true; m_createdBy.assign(value); } inline ConfigRule& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;} inline ConfigRule& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;} inline ConfigRule& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} ///@} ///@{ /** *The modes the Config rule can be evaluated in. The valid values are distinct * objects. By default, the value is Detective evaluation mode only.
*/ inline const Aws::Vector