Resource: EnvironmentGroupAttachment
EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.
JSON representation |
---|
{ "name": string, "environment": string, "createdAt": string, "environmentGroupId": string } |
Fields | |
---|---|
name |
ID of the environment group attachment. |
environment |
Required. ID of the attached environment. |
createdAt |
Output only. The time at which the environment group attachment was created as milliseconds since epoch. |
environmentGroupId |
Output only. ID of the environment group. |
Methods |
|
---|---|
|
Creates a new attachment of an environment to an environment group. |
|
Deletes an environment group attachment. |
|
Gets an environment group attachment. |
|
Lists all attachments of an environment group. |