|
2 | 2 |
|
3 | 3 | namespace AsyncAws\CodeBuild\Enum;
|
4 | 4 |
|
5 |
| -/** |
6 |
| - * The type of build environment to use for related builds. |
7 |
| - * |
8 |
| - * - The environment type `ARM_CONTAINER` is available only in regions US East (N. Virginia), US East (Ohio), US West |
9 |
| - * (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt). |
10 |
| - * - The environment type `LINUX_CONTAINER` with compute type `build.general1.2xlarge` is available only in regions US |
11 |
| - * East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), |
12 |
| - * Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and |
13 |
| - * China (Ningxia). |
14 |
| - * - The environment type `LINUX_GPU_CONTAINER` is available only in regions US East (N. Virginia), US East (Ohio), US |
15 |
| - * West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific |
16 |
| - * (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia). |
17 |
| - * |
18 |
| - * - The environment types `WINDOWS_CONTAINER` and `WINDOWS_SERVER_2019_CONTAINER` are available only in regions US East |
19 |
| - * (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland). |
20 |
| - * |
21 |
| - * For more information, see Build environment compute types in the *CodeBuild user guide*. |
22 |
| - * |
23 |
| - * @see https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html |
24 |
| - */ |
25 | 5 | final class EnvironmentType
|
26 | 6 | {
|
27 | 7 | public const ARM_CONTAINER = 'ARM_CONTAINER';
|
|
0 commit comments