v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlogsDataForwardingManagement
Create an S3 data forwarding destination.
Create a new Amazon S3 data forwarding destination.
post/v1/logsDataForwarding/destinations
Request body
Example request
{
"destinationName": "df-destination",
"authenticationMode": "RoleBased",
"accessKeyId": "accessKeyId",
"secretAccessKey": "secretAccessKey",
"roleArn": "roleArn",
"region": "us-east-1",
"enabled": true,
"bucketName": "df-bucket"
}Response
The new data forwarding destination has been created.
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"
}