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 dictionary
The following arguments are supported:
- Data
Protection stringSettings Arn - The ARN of the data protection settings resource.
- Data
Protection stringSettings Arn - The ARN of the data protection settings resource.
- data
Protection StringSettings Arn - The ARN of the data protection settings resource.
- data
Protection stringSettings Arn - The ARN of the data protection settings resource.
- data_
protection_ strsettings_ arn - The ARN of the data protection settings resource.
- data
Protection StringSettings Arn - The ARN of the data protection settings resource.
getDataProtectionSettings Result
The following output properties are available:
- Associated
Portal List<string>Arns - A list of web portal ARNs that this data protection settings resource is associated with.
- Creation
Date string - The creation date timestamp of the data protection settings.
- Data
Protection stringSettings Arn - The ARN of the data protection settings resource.
- Description string
- The description of the data protection settings.
- Display
Name string - The display name of the data protection settings.
- Inline
Redaction 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.
- Associated
Portal []stringArns - A list of web portal ARNs that this data protection settings resource is associated with.
- Creation
Date string - The creation date timestamp of the data protection settings.
- Data
Protection stringSettings Arn - The ARN of the data protection settings resource.
- Description string
- The description of the data protection settings.
- Display
Name string - 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.
- Tag
- The tags of the data protection settings.
- associated
Portal List<String>Arns - A list of web portal ARNs that this data protection settings resource is associated with.
- creation
Date String - The creation date timestamp of the data protection settings.
- data
Protection StringSettings Arn - The ARN of the data protection settings resource.
- description String
- The description of the data protection settings.
- display
Name String - 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.
- List<Tag>
- The tags of the data protection settings.
- associated
Portal string[]Arns - A list of web portal ARNs that this data protection settings resource is associated with.
- creation
Date string - The creation date timestamp of the data protection settings.
- data
Protection stringSettings Arn - The ARN of the data protection settings resource.
- description string
- The description of the data protection settings.
- display
Name string - 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.
- 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.
- associated
Portal List<String>Arns - A list of web portal ARNs that this data protection settings resource is associated with.
- creation
Date String - The creation date timestamp of the data protection settings.
- data
Protection StringSettings Arn - The ARN of the data protection settings resource.
- description String
- The description of the data protection settings.
- display
Name String - The display name of the data protection settings.
- inline
Redaction Property MapConfiguration - The inline redaction configuration for the data protection settings.
- List<Property Map>
- The tags of the data protection settings.
Supporting Types
DataProtectionSettingsCustomPattern
- Pattern
Name string - The pattern name for the custom pattern.
- Pattern
Regex 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".
- Keyword
Regex 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"
- Pattern
Description string - The pattern description for the customer pattern.
- Pattern
Name string - The pattern name for the custom pattern.
- Pattern
Regex 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".
- Keyword
Regex 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"
- Pattern
Description string - The pattern description for the customer pattern.
- pattern
Name String - The pattern name for the custom pattern.
- pattern
Regex 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".
- keyword
Regex 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"
- pattern
Description String - The pattern description for the customer pattern.
- pattern
Name string - The pattern name for the custom pattern.
- pattern
Regex 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".
- keyword
Regex 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"
- pattern
Description 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.
- pattern
Name String - The pattern name for the custom pattern.
- pattern
Regex 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".
- keyword
Regex 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"
- pattern
Description String - The pattern description for the customer pattern.
DataProtectionSettingsInlineRedactionConfiguration
- Inline
Redaction 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.
- Global
Confidence 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.
- Global
Enforced 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.
- Global
Exempt 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.
- Inline
Redaction []DataPatterns Protection Settings Inline Redaction Pattern - The inline redaction patterns to be enabled for the inline redaction configuration.
- Global
Confidence 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.
- Global
Enforced []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.
- Global
Exempt []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.
- inline
Redaction List<DataPatterns Protection Settings Inline Redaction Pattern> - The inline redaction patterns to be enabled for the inline redaction configuration.
- global
Confidence 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.
- global
Enforced 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.
- global
Exempt 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.
- inline
Redaction DataPatterns Protection Settings Inline Redaction Pattern[] - The inline redaction patterns to be enabled for the inline redaction configuration.
- global
Confidence 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.
- global
Enforced 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.
- global
Exempt 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.
- inline
Redaction List<Property Map>Patterns - The inline redaction patterns to be enabled for the inline redaction configuration.
- global
Confidence 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.
- global
Enforced 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.
- global
Exempt 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
- Redaction
Place 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.
- Built
In 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 .
- Confidence
Level 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.
- Custom
Pattern 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.
- Enforced
Urls List<string> - The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- Exempt
Urls List<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 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 .
- Confidence
Level 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.
- Custom
Pattern DataProtection Settings Custom Pattern - The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- Enforced
Urls []string - The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- Exempt
Urls []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 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 .
- confidence
Level 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.
- custom
Pattern DataProtection Settings Custom Pattern - The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforced
Urls List<String> - The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exempt
Urls List<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 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 .
- confidence
Level 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.
- custom
Pattern DataProtection Settings Custom Pattern - The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforced
Urls string[] - The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exempt
Urls 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.
- redaction
Place Property MapHolder - The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
- built
In 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 .
- confidence
Level 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.
- custom
Pattern Property Map - The configuration for a custom pattern. Either a customPattern or builtInPatternId is required.
- enforced
Urls List<String> - The enforced URL configuration for the inline redaction pattern. This will override the global enforced URL configuration.
- exempt
Urls 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
- Redaction
Place 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.
- Redaction
Place 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 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 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 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.
- redaction
Place "CustomHolder Type Text" - The redaction placeholder type that will replace the redacted text in session.
- redaction
Place 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