1. Packages
  2. Datadog
  3. API Docs
  4. getSensitiveDataScannerStandardPattern
Datadog v4.28.0 published on Tuesday, Apr 23, 2024 by Pulumi

datadog.getSensitiveDataScannerStandardPattern

Explore with Pulumi AI

datadog logo
Datadog v4.28.0 published on Tuesday, Apr 23, 2024 by Pulumi

    Use this data source to retrieve information about an existing sensitive data scanner standard pattern.

    Using getSensitiveDataScannerStandardPattern

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSensitiveDataScannerStandardPattern(args: GetSensitiveDataScannerStandardPatternArgs, opts?: InvokeOptions): Promise<GetSensitiveDataScannerStandardPatternResult>
    function getSensitiveDataScannerStandardPatternOutput(args: GetSensitiveDataScannerStandardPatternOutputArgs, opts?: InvokeOptions): Output<GetSensitiveDataScannerStandardPatternResult>
    def get_sensitive_data_scanner_standard_pattern(filter: Optional[str] = None,
                                                    opts: Optional[InvokeOptions] = None) -> GetSensitiveDataScannerStandardPatternResult
    def get_sensitive_data_scanner_standard_pattern_output(filter: Optional[pulumi.Input[str]] = None,
                                                    opts: Optional[InvokeOptions] = None) -> Output[GetSensitiveDataScannerStandardPatternResult]
    func GetSensitiveDataScannerStandardPattern(ctx *Context, args *GetSensitiveDataScannerStandardPatternArgs, opts ...InvokeOption) (*GetSensitiveDataScannerStandardPatternResult, error)
    func GetSensitiveDataScannerStandardPatternOutput(ctx *Context, args *GetSensitiveDataScannerStandardPatternOutputArgs, opts ...InvokeOption) GetSensitiveDataScannerStandardPatternResultOutput

    > Note: This function is named GetSensitiveDataScannerStandardPattern in the Go SDK.

    public static class GetSensitiveDataScannerStandardPattern 
    {
        public static Task<GetSensitiveDataScannerStandardPatternResult> InvokeAsync(GetSensitiveDataScannerStandardPatternArgs args, InvokeOptions? opts = null)
        public static Output<GetSensitiveDataScannerStandardPatternResult> Invoke(GetSensitiveDataScannerStandardPatternInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSensitiveDataScannerStandardPatternResult> getSensitiveDataScannerStandardPattern(GetSensitiveDataScannerStandardPatternArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: datadog:index/getSensitiveDataScannerStandardPattern:getSensitiveDataScannerStandardPattern
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filter string
    Filter all the Datadog standard patterns by name.
    Filter string
    Filter all the Datadog standard patterns by name.
    filter String
    Filter all the Datadog standard patterns by name.
    filter string
    Filter all the Datadog standard patterns by name.
    filter str
    Filter all the Datadog standard patterns by name.
    filter String
    Filter all the Datadog standard patterns by name.

    getSensitiveDataScannerStandardPattern Result

    The following output properties are available:

    Filter string
    Filter all the Datadog standard patterns by name.
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludedKeywords List<string>
    List of recommended keywords to improve rule accuracy.
    Name string
    Name of the standard pattern.
    Pattern string
    Regex that the standard pattern applies.
    Tags List<string>
    List of tags.
    Filter string
    Filter all the Datadog standard patterns by name.
    Id string
    The provider-assigned unique ID for this managed resource.
    IncludedKeywords []string
    List of recommended keywords to improve rule accuracy.
    Name string
    Name of the standard pattern.
    Pattern string
    Regex that the standard pattern applies.
    Tags []string
    List of tags.
    filter String
    Filter all the Datadog standard patterns by name.
    id String
    The provider-assigned unique ID for this managed resource.
    includedKeywords List<String>
    List of recommended keywords to improve rule accuracy.
    name String
    Name of the standard pattern.
    pattern String
    Regex that the standard pattern applies.
    tags List<String>
    List of tags.
    filter string
    Filter all the Datadog standard patterns by name.
    id string
    The provider-assigned unique ID for this managed resource.
    includedKeywords string[]
    List of recommended keywords to improve rule accuracy.
    name string
    Name of the standard pattern.
    pattern string
    Regex that the standard pattern applies.
    tags string[]
    List of tags.
    filter str
    Filter all the Datadog standard patterns by name.
    id str
    The provider-assigned unique ID for this managed resource.
    included_keywords Sequence[str]
    List of recommended keywords to improve rule accuracy.
    name str
    Name of the standard pattern.
    pattern str
    Regex that the standard pattern applies.
    tags Sequence[str]
    List of tags.
    filter String
    Filter all the Datadog standard patterns by name.
    id String
    The provider-assigned unique ID for this managed resource.
    includedKeywords List<String>
    List of recommended keywords to improve rule accuracy.
    name String
    Name of the standard pattern.
    pattern String
    Regex that the standard pattern applies.
    tags List<String>
    List of tags.

    Package Details

    Repository
    Datadog pulumi/pulumi-datadog
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the datadog Terraform Provider.
    datadog logo
    Datadog v4.28.0 published on Tuesday, Apr 23, 2024 by Pulumi