We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.workspacesweb.getDataProtectionSettings
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Definition of AWS::WorkSpacesWeb::DataProtectionSettings Resource Type
Using getDataProtectionSettings
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 getDataProtectionSettings(args: GetDataProtectionSettingsArgs, opts?: InvokeOptions): Promise<GetDataProtectionSettingsResult>
function getDataProtectionSettingsOutput(args: GetDataProtectionSettingsOutputArgs, opts?: InvokeOptions): Output<GetDataProtectionSettingsResult>def get_data_protection_settings(data_protection_settings_arn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetDataProtectionSettingsResult
def get_data_protection_settings_output(data_protection_settings_arn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetDataProtectionSettingsResult]func LookupDataProtectionSettings(ctx *Context, args *LookupDataProtectionSettingsArgs, opts ...InvokeOption) (*LookupDataProtectionSettingsResult, error)
func LookupDataProtectionSettingsOutput(ctx *Context, args *LookupDataProtectionSettingsOutputArgs, opts ...InvokeOption) LookupDataProtectionSettingsResultOutput> Note: This function is named LookupDataProtectionSettings in the Go SDK.
public static class GetDataProtectionSettings 
{
    public static Task<GetDataProtectionSettingsResult> InvokeAsync(GetDataProtectionSettingsArgs args, InvokeOptions? opts = null)
    public static Output<GetDataProtectionSettingsResult> Invoke(GetDataProtectionSettingsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataProtectionSettingsResult> getDataProtectionSettings(GetDataProtectionSettingsArgs args, InvokeOptions options)
public static Output<GetDataProtectionSettingsResult> getDataProtectionSettings(GetDataProtectionSettingsArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:workspacesweb:getDataProtectionSettings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DataProtection stringSettings Arn 
- The ARN of the data protection settings resource.
- DataProtection stringSettings Arn 
- The ARN of the data protection settings resource.
- dataProtection StringSettings Arn 
- The ARN of the data protection settings resource.
- dataProtection stringSettings Arn 
- The ARN of the data protection settings resource.
- data_protection_ strsettings_ arn 
- The ARN of the data protection settings resource.
- dataProtection StringSettings Arn 
- The ARN of the data protection settings resource.
getDataProtectionSettings Result
The following output properties are available:
- AssociatedPortal List<string>Arns 
- A list of web portal ARNs that this data protection settings resource is associated with.
- CreationDate string
- The creation date timestamp of the data protection settings.
- DataProtection stringSettings Arn 
- The ARN of the data protection settings resource.
- Description string
- The description of the data protection settings.
- DisplayName string
- The display name of the data protection settings.
- InlineRedaction Pulumi.Configuration Aws Native. Work Spaces Web. Outputs. Data Protection Settings Inline Redaction Configuration 
- The inline redaction configuration for the data protection settings.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags of the data protection settings.
- AssociatedPortal []stringArns 
- A list of web portal ARNs that this data protection settings resource is associated with.
- CreationDate string
- The creation date timestamp of the data protection settings.
- DataProtection stringSettings Arn 
- The ARN of the data protection settings resource.
- Description string
- The description of the data protection settings.
- DisplayName string
- The display name of the data protection settings.
- InlineRedaction DataConfiguration Protection Settings Inline Redaction Configuration 
- The inline redaction configuration for the data protection settings.
- Tag
- The tags of the data protection settings.
- associatedPortal List<String>Arns 
- A list of web portal ARNs that this data protection settings resource is associated with.
- creationDate String
- The creation date timestamp of the data protection settings.
- dataProtection StringSettings Arn 
- The ARN of the data protection settings resource.
- description String
- The description of the data protection settings.
- displayName String
- The display name of the data protection settings.
- inlineRedaction DataConfiguration Protection Settings Inline Redaction Configuration 
- The inline redaction configuration for the data protection settings.
- List<Tag>
- The tags of the data protection settings.
- associatedPortal string[]Arns 
- A list of web portal ARNs that this data protection settings resource is associated with.
- creationDate string
- The creation date timestamp of the data protection settings.
- dataProtection stringSettings Arn 
- The ARN of the data protection settings resource.
- description string
- The description of the data protection settings.
- displayName string
- The display name of the data protection settings.
- inlineRedaction DataConfiguration Protection Settings Inline Redaction Configuration 
- The inline redaction configuration for the data protection settings.
- Tag[]
- The tags of the data protection settings.
- associated_portal_ Sequence[str]arns 
- A list of web portal ARNs that this data protection settings resource is associated with.
- creation_date str
- The creation date timestamp of the data protection settings.
- data_protection_ strsettings_ arn 
- The ARN of the data protection settings resource.
- description str
- The description of the data protection settings.
- display_name str
- The display name of the data protection settings.
- inline_redaction_ Dataconfiguration Protection Settings Inline Redaction Configuration 
- The inline redaction configuration for the data protection settings.
- Sequence[root_Tag]
- The tags of the data protection settings.
- associatedPortal List<String>Arns 
- A list of web portal ARNs that this data protection settings resource is associated with.
- creationDate String
- The creation date timestamp of the data protection settings.
- dataProtection StringSettings Arn 
- The ARN of the data protection settings resource.
- description String
- The description of the data protection settings.
- displayName String
- The display name of the data protection settings.
- inlineRedaction Property MapConfiguration 
- The inline redaction configuration for the data protection settings.
- List<Property Map>
- The tags of the data protection settings.
Supporting Types
DataProtectionSettingsCustomPattern    
- PatternName string
- The pattern name for the custom pattern.
- PatternRegex string
- 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".
- KeywordRegex string
- 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"
- PatternDescription string
- The pattern description for the customer pattern.
- PatternName string
- The pattern name for the custom pattern.
- PatternRegex string
- 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".
- KeywordRegex string
- 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"
- PatternDescription string
- The pattern description for the customer pattern.
- patternName String
- The pattern name for the custom pattern.
- patternRegex String
- 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".
- keywordRegex String
- 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"
- patternDescription String
- The pattern description for the customer pattern.
- patternName string
- The pattern name for the custom pattern.
- patternRegex string
- 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".
- keywordRegex string
- 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"
- patternDescription string
- The pattern description for the customer pattern.
- pattern_name str
- The pattern name for the custom pattern.
- pattern_regex str
- 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".
- keyword_regex str
- 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 str
- The pattern description for the customer pattern.
- patternName String
- The pattern name for the custom pattern.
- patternRegex String
- 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".
- keywordRegex String
- 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"
- patternDescription String
- The pattern description for the customer pattern.
DataProtectionSettingsInlineRedactionConfiguration     
- InlineRedaction List<Pulumi.Patterns Aws Native. Work Spaces Web. Inputs. Data Protection Settings Inline Redaction Pattern> 
- The inline redaction patterns to be enabled for the inline redaction configuration.
- GlobalConfidence doubleLevel 
- 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.
- GlobalEnforced List<string>Urls 
- 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.
- GlobalExempt List<string>Urls 
- 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.
- InlineRedaction []DataPatterns Protection Settings Inline Redaction Pattern 
- The inline redaction patterns to be enabled for the inline redaction configuration.
- GlobalConfidence float64Level 
- 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.
- GlobalEnforced []stringUrls 
- 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.
- GlobalExempt []stringUrls 
- 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.
- inlineRedaction List<DataPatterns Protection Settings Inline Redaction Pattern> 
- The inline redaction patterns to be enabled for the inline redaction configuration.
- globalConfidence DoubleLevel 
- 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.
- globalEnforced List<String>Urls 
- 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.
- globalExempt List<String>Urls 
- 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.
- inlineRedaction DataPatterns Protection Settings Inline Redaction Pattern[] 
- The inline redaction patterns to be enabled for the inline redaction configuration.
- globalConfidence numberLevel 
- 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.
- globalEnforced string[]Urls 
- 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.
- globalExempt string[]Urls 
- 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_ Sequence[Datapatterns Protection Settings Inline Redaction Pattern] 
- The inline redaction patterns to be enabled for the inline redaction configuration.
- global_confidence_ floatlevel 
- 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_ Sequence[str]urls 
- 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_ Sequence[str]urls 
- 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.
- inlineRedaction List<Property Map>Patterns 
- The inline redaction patterns to be enabled for the inline redaction configuration.
- globalConfidence NumberLevel 
- 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.
- globalEnforced List<String>Urls 
- 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.
- globalExempt List<String>Urls 
- 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.
DataProtectionSettingsInlineRedactionPattern     
- RedactionPlace Pulumi.Holder Aws Native. Work Spaces Web. Inputs. Data Protection Settings Redaction Place Holder 
- The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- BuiltIn stringPattern Id 
- The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .
- ConfidenceLevel double
- 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.
- CustomPattern Pulumi.Aws Native. Work Spaces Web. Inputs. Data Protection Settings Custom Pattern 
- The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- EnforcedUrls List<string>
- The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- ExemptUrls List<string>
- The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
- RedactionPlace DataHolder Protection Settings Redaction Place Holder 
- The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- BuiltIn stringPattern Id 
- The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .
- ConfidenceLevel float64
- 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.
- CustomPattern DataProtection Settings Custom Pattern 
- The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- EnforcedUrls []string
- The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- ExemptUrls []string
- The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
- redactionPlace DataHolder Protection Settings Redaction Place Holder 
- The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- builtIn StringPattern Id 
- The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .
- confidenceLevel Double
- 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.
- customPattern DataProtection Settings Custom Pattern 
- The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforcedUrls List<String>
- The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exemptUrls List<String>
- The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
- redactionPlace DataHolder Protection Settings Redaction Place Holder 
- The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- builtIn stringPattern Id 
- The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .
- confidenceLevel number
- 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.
- customPattern DataProtection Settings Custom Pattern 
- The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforcedUrls string[]
- The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exemptUrls string[]
- The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
- redaction_place_ Dataholder Protection Settings Redaction Place Holder 
- The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- built_in_ strpattern_ id 
- The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .
- confidence_level float
- 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 DataProtection Settings Custom Pattern 
- The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforced_urls Sequence[str]
- The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exempt_urls Sequence[str]
- The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
- redactionPlace Property MapHolder 
- The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- builtIn StringPattern Id 
- The built-in pattern from the list of preconfigured patterns. Either a customPattern or builtInPatternId is required. To view the entire list of data types and their corresponding built-in pattern IDs, see Base inline redaction .
- confidenceLevel Number
- 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.
- customPattern Property Map
- The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforcedUrls List<String>
- The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exemptUrls List<String>
- The exempt URL configuration for the inline redaction pattern. This will override the global exempt URL configuration for the inline redaction pattern.
DataProtectionSettingsRedactionPlaceHolder     
- RedactionPlace Pulumi.Holder Type Aws Native. Work Spaces Web. Data Protection Settings Redaction Place Holder Type 
- The redaction placeholder type that will replace the redacted text in session.
- RedactionPlace stringHolder Text 
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- RedactionPlace DataHolder Type Protection Settings Redaction Place Holder Type 
- The redaction placeholder type that will replace the redacted text in session.
- RedactionPlace stringHolder Text 
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- redactionPlace DataHolder Type Protection Settings Redaction Place Holder Type 
- The redaction placeholder type that will replace the redacted text in session.
- redactionPlace StringHolder Text 
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- redactionPlace DataHolder Type Protection Settings Redaction Place Holder Type 
- The redaction placeholder type that will replace the redacted text in session.
- redactionPlace stringHolder Text 
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- redaction_place_ Dataholder_ type Protection Settings Redaction Place Holder Type 
- The redaction placeholder type that will replace the redacted text in session.
- redaction_place_ strholder_ text 
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- redactionPlace "CustomHolder Type Text" 
- The redaction placeholder type that will replace the redacted text in session.
- redactionPlace StringHolder Text 
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
DataProtectionSettingsRedactionPlaceHolderType      
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi