CloudConnectors Class

  • java.lang.Object
    • com.azure.resourcemanager.purview.models.CloudConnectors

Implements

public final class CloudConnectors
implements JsonSerializable<CloudConnectors>

External Cloud Service connectors.

Constructor Summary

Constructor Description
CloudConnectors()

Creates an instance of CloudConnectors class.

Method Summary

Modifier and Type Method and Description
String awsExternalId()

Get the awsExternalId property: AWS external identifier.

static CloudConnectors fromJson(JsonReader jsonReader)

Reads an instance of CloudConnectors from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

CloudConnectors

public CloudConnectors()

Creates an instance of CloudConnectors class.

Method Details

awsExternalId

public String awsExternalId()

Get the awsExternalId property: AWS external identifier. Configured in AWS to allow use of the role arn used for scanning.

Returns:

the awsExternalId value.

fromJson

public static CloudConnectors fromJson(JsonReader jsonReader)

Reads an instance of CloudConnectors from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudConnectors if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CloudConnectors.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to