SDK for PHP 3.x

Configuration
in package
implements ConfigurationInterface

Table of Contents

Interfaces

ConfigurationInterface

Methods

__construct()  : mixed
isUseDualstackEndpoint()  : bool
Returns whether or not to use a DUALSTACK endpoint
toArray()  : array<string|int, mixed>
Returns the configuration as an associative array

Methods

__construct()

public __construct(mixed $useDualstackEndpoint, mixed $region) : mixed
Parameters
$useDualstackEndpoint : mixed
$region : mixed

isUseDualstackEndpoint()

Returns whether or not to use a DUALSTACK endpoint

public isUseDualstackEndpoint() : bool
Return values
bool

toArray()

Returns the configuration as an associative array

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page