1. Packages
  2. Datadog
  3. API Docs
  4. getSensitiveDataScannerStandardPattern
Datadog v4.23.0 published on Wednesday, Sep 27, 2023 by Pulumi

datadog.getSensitiveDataScannerStandardPattern

Explore with Pulumi AI

datadog logo
Datadog v4.23.0 published on Wednesday, Sep 27, 2023 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.

    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.

    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.

    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.

    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.

    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.

    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.23.0 published on Wednesday, Sep 27, 2023 by Pulumi