Class DefenderFoDatabasesAwsOfferingArcAutoProvisioning

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

public final class DefenderFoDatabasesAwsOfferingArcAutoProvisioning extends Object
The ARC autoprovisioning configuration.
  • Constructor Details

    • DefenderFoDatabasesAwsOfferingArcAutoProvisioning

      public DefenderFoDatabasesAwsOfferingArcAutoProvisioning()
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Is arc auto provisioning enabled.
      Returns:
      the enabled value.
    • withEnabled

      Set the enabled property: Is arc auto provisioning enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the DefenderFoDatabasesAwsOfferingArcAutoProvisioning 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 DefenderFoDatabasesAwsOfferingArcAutoProvisioning 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 DefenderFoDatabasesAwsOfferingArcAutoProvisioning object itself.
    • validate

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