EnvironmentSetting
EnvironmentSetting
JSON Example
{
"metadata": {
"endpoint": "sample.endpoint.com",
"username": "serviceaccount",
"password": "samplesecret"
},
"name": "name",
"subType": "subType",
"id": "id",
"type": "type"
}
string
id
Optional
URN ID for resource. This is immutable and will be ignored for all mutable method calls.
string
name
Required
Display name.
string
type
Required
The type of resource available.
string
subType
Optional
An optional subtype for the resource, such as POSTGRES for DATABASE or EFS for STORAGE.
object
metadata
Optional
Free-form configuration object containing resource metadata.