This product is not supported for your selected Datadog site. ().

aws_workspaces_web_data_protection_settings

account_id

Type: STRING

additional_encryption_context

Type: MAP_STRING_STRING
Provider name: additionalEncryptionContext
Description: The additional encryption context of the data protection settings.

associated_portal_arns

Type: UNORDERED_LIST_STRING
Provider name: associatedPortalArns
Description: A list of web portal ARNs that this data protection settings resource is associated with.

creation_date

Type: TIMESTAMP
Provider name: creationDate
Description: The creation date timestamp of the data protection settings.

customer_managed_key

Type: STRING
Provider name: customerManagedKey
Description: The customer managed key used to encrypt sensitive information in the data protection settings.

data_protection_settings_arn

Type: STRING
Provider name: dataProtectionSettingsArn
Description: The ARN of the data protection settings resource.

description

Type: STRING
Provider name: description
Description: The description of the data protection settings.

inline_redaction_configuration

Type: STRUCT
Provider name: inlineRedactionConfiguration
Description: The inline redaction configuration for the data protection settings.

  • global_confidence_level
    Type: INT32
    Provider name: globalConfidenceLevel
    Description: The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Confidence level 3 means high confidence, and requires a formatted text pattern match in order for content to be redacted. Confidence level 2 means medium confidence, and redaction considers both formatted and unformatted text, and adds keyword associate to the logic. Confidence level 1 means low confidence, and redaction is enforced for both formatted pattern + unformatted pattern without keyword. This is applied to patterns that do not have a pattern-level confidence level. Defaults to confidence level 2.
  • global_enforced_urls
    Type: UNORDERED_LIST_STRING
    Provider name: globalEnforcedUrls
    Description: The global enforced URL configuration for the inline redaction configuration. This is applied to patterns that do not have a pattern-level enforced URL list.
  • global_exempt_urls
    Type: UNORDERED_LIST_STRING
    Provider name: globalExemptUrls
    Description: The global exempt URL configuration for the inline redaction configuration. This is applied to patterns that do not have a pattern-level exempt URL list.
  • inline_redaction_patterns
    Type: UNORDERED_LIST_STRUCT
    Provider name: inlineRedactionPatterns
    Description: The inline redaction patterns to be enabled for the inline redaction configuration.
    • built_in_pattern_id
      Type: STRING
      Provider name: builtInPatternId
      Description: The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required.
    • confidence_level
      Type: INT32
      Provider name: confidenceLevel
      Description: The confidence level for inline redaction pattern. This indicates the certainty of data type matches in the redaction process. Confidence level 3 means high confidence, and requires a formatted text pattern match in order for content to be redacted. Confidence level 2 means medium confidence, and redaction considers both formatted and unformatted text, and adds keyword associate to the logic. Confidence level 1 means low confidence, and redaction is enforced for both formatted pattern + unformatted pattern without keyword. This overrides the global confidence level.
    • custom_pattern
      Type: STRUCT
      Provider name: customPattern
      Description: >The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
      • keyword_regex
        Type: STRING
        Provider name: keywordRegex
        Description: The keyword regex for the customer pattern. After there is a match to the pattern regex, the keyword regex is used to search within the proximity of the match. If there is a keyword match, then the match is confirmed. If no keyword regex is provided, the pattern regex match will automatically be confirmed. The format must follow JavaScript regex format. The pattern must be enclosed between slashes, and can have flags behind the second slash. For example, “/ab+c/gi”
      • pattern_description
        Type: STRING
        Provider name: patternDescription
        Description: The pattern description for the customer pattern.
      • pattern_name
        Type: STRING
        Provider name: patternName
        Description: The pattern name for the custom pattern.
      • pattern_regex
        Type: STRING
        Provider name: patternRegex
        Description: The pattern regex for the customer pattern. The format must follow JavaScript regex format. The pattern must be enclosed between slashes, and can have flags behind the second slash. For example: “/ab+c/gi”.
    • enforced_urls
      Type: UNORDERED_LIST_STRING
      Provider name: enforcedUrls
      Description: The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
    • exempt_urls
      Type: UNORDERED_LIST_STRING
      Provider name: exemptUrls
      Description: The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
    • redaction_place_holder
      Type: STRUCT
      Provider name: redactionPlaceHolder
      Description: The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
      • redaction_place_holder_text
        Type: STRING
        Provider name: redactionPlaceHolderText
        Description: The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
      • redaction_place_holder_type
        Type: STRING
        Provider name: redactionPlaceHolderType
        Description: The redaction placeholder type that will replace the redacted text in session.

tags

Type: UNORDERED_LIST_STRING