Package-level declarations
Types
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigArgs(val infoTypeTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs>? = null, val recordTransformations: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs(val transformations: Output<List<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationArgs>>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsArgs>
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationArgs(val infoTypes: Output<List<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationInfoTypeArgs>>? = null, val primitiveTransformation: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationArgs>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationInfoTypeArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationInfoTypeArgs>
Prevention Deidentify Template Deidentify Config Info Type Transformations Transformation Info Type Args Builder
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationArgs(val characterMaskConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigArgs>? = null, val cryptoDeterministicConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigArgs>? = null, val cryptoReplaceFfxFpeConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigArgs>? = null, val replaceConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigArgs>? = null, val replaceWithInfoTypeConfig: Output<Boolean>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigArgs(val charactersToIgnores: Output<List<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>? = null, val maskingCharacter: Output<String>? = null, val numberToMask: Output<Int>? = null, val reverseOrder: Output<Boolean>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs(val charactersToSkip: Output<String>? = null, val commonCharactersToIgnore: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigArgs(val context: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigContextArgs>? = null, val cryptoKey: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyArgs>? = null, val surrogateInfoType: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigContextArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigContextArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyArgs(val kmsWrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrappedArgs>? = null, val transient: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransientArgs>? = null, val unwrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrappedArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrappedArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransientArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransientArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrappedArgs(val key: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigArgs(val commonAlphabet: Output<String>? = null, val context: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContextArgs>? = null, val cryptoKey: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs>? = null, val customAlphabet: Output<String>? = null, val radix: Output<Int>? = null, val surrogateInfoType: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContextArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContextArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs(val kmsWrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrappedArgs>? = null, val transient: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransientArgs>? = null, val unwrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrappedArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrappedArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransientArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransientArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrappedArgs(val key: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigArgs(val newValue: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueArgs>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<Int>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs(val fieldTransformations: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs>>? = null, val recordSuppressions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsArgs>
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs(val condition: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionArgs>? = null, val fields: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationFieldArgs>>, val primitiveTransformation: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationArgs>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionArgs(val expressions: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsArgs(val conditions: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsArgs>? = null, val logicalOperator: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsArgs(val conditions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionArgs>>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionArgs(val field: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionFieldArgs>, val operator: Output<String>, val value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionFieldArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionFieldArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationFieldArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationFieldArgs>
Prevention Deidentify Template Deidentify Config Record Transformations Field Transformation Field Args Builder
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationArgs(val bucketingConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigArgs>? = null, val characterMaskConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigArgs>? = null, val cryptoDeterministicConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigArgs>? = null, val cryptoHashConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigArgs>? = null, val cryptoReplaceFfxFpeConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigArgs>? = null, val dateShiftConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigArgs>? = null, val fixedSizeBucketingConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigArgs>? = null, val redactConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationRedactConfigArgs>? = null, val replaceConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigArgs>? = null, val replaceDictionaryConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigArgs>? = null, val timePartConfig: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationTimePartConfigArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigArgs(val buckets: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketArgs>>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketArgs(val max: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxArgs>? = null, val min: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinArgs>? = null, val replacementValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueArgs>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigArgs(val charactersToIgnores: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>>? = null, val maskingCharacter: Output<String>? = null, val numberToMask: Output<Int>? = null, val reverseOrder: Output<Boolean>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs(val charactersToSkip: Output<String>? = null, val commonCharactersToIgnore: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnoreArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigArgs(val context: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigContextArgs>? = null, val cryptoKey: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyArgs>? = null, val surrogateInfoType: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigContextArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigContextArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyArgs(val kmsWrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrappedArgs>? = null, val transient: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransientArgs>? = null, val unwrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrappedArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrappedArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransientArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransientArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrappedArgs(val key: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoTypeArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigArgs(val cryptoKey: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyArgs(val kmsWrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyKmsWrappedArgs>? = null, val transient: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyTransientArgs>? = null, val unwrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyUnwrappedArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyKmsWrappedArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyKmsWrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyTransientArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyTransientArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyUnwrappedArgs(val key: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyUnwrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigArgs(val commonAlphabet: Output<String>? = null, val context: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContextArgs>? = null, val cryptoKey: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs>? = null, val customAlphabet: Output<String>? = null, val radix: Output<Int>? = null, val surrogateInfoType: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContextArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContextArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs(val kmsWrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrappedArgs>? = null, val transient: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransientArgs>? = null, val unwrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrappedArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrappedArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransientArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransientArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrappedArgs(val key: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoTypeArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigArgs(val context: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigContextArgs>? = null, val cryptoKey: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyArgs>? = null, val lowerBoundDays: Output<Int>, val upperBoundDays: Output<Int>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigContextArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigContextArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyArgs(val kmsWrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyKmsWrappedArgs>? = null, val transient: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyTransientArgs>? = null, val unwrapped: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyUnwrappedArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyKmsWrappedArgs(val cryptoKeyName: Output<String>, val wrappedKey: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyKmsWrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyTransientArgs(val name: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyTransientArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyUnwrappedArgs(val key: Output<String>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyUnwrappedArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigArgs(val bucketSize: Output<Double>, val lowerBound: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundArgs>, val upperBound: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundArgs>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationRedactConfigArgs : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationRedactConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigArgs(val newValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigArgs(val wordList: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigWordListArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigWordListArgs(val words: Output<List<String>>) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigWordListArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationTimePartConfigArgs(val partToExtract: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationTimePartConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs(val condition: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionArgs(val expressions: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsArgs(val conditions: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsArgs>? = null, val logicalOperator: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsArgs(val conditions: Output<List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionArgs>>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionArgs(val field: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionFieldArgs>, val operator: Output<String>, val value: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionFieldArgs(val name: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionFieldArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs(val booleanValue: Output<Boolean>? = null, val dateValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueDateValueArgs>? = null, val dayOfWeekValue: Output<String>? = null, val floatValue: Output<Double>? = null, val integerValue: Output<String>? = null, val stringValue: Output<String>? = null, val timeValue: Output<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueTimeValueArgs>? = null, val timestampValue: Output<String>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueDateValueArgs(val day: Output<Int>? = null, val month: Output<Int>? = null, val year: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueDateValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueTimeValueArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueTimeValueArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigArgs(val contentOptions: Output<List<String>>? = null, val customInfoTypes: Output<List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>? = null, val excludeInfoTypes: Output<Boolean>? = null, val includeQuote: Output<Boolean>? = null, val infoTypes: Output<List<PreventionInspectTemplateInspectConfigInfoTypeArgs>>? = null, val limits: Output<PreventionInspectTemplateInspectConfigLimitsArgs>? = null, val minLikelihood: Output<String>? = null, val ruleSets: Output<List<PreventionInspectTemplateInspectConfigRuleSetArgs>>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeArgs(val dictionary: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs>? = null, val exclusionType: Output<String>? = null, val infoType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs>, val likelihood: Output<String>? = null, val regex: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeRegexArgs>? = null, val storedType: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs(val cloudStoragePath: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePathArgs>? = null, val wordList: Output<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordListArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePathArgs(val path: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePathArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordListArgs(val words: Output<List<String>>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordListArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs(val name: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeInfoTypeArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeRegexArgs(val groupIndexes: Output<List<Int>>? = null, val pattern: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeRegexArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs(val name: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigCustomInfoTypeStoredTypeArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigInfoTypeArgs(val name: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigInfoTypeArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigLimitsArgs(val maxFindingsPerInfoTypes: Output<List<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>>? = null, val maxFindingsPerItem: Output<Int>, val maxFindingsPerRequest: Output<Int>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigLimitsArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs(val infoType: Output<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs>, val maxFindings: Output<Int>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs(val name: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypeArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetArgs(val infoTypes: Output<List<PreventionInspectTemplateInspectConfigRuleSetInfoTypeArgs>>, val rules: Output<List<PreventionInspectTemplateInspectConfigRuleSetRuleArgs>>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetInfoTypeArgs(val name: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetInfoTypeArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleArgs(val exclusionRule: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleArgs>? = null, val hotwordRule: Output<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleArgs(val dictionary: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryArgs>? = null, val excludeInfoTypes: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesArgs>? = null, val matchingType: Output<String>, val regex: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryArgs(val cloudStoragePath: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryCloudStoragePathArgs>? = null, val wordList: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryWordListArgs>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryCloudStoragePathArgs(val path: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryCloudStoragePathArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryWordListArgs(val words: Output<List<String>>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryWordListArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesArgs(val infoTypes: Output<List<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs(val name: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs(val groupIndexes: Output<List<Int>>? = null, val pattern: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegexArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleArgs(val hotwordRegex: Output<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleHotwordRegexArgs>, val likelihoodAdjustment: Output<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustmentArgs>, val proximity: Output<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleHotwordRegexArgs(val groupIndexes: Output<List<Int>>? = null, val pattern: Output<String>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleHotwordRegexArgs>
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustmentArgs(val fixedLikelihood: Output<String>? = null, val relativeLikelihood: Output<Int>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustmentArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs(val windowAfter: Output<Int>? = null, val windowBefore: Output<Int>? = null) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximityArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionArgs(val pubSub: Output<PreventionJobTriggerInspectJobActionPubSubArgs>? = null, val publishFindingsToCloudDataCatalog: Output<PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs>? = null, val publishSummaryToCscc: Output<PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs>? = null, val saveFindings: Output<PreventionJobTriggerInspectJobActionSaveFindingsArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobActionArgs>
Link copied to clipboard
Link copied to clipboard
class PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs : ConvertibleToJava<PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalogArgs>
Link copied to clipboard
class PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs : ConvertibleToJava<PreventionJobTriggerInspectJobActionPublishSummaryToCsccArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionPubSubArgs(val topic: Output<String>) : ConvertibleToJava<PreventionJobTriggerInspectJobActionPubSubArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionSaveFindingsArgs(val outputConfig: Output<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobActionSaveFindingsArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs(val outputSchema: Output<String>? = null, val table: Output<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs(val datasetId: Output<String>, val projectId: Output<String>, val tableId: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobArgs(val actions: Output<List<PreventionJobTriggerInspectJobActionArgs>>, val inspectTemplateName: Output<String>, val storageConfig: Output<PreventionJobTriggerInspectJobStorageConfigArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobArgs>
Link copied to clipboard
Builder for PreventionJobTriggerInspectJobArgs.
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigArgs(val bigQueryOptions: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs>? = null, val cloudStorageOptions: Output<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsArgs>? = null, val datastoreOptions: Output<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsArgs>? = null, val timespanConfig: Output<PreventionJobTriggerInspectJobStorageConfigTimespanConfigArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs(val identifyingFields: Output<List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>>? = null, val rowsLimit: Output<Int>? = null, val rowsLimitPercent: Output<Int>? = null, val sampleMethod: Output<String>? = null, val tableReference: Output<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReferenceArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs(val name: Output<String>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingFieldArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReferenceArgs(val datasetId: Output<String>, val projectId: Output<String>, val tableId: Output<String>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReferenceArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsArgs(val bytesLimitPerFile: Output<Int>? = null, val bytesLimitPerFilePercent: Output<Int>? = null, val fileSet: Output<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetArgs>, val fileTypes: Output<List<String>>? = null, val filesLimitPercent: Output<Int>? = null, val sampleMethod: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetArgs(val regexFileSet: Output<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs>? = null, val url: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs(val bucketName: Output<String>, val excludeRegexes: Output<List<String>>? = null, val includeRegexes: Output<List<String>>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsArgs(val kind: Output<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsKindArgs>, val partitionId: Output<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionIdArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsKindArgs(val name: Output<String>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsKindArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionIdArgs(val namespaceId: Output<String>? = null, val projectId: Output<String>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionIdArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigTimespanConfigArgs(val enableAutoPopulationOfTimespanConfig: Output<Boolean>? = null, val endTime: Output<String>? = null, val startTime: Output<String>? = null, val timestampField: Output<PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigTimespanConfigArgs>
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs(val name: Output<String>) : ConvertibleToJava<PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs>
Link copied to clipboard
data class PreventionJobTriggerTriggerArgs(val schedule: Output<PreventionJobTriggerTriggerScheduleArgs>? = null) : ConvertibleToJava<PreventionJobTriggerTriggerArgs>
Link copied to clipboard
Builder for PreventionJobTriggerTriggerArgs.
Link copied to clipboard
data class PreventionJobTriggerTriggerScheduleArgs(val recurrencePeriodDuration: Output<String>? = null) : ConvertibleToJava<PreventionJobTriggerTriggerScheduleArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeDictionaryArgs(val cloudStoragePath: Output<PreventionStoredInfoTypeDictionaryCloudStoragePathArgs>? = null, val wordList: Output<PreventionStoredInfoTypeDictionaryWordListArgs>? = null) : ConvertibleToJava<PreventionStoredInfoTypeDictionaryArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeDictionaryCloudStoragePathArgs(val path: Output<String>) : ConvertibleToJava<PreventionStoredInfoTypeDictionaryCloudStoragePathArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeDictionaryWordListArgs(val words: Output<List<String>>) : ConvertibleToJava<PreventionStoredInfoTypeDictionaryWordListArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryArgs(val bigQueryField: Output<PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldArgs>? = null, val cloudStorageFileSet: Output<PreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSetArgs>? = null, val outputPath: Output<PreventionStoredInfoTypeLargeCustomDictionaryOutputPathArgs>) : ConvertibleToJava<PreventionStoredInfoTypeLargeCustomDictionaryArgs>
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldArgs(val field: Output<PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldFieldArgs>, val table: Output<PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTableArgs>) : ConvertibleToJava<PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldArgs>
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldFieldArgs(val name: Output<String>) : ConvertibleToJava<PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldFieldArgs>
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTableArgs(val datasetId: Output<String>, val projectId: Output<String>, val tableId: Output<String>) : ConvertibleToJava<PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTableArgs>
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSetArgs(val url: Output<String>) : ConvertibleToJava<PreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSetArgs>
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryOutputPathArgs(val path: Output<String>) : ConvertibleToJava<PreventionStoredInfoTypeLargeCustomDictionaryOutputPathArgs>
Link copied to clipboard
data class PreventionStoredInfoTypeRegexArgs(val groupIndexes: Output<List<Int>>? = null, val pattern: Output<String>) : ConvertibleToJava<PreventionStoredInfoTypeRegexArgs>
Link copied to clipboard
Builder for PreventionStoredInfoTypeRegexArgs.