Interface DataLossPreventionStoredInfoTypeDictionaryWordListStruct
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.523Z") @Stability(Stable) public interface DataLossPreventionStoredInfoTypeDictionaryWordListStruct extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionStoredInfoTypeDictionaryWordListStruct.BuilderA builder forDataLossPreventionStoredInfoTypeDictionaryWordListStructstatic classDataLossPreventionStoredInfoTypeDictionaryWordListStruct.Jsii$ProxyAn implementation forDataLossPreventionStoredInfoTypeDictionaryWordListStruct
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builderbuilder()List<String>getWords()Words or phrases defining the dictionary.
-
-
-
Method Detail
-
getWords
@Stability(Stable) @NotNull List<String> getWords()
Words or phrases defining the dictionary.The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#words DataLossPreventionStoredInfoType#words}
-
builder
@Stability(Stable) static DataLossPreventionStoredInfoTypeDictionaryWordListStruct.Builder builder()
-
-