DefenderFoDatabasesAwsOfferingRds Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. DefenderFoDatabasesAwsOfferingRds
- com.
Implements
public final class DefenderFoDatabasesAwsOfferingRds
implements JsonSerializable<DefenderFoDatabasesAwsOfferingRds>
The RDS configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| DefenderFoDatabasesAwsOfferingRds() |
Creates an instance of Defender |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
cloudRoleArn()
Get the cloud |
| Boolean |
enabled()
Get the enabled property: Is RDS protection enabled. |
|
static
Defender |
fromJson(JsonReader jsonReader)
Reads an instance of Defender |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Defender |
withCloudRoleArn(String cloudRoleArn)
Set the cloud |
|
Defender |
withEnabled(Boolean enabled)
Set the enabled property: Is RDS protection enabled. |
Methods inherited from java.lang.Object
Constructor Details
DefenderFoDatabasesAwsOfferingRds
public DefenderFoDatabasesAwsOfferingRds()
Creates an instance of DefenderFoDatabasesAwsOfferingRds class.
Method Details
cloudRoleArn
public String cloudRoleArn()
Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.
Returns:
enabled
public Boolean enabled()
Get the enabled property: Is RDS protection enabled.
Returns:
fromJson
public static DefenderFoDatabasesAwsOfferingRds fromJson(JsonReader jsonReader)
Reads an instance of DefenderFoDatabasesAwsOfferingRds from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCloudRoleArn
public DefenderFoDatabasesAwsOfferingRds withCloudRoleArn(String cloudRoleArn)
Set the cloudRoleArn property: The cloud role ARN in AWS for this feature.
Parameters:
Returns:
withEnabled
public DefenderFoDatabasesAwsOfferingRds withEnabled(Boolean enabled)
Set the enabled property: Is RDS protection enabled.
Parameters:
Returns: