Class AwsS3DataConnectorProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.AwsS3DataConnectorProperties
Amazon Web Services S3 data connector properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataTypes property: The available data types for the connector.Get the destinationTable property: The logs destination table name in LogAnalytics.roleArn()
Get the roleArn property: The Aws Role Arn that is used to access the Aws account.sqsUrls()
Get the sqsUrls property: The AWS sqs urls for the connector.void
validate()
Validates the instance.withDataTypes
(AwsS3DataConnectorDataTypes dataTypes) Set the dataTypes property: The available data types for the connector.withDestinationTable
(String destinationTable) Set the destinationTable property: The logs destination table name in LogAnalytics.withRoleArn
(String roleArn) Set the roleArn property: The Aws Role Arn that is used to access the Aws account.withSqsUrls
(List<String> sqsUrls) Set the sqsUrls property: The AWS sqs urls for the connector.
-
Constructor Details
-
AwsS3DataConnectorProperties
public AwsS3DataConnectorProperties()
-
-
Method Details
-
destinationTable
Get the destinationTable property: The logs destination table name in LogAnalytics.- Returns:
- the destinationTable value.
-
withDestinationTable
Set the destinationTable property: The logs destination table name in LogAnalytics.- Parameters:
destinationTable
- the destinationTable value to set.- Returns:
- the AwsS3DataConnectorProperties object itself.
-
sqsUrls
Get the sqsUrls property: The AWS sqs urls for the connector.- Returns:
- the sqsUrls value.
-
withSqsUrls
Set the sqsUrls property: The AWS sqs urls for the connector.- Parameters:
sqsUrls
- the sqsUrls value to set.- Returns:
- the AwsS3DataConnectorProperties object itself.
-
roleArn
Get the roleArn property: The Aws Role Arn that is used to access the Aws account.- Returns:
- the roleArn value.
-
withRoleArn
Set the roleArn property: The Aws Role Arn that is used to access the Aws account.- Parameters:
roleArn
- the roleArn value to set.- Returns:
- the AwsS3DataConnectorProperties object itself.
-
dataTypes
Get the dataTypes property: The available data types for the connector.- Returns:
- the dataTypes value.
-
withDataTypes
Set the dataTypes property: The available data types for the connector.- Parameters:
dataTypes
- the dataTypes value to set.- Returns:
- the AwsS3DataConnectorProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-