v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
logsDataForwardingManagement

Get Amazon S3 data forwarding destinations.

Get a list of all Amazon S3 data forwarding destinations.

get/v1/logsDataForwarding/destinations

Query parameters

limitinteger

Limit the number of data forwarding destinations returned in the response. The number of data forwarding destinations returned may be less than the limit.

tokenstring

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.

Response

List of all S3 data forwarding destinations.

nextTokenstring

Next continuation token.

Example response

{
  "nextToken": "VEZuRU4veXF2UWFCUURYSDNQUzJxWlpRRUsvTlBieXA",
  "data": [
    {
      "destinationName": "df-destination",
      "authenticationMode": "RoleBased",
      "accessKeyId": "accessKeyId",
      "secretAccessKey": "secretAccessKey",
      "roleArn": "roleArn",
      "region": "us-east-1",
      "enabled": true,
      "bucketName": "df-bucket",
      "createdAt": "2018-10-16T09:10:00Z",
      "createdBy": "0000000006743FDD",
      "modifiedAt": "2018-10-16T09:10:00Z",
      "modifiedBy": "0000000006743FE8",
      "id": "1"
    }
  ]
}