Interface BigqueryDataTransferConfigEmailPreferences
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDataTransferConfigEmailPreferences.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.653Z") @Stability(Stable) public interface BigqueryDataTransferConfigEmailPreferences extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDataTransferConfigEmailPreferences.BuilderA builder forBigqueryDataTransferConfigEmailPreferencesstatic classBigqueryDataTransferConfigEmailPreferences.Jsii$ProxyAn implementation forBigqueryDataTransferConfigEmailPreferences
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BigqueryDataTransferConfigEmailPreferences.Builderbuilder()ObjectgetEnableFailureEmail()If true, email notifications will be sent on transfer run failures.
-
-
-
Method Detail
-
getEnableFailureEmail
@Stability(Stable) @NotNull Object getEnableFailureEmail()
If true, email notifications will be sent on transfer run failures.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#enable_failure_email BigqueryDataTransferConfig#enable_failure_email}
-
builder
@Stability(Stable) static BigqueryDataTransferConfigEmailPreferences.Builder builder()
-
-