Interface DataLossPreventionDiscoveryConfigActions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigActions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.424Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigActions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigActions.BuilderA builder forDataLossPreventionDiscoveryConfigActionsstatic classDataLossPreventionDiscoveryConfigActions.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigActions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigActions.Builderbuilder()default DataLossPreventionDiscoveryConfigActionsExportDatagetExportData()export_data block.default DataLossPreventionDiscoveryConfigActionsPubSubNotificationgetPubSubNotification()pub_sub_notification block.
-
-
-
Method Detail
-
getExportData
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigActionsExportData getExportData()
export_data block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#export_data DataLossPreventionDiscoveryConfig#export_data}
-
getPubSubNotification
@Stability(Stable) @Nullable default DataLossPreventionDiscoveryConfigActionsPubSubNotification getPubSubNotification()
pub_sub_notification block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#pub_sub_notification DataLossPreventionDiscoveryConfig#pub_sub_notification}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigActions.Builder builder()
-
-