PHP 7.4.33
Preview: ConfigurationInterface.php Size: 610 B
/home/godevadmin/www/admin/vendor/aws/Aws/EndpointDiscovery/ConfigurationInterface.php

<?php
namespace Aws\EndpointDiscovery;

/**
 * Provides access to endpoint discovery configuration options:
 * 'enabled', 'cache_limit'
 */
interface ConfigurationInterface
{
    /**
     * Checks whether or not endpoint discovery is enabled.
     *
     * @return bool
     */
    public function isEnabled();

    /**
     * Returns the cache limit, if available.
     *
     * @return string|null
     */
    public function getCacheLimit();

    /**
     * Returns the configuration as an associative array
     *
     * @return array
     */
    public function toArray();
}

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
Exception DIR
- drwxrwxr-x 2024-06-18 20:10:16
Edit Download
1.12 KB lrwxrwxr-x 2024-06-18 20:10:16
Edit Download
610 B lrwxrwxr-x 2024-06-18 20:10:16
Edit Download
8.87 KB lrwxrwxr-x 2024-06-18 20:10:16
Edit Download
13.70 KB lrwxrwxr-x 2024-06-18 20:10:16
Edit Download
1.98 KB lrwxrwxr-x 2024-06-18 20:10:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).