AwsS3DataConnectorProperties interface
Amazon Web Services S3 data connector properties.
Properties
| data |
The available data types for the connector. |
| destination |
The logs destination table name in LogAnalytics. |
| role |
The Aws Role Arn that is used to access the Aws account. |
| sqs |
The AWS sqs urls for the connector. |
Property Details
dataTypes
The available data types for the connector.
dataTypes: AwsS3DataConnectorDataTypes
Property Value
destinationTable
The logs destination table name in LogAnalytics.
destinationTable: string
Property Value
string
roleArn
The Aws Role Arn that is used to access the Aws account.
roleArn: string
Property Value
string
sqsUrls
The AWS sqs urls for the connector.
sqsUrls: string[]
Property Value
string[]