com.pulumi.googlenative.dlp.v2.inputs.GooglePrivacyDlpV2LikelihoodAdjustmentArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.dlp.v2.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.dlp.v2.enums.GooglePrivacyDlpV2LikelihoodAdjustmentFixedLikelihood;
import java.lang.Integer;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Message for specifying an adjustment to the likelihood of a finding as part of a detection rule.
*
*/
public final class GooglePrivacyDlpV2LikelihoodAdjustmentArgs extends com.pulumi.resources.ResourceArgs {
public static final GooglePrivacyDlpV2LikelihoodAdjustmentArgs Empty = new GooglePrivacyDlpV2LikelihoodAdjustmentArgs();
/**
* Set the likelihood of a finding to a fixed value.
*
*/
@Import(name="fixedLikelihood")
private @Nullable Output fixedLikelihood;
/**
* @return Set the likelihood of a finding to a fixed value.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy