AwsEnvironment Class

Definition

The AWS connector environment data.

public class AwsEnvironment : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment
public class AwsEnvironment : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.AwsEnvironment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.AwsEnvironment>
type AwsEnvironment = class
    inherit SecurityConnectorEnvironment
type AwsEnvironment = class
    inherit SecurityConnectorEnvironment
    interface IJsonModel<AwsEnvironment>
    interface IPersistableModel<AwsEnvironment>
Public Class AwsEnvironment
Inherits SecurityConnectorEnvironment
Public Class AwsEnvironment
Inherits SecurityConnectorEnvironment
Implements IJsonModel(Of AwsEnvironment), IPersistableModel(Of AwsEnvironment)
Inheritance
Implements

Constructors

AwsEnvironment()

Initializes a new instance of AwsEnvironment.

Properties

AccountName

The AWS account name.

OrganizationalData

The AWS account's organizational data Please note AwsOrganizationalInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AwsOrganizationalDataMember and AwsOrganizationalDataMaster.

Regions

list of regions to scan.

ScanInterval

Scan interval in hours (value should be between 1-hour to 24-hours).

Explicit Interface Implementations

IJsonModel<AwsEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AwsEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityConnectorEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecurityConnectorEnvironment)
IJsonModel<SecurityConnectorEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityConnectorEnvironment)
IPersistableModel<AwsEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AwsEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AwsEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityConnectorEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityConnectorEnvironment)
IPersistableModel<SecurityConnectorEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecurityConnectorEnvironment)
IPersistableModel<SecurityConnectorEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityConnectorEnvironment)

Applies to