public class GetWorkerTypeResponse.RegionConfiguration1 extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GetWorkerTypeResponse.RegionConfiguration1.LaunchSpec1 |
| Modifier and Type | Field and Description |
|---|---|
GetWorkerTypeResponse.RegionConfiguration1.LaunchSpec1 |
launchSpec
LaunchSpecification entries unique to this RegionSee http://schemas.taskcluster.net/aws-provisioner/v1/get-worker-type-response.json#/properties/regions/items/properties/launchSpec
|
String |
region
The Amazon AWS Region being configured.
|
String[] |
scopes
Scopes which should be included for this Region.
|
Object |
secrets
Static Secrets unique to this RegionSee http://schemas.taskcluster.net/aws-provisioner/v1/get-worker-type-response.json#/properties/regions/items/properties/secrets
|
Object |
userData
UserData entries unique to this RegionSee http://schemas.taskcluster.net/aws-provisioner/v1/get-worker-type-response.json#/properties/regions/items/properties/userData
|
| Constructor and Description |
|---|
RegionConfiguration1() |
public GetWorkerTypeResponse.RegionConfiguration1.LaunchSpec1 launchSpec
LaunchSpecification entries unique to this Region
public String region
The Amazon AWS Region being configured. Example: us-west-1
public String[] scopes
Scopes which should be included for this Region. Scopes must be composed of printable ASCII characters and spaces.
public Object secrets
Static Secrets unique to this Region
public Object userData
UserData entries unique to this Region
Copyright © 2014–2018 Mozilla. All rights reserved.