public class CreateWorkerTypeRequest.Regions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWorkerTypeRequest.Regions.LaunchSpec
LaunchSpecification entries unique to this Region
|
| Modifier and Type | Field and Description |
|---|---|
CreateWorkerTypeRequest.Regions.LaunchSpec |
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 Region
|
Object |
userData
UserData entries unique to this Region
|
| Constructor and Description |
|---|
Regions() |
public CreateWorkerTypeRequest.Regions.LaunchSpec launchSpec
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–2015 Mozilla. All rights reserved.