Share via


AwsS3DataConnectorProperties Class

Definition

Amazon Web Services S3 data connector properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AwsS3DataConnectorPropertiesTypeConverter))]
public class AwsS3DataConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAwsS3DataConnectorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AwsS3DataConnectorPropertiesTypeConverter))>]
type AwsS3DataConnectorProperties = class
    interface IAwsS3DataConnectorProperties
    interface IJsonSerializable
Public Class AwsS3DataConnectorProperties
Implements IAwsS3DataConnectorProperties
Inheritance
AwsS3DataConnectorProperties
Attributes
Implements

Constructors

AwsS3DataConnectorProperties()

Creates an new AwsS3DataConnectorProperties instance.

Properties

DestinationTable

The logs destination table name in LogAnalytics.

LogState

Describe whether this data type connection is enabled or not.

RoleArn

The Aws Role Arn that is used to access the Aws account.

SqsUrl

The AWS sqs urls for the connector.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AwsS3DataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AwsS3DataConnectorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAwsS3DataConnectorProperties.

FromJsonString(String)

Creates a new instance of AwsS3DataConnectorProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AwsS3DataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to