Resource: Connection
Connection resource.
JSON representation |
---|
{ "name": string, "destinationComponentUri": string, "createTime": string, "updateTime": string, "sourceComponentParameters": [ { object ( |
Fields | |
---|---|
name |
Identifier. The connection name. |
destinationComponentUri |
Required. The destination component URI used to generate the connection. Format is |
createTime |
Output only. The connection creation timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The connection update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
sourceComponentParameters[] |
Optional. The parameters of the connection associated with the source component. |
destinationComponentParameters[] |
Optional. The parameters of the connection associated with the destination component. |
Methods |
|
---|---|
|
Creates a connection. |
|
Deletes a connection. |
|
Gets details about a connection. |
|
Lists connections in an application template. |
|
Updates a connection. |