CreateTargetRequest
Details of the target that you want to create.
CreateTargetRequest
Details of the target that you want to create.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
accountidentifier | object | No | The ID of the authenticating billing account, in the format {"billingaccountid":"1234567890-12345"}. |
billingaccountid | string | No | The ID of the authenticating billing account. |
kind | string | No | Identifies the resource kind. Targets are ts.target. |
address | string | No | The endpoint for notifications or data streams. The format depends on the selected addressscheme.<br />streamrest requires a host:port value <br />streamawsiot requres a valid ARN. |
addressscheme | string | No | The transport format. Valid values are: <br />streamawsiot - streamed data to an AWS account <br />streamrest - streamed REST data to a defined endpoint. |
fields | object | No | |
description | string | No | Descriptive information about the target. |
externalid | string | No | Security identification string created by a POST /targets/actions/newextid request. |
name | string | No | Name of the target. |
region | string | No | AWS region value. |
key1 | string | No | OAuth 2.0 bearer token. |
oauth | object | No | OAuth 2 token and refresh token for TS to stream events to Target. |