Skip to main content

destinations

Overview

Namedestinations
TypeResource
Idsumologic.logs_data_forwarding.destinations

Fields

NameDatatypeDescription
idstringThe unique identifier of the data forwarding destination.
descriptionstringDescription of the S3 data forwarding destination.
authenticationModestringAWS IAM authentication method used for access. Possible values are: 1. AccessKey 2. RoleBased
createdBystringIdentifier of the user who created the resource.
modifiedBystringIdentifier of the user who last modified the resource.
bucketNamestringThe name of the Amazon S3 bucket.
secretAccessKeystringThe AWS Secret Key to access the S3 bucket.
regionstringThe region where the S3 bucket is located.
modifiedAtstringLast modification timestamp in UTC.
encryptedbooleanEnable S3 server-side encryption.
accessKeyIdstringThe AWS Access ID to access the S3 bucket.
enabledbooleanTrue if the destination is Active.
roleArnstringThe AWS Role ARN to access the S3 bucket.
createdAtstringCreation timestamp in UTC in RFC3339 format.
invalidatedBySystembooleanTrue if invalidated by the system.
destinationNamestringName of the S3 data forwarding destination.

Methods

NameAccessible byRequired ParamsDescription
getDataForwardingBucketsSELECTregionGet a list of all Amazon S3 data forwarding destinations.
getDataForwardingDestinationSELECTid, regionGet an S3 data forwarding destination by the given identifier.
createDataForwardingBucketINSERTregionCreate a new Amazon S3 data forwarding destination.
deleteDataForwardingBucketDELETEid, regionDelete an existing Amazon S3 data forwarding destination with the given identifier.
UpdateDataForwardingBucketEXECid, data__authenticationMode, regionUpdate an S3 data forwarding destination by the given identifier.