Class EndpointRule
- Aws\EndpointV2\Rule\AbstractRule
-
Aws\EndpointV2\Rule\EndpointRule
- Namespace: Aws\EndpointV2\Rule
- Located at EndpointV2/Rule/EndpointRule.php
A rule within a rule set. All rules contain a conditions property, which can be empty, and documentation about the rule.
Methods Summary
- __construct ( array $definition )
- getEndpoint ( )
-
evaluate ( array $inputParameters, Aws\EndpointV2\Ruleset\RulesetStandardLibrary $standardLibrary )
If all the rule's conditions are met, return the resolved endpoint object.
Methods inherited from Aws\EndpointV2\Rule\AbstractRule
Methods Details
__construct ( array $definition )
array getEndpoint ( )
Returns
array |
Aws\EndpointV2\Ruleset\RulesetEndpoint
evaluate (
array
$inputParameters,
Aws\EndpointV2\Ruleset\RulesetStandardLibrary
$standardLibrary
)
If all the rule's conditions are met, return the resolved endpoint object.
Returns
Aws\EndpointV2\Ruleset\RulesetEndpoint | null |