public class CreateWorkerTypeRequest.RegionsEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CreateWorkerTypeRequest.RegionsEntry.LaunchSpec |
| Modifier and Type | Field and Description |
|---|---|
CreateWorkerTypeRequest.RegionsEntry.LaunchSpec |
launchSpec
LaunchSpecification entries unique to this Region
|
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 |
|---|
RegionsEntry() |
public CreateWorkerTypeRequest.RegionsEntry.LaunchSpec launchSpec
LaunchSpecification entries unique to this Region
public String region
The Amazon AWS Region being configured. Example: us-west-1
Possible values: * “us-west-2” * “us-east-1” * “us-west-1” * “eu-central-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–2017 Mozilla. All rights reserved.