Interface DialogflowCxSecuritySettingsConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DialogflowCxSecuritySettingsConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.002Z") @Stability(Stable) public interface DialogflowCxSecuritySettingsConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxSecuritySettingsConfig.BuilderA builder forDialogflowCxSecuritySettingsConfigstatic classDialogflowCxSecuritySettingsConfig.Jsii$ProxyAn implementation forDialogflowCxSecuritySettingsConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowCxSecuritySettingsConfig.Builderbuilder()default DialogflowCxSecuritySettingsAudioExportSettingsgetAudioExportSettings()audio_export_settings block.default StringgetDeidentifyTemplate()DLP deidentify template name.StringgetDisplayName()The human-readable name of the security settings, unique within the location.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#id DialogflowCxSecuritySettings#id}.default DialogflowCxSecuritySettingsInsightsExportSettingsgetInsightsExportSettings()insights_export_settings block.default StringgetInspectTemplate()DLP inspect template name.StringgetLocation()The location these settings are located in.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#project DialogflowCxSecuritySettings#project}.default List<String>getPurgeDataTypes()List of types of data to remove when retention settings triggers purge.default StringgetRedactionScope()Defines what types of data to redact.default StringgetRedactionStrategy()Defines how we redact data.default StringgetRetentionStrategy()Defines how long we retain persisted data that contains sensitive info.default NumbergetRetentionWindowDays()Retains the data for the specified number of days.default DialogflowCxSecuritySettingsTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
The human-readable name of the security settings, unique within the location.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#display_name DialogflowCxSecuritySettings#display_name}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location these settings are located in.Settings can only be applied to an agent in the same location. See [Available Regions](https://cloud.google.com/dialogflow/cx/docs/concept/region#avail) for a list of supported locations. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#location DialogflowCxSecuritySettings#location}
-
getAudioExportSettings
@Stability(Stable) @Nullable default DialogflowCxSecuritySettingsAudioExportSettings getAudioExportSettings()
audio_export_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#audio_export_settings DialogflowCxSecuritySettings#audio_export_settings}
-
getDeidentifyTemplate
@Stability(Stable) @Nullable default String getDeidentifyTemplate()
DLP deidentify template name. Use this template to define de-identification configuration for the content. If empty, Dialogflow replaces sensitive info with [redacted] text. Note: deidentifyTemplate must be located in the same region as the SecuritySettings. Format: projects//locations/ /deidentifyTemplates/ OR organizations/ /locations/ /deidentifyTemplates/. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#deidentify_template DialogflowCxSecuritySettings#deidentify_template}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#id DialogflowCxSecuritySettings#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getInsightsExportSettings
@Stability(Stable) @Nullable default DialogflowCxSecuritySettingsInsightsExportSettings getInsightsExportSettings()
insights_export_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#insights_export_settings DialogflowCxSecuritySettings#insights_export_settings}
-
getInspectTemplate
@Stability(Stable) @Nullable default String getInspectTemplate()
DLP inspect template name. Use this template to define inspect base settings. If empty, we use the default DLP inspect config. Note: inspectTemplate must be located in the same region as the SecuritySettings. Format: projects//locations/ /inspectTemplates/ OR organizations/ /locations/ /inspectTemplates/. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#inspect_template DialogflowCxSecuritySettings#inspect_template}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#project DialogflowCxSecuritySettings#project}.
-
getPurgeDataTypes
@Stability(Stable) @Nullable default List<String> getPurgeDataTypes()
List of types of data to remove when retention settings triggers purge. Possible values: ["DIALOGFLOW_HISTORY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#purge_data_types DialogflowCxSecuritySettings#purge_data_types}
-
getRedactionScope
@Stability(Stable) @Nullable default String getRedactionScope()
Defines what types of data to redact.If not set, defaults to not redacting any kind of data. * REDACT_DISK_STORAGE: On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk. Possible values: ["REDACT_DISK_STORAGE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#redaction_scope DialogflowCxSecuritySettings#redaction_scope}
-
getRedactionStrategy
@Stability(Stable) @Nullable default String getRedactionStrategy()
Defines how we redact data.If not set, defaults to not redacting. * REDACT_WITH_SERVICE: Call redaction service to clean up the data to be persisted. Possible values: ["REDACT_WITH_SERVICE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#redaction_strategy DialogflowCxSecuritySettings#redaction_strategy}
-
getRetentionStrategy
@Stability(Stable) @Nullable default String getRetentionStrategy()
Defines how long we retain persisted data that contains sensitive info.Only one of 'retention_window_days' and 'retention_strategy' may be set. * REMOVE_AFTER_CONVERSATION: Removes data when the conversation ends. If there is no conversation explicitly established, a default conversation ends when the corresponding Dialogflow session ends. Possible values: ["REMOVE_AFTER_CONVERSATION"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#retention_strategy DialogflowCxSecuritySettings#retention_strategy}
-
getRetentionWindowDays
@Stability(Stable) @Nullable default Number getRetentionWindowDays()
Retains the data for the specified number of days.User must set a value lower than Dialogflow's default 365d TTL (30 days for Agent Assist traffic), higher value will be ignored and use default. Setting a value higher than that has no effect. A missing value or setting to 0 also means we use default TTL. Only one of 'retention_window_days' and 'retention_strategy' may be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#retention_window_days DialogflowCxSecuritySettings#retention_window_days}
-
getTimeouts
@Stability(Stable) @Nullable default DialogflowCxSecuritySettingsTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_security_settings#timeouts DialogflowCxSecuritySettings#timeouts}
-
builder
@Stability(Stable) static DialogflowCxSecuritySettingsConfig.Builder builder()
-
-