Class DefenderFoDatabasesAwsOfferingRds

java.lang.Object
com.azure.resourcemanager.security.models.DefenderFoDatabasesAwsOfferingRds

public final class DefenderFoDatabasesAwsOfferingRds extends Object
The RDS configuration.
  • Constructor Details

    • DefenderFoDatabasesAwsOfferingRds

      public DefenderFoDatabasesAwsOfferingRds()
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Is RDS protection enabled.
      Returns:
      the enabled value.
    • withEnabled

      public DefenderFoDatabasesAwsOfferingRds withEnabled(Boolean enabled)
      Set the enabled property: Is RDS protection enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the DefenderFoDatabasesAwsOfferingRds object itself.
    • cloudRoleArn

      public String cloudRoleArn()
      Get the cloudRoleArn property: The cloud role ARN in AWS for this feature.
      Returns:
      the cloudRoleArn value.
    • withCloudRoleArn

      public DefenderFoDatabasesAwsOfferingRds withCloudRoleArn(String cloudRoleArn)
      Set the cloudRoleArn property: The cloud role ARN in AWS for this feature.
      Parameters:
      cloudRoleArn - the cloudRoleArn value to set.
      Returns:
      the DefenderFoDatabasesAwsOfferingRds object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.