v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlogsDataForwardingManagement
Update an S3 data forwarding destination.
Update an S3 data forwarding destination by the given identifier.
put/v1/logsDataForwarding/destinations/{id}
Path parameters
idstring required
Identifier of the data forwarding destination to update.
Request body
Example request
{
"destinationName": "df-destination",
"authenticationMode": "RoleBased",
"accessKeyId": "accessKeyId",
"secretAccessKey": "secretAccessKey",
"roleArn": "roleArn",
"region": "us-east-1",
"enabled": true
}Response
The data forwarding destination has been updated.
Example response
{
"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"
}