commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
AWSLambdaDestination.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_ARN = 'arn';
17 public const FIELD_ACCESS_KEY = 'accessKey';
18 public const FIELD_ACCESS_SECRET = 'accessSecret';
19
26 public function getArn();
27
34 public function getAccessKey();
35
42 public function getAccessSecret();
43
47 public function setArn(?string $arn): void;
48
52 public function setAccessKey(?string $accessKey): void;
53
57 public function setAccessSecret(?string $accessSecret): void;
58}