1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. workspacesweb
  5. getDataProtectionSettings

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

aws-native logo

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:

    DataProtectionSettingsArn string
    The ARN of the data protection settings resource.
    DataProtectionSettingsArn string
    The ARN of the data protection settings resource.
    dataProtectionSettingsArn String
    The ARN of the data protection settings resource.
    dataProtectionSettingsArn string
    The ARN of the data protection settings resource.
    data_protection_settings_arn str
    The ARN of the data protection settings resource.
    dataProtectionSettingsArn String
    The ARN of the data protection settings resource.

    getDataProtectionSettings Result

    The following output properties are available:

    AssociatedPortalArns List<string>
    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.
    DataProtectionSettingsArn string
    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.
    InlineRedactionConfiguration Pulumi.AwsNative.WorkSpacesWeb.Outputs.DataProtectionSettingsInlineRedactionConfiguration
    The inline redaction configuration for the data protection settings.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags of the data protection settings.
    AssociatedPortalArns []string
    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.
    DataProtectionSettingsArn string
    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.
    InlineRedactionConfiguration DataProtectionSettingsInlineRedactionConfiguration
    The inline redaction configuration for the data protection settings.
    Tags Tag
    The tags of the data protection settings.
    associatedPortalArns List<String>
    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.
    dataProtectionSettingsArn String
    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.
    inlineRedactionConfiguration DataProtectionSettingsInlineRedactionConfiguration
    The inline redaction configuration for the data protection settings.
    tags List<Tag>
    The tags of the data protection settings.
    associatedPortalArns string[]
    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.
    dataProtectionSettingsArn string
    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.
    inlineRedactionConfiguration DataProtectionSettingsInlineRedactionConfiguration
    The inline redaction configuration for the data protection settings.
    tags Tag[]
    The tags of the data protection settings.
    associated_portal_arns Sequence[str]
    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_settings_arn str
    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_configuration DataProtectionSettingsInlineRedactionConfiguration
    The inline redaction configuration for the data protection settings.
    tags Sequence[root_Tag]
    The tags of the data protection settings.
    associatedPortalArns List<String>
    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.
    dataProtectionSettingsArn String
    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.
    inlineRedactionConfiguration Property Map
    The inline redaction configuration for the data protection settings.
    tags 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

    InlineRedactionPatterns List<Pulumi.AwsNative.WorkSpacesWeb.Inputs.DataProtectionSettingsInlineRedactionPattern>
    The inline redaction patterns to be enabled for the inline redaction configuration.
    GlobalConfidenceLevel double
    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.
    GlobalEnforcedUrls List<string>
    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.
    GlobalExemptUrls List<string>
    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.
    InlineRedactionPatterns []DataProtectionSettingsInlineRedactionPattern
    The inline redaction patterns to be enabled for the inline redaction configuration.
    GlobalConfidenceLevel float64
    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.
    GlobalEnforcedUrls []string
    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.
    GlobalExemptUrls []string
    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.
    inlineRedactionPatterns List<DataProtectionSettingsInlineRedactionPattern>
    The inline redaction patterns to be enabled for the inline redaction configuration.
    globalConfidenceLevel Double
    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.
    globalEnforcedUrls List<String>
    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.
    globalExemptUrls List<String>
    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.
    inlineRedactionPatterns DataProtectionSettingsInlineRedactionPattern[]
    The inline redaction patterns to be enabled for the inline redaction configuration.
    globalConfidenceLevel number
    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.
    globalEnforcedUrls string[]
    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.
    globalExemptUrls string[]
    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 Sequence[DataProtectionSettingsInlineRedactionPattern]
    The inline redaction patterns to be enabled for the inline redaction configuration.
    global_confidence_level float
    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 Sequence[str]
    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 Sequence[str]
    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.
    inlineRedactionPatterns List<Property Map>
    The inline redaction patterns to be enabled for the inline redaction configuration.
    globalConfidenceLevel Number
    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.
    globalEnforcedUrls List<String>
    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.
    globalExemptUrls List<String>
    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

    RedactionPlaceHolder Pulumi.AwsNative.WorkSpacesWeb.Inputs.DataProtectionSettingsRedactionPlaceHolder
    The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
    BuiltInPatternId string
    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.AwsNative.WorkSpacesWeb.Inputs.DataProtectionSettingsCustomPattern
    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.
    RedactionPlaceHolder DataProtectionSettingsRedactionPlaceHolder
    The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
    BuiltInPatternId string
    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 DataProtectionSettingsCustomPattern
    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.
    redactionPlaceHolder DataProtectionSettingsRedactionPlaceHolder
    The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
    builtInPatternId String
    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 DataProtectionSettingsCustomPattern
    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.
    redactionPlaceHolder DataProtectionSettingsRedactionPlaceHolder
    The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
    builtInPatternId string
    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 DataProtectionSettingsCustomPattern
    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_holder DataProtectionSettingsRedactionPlaceHolder
    The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
    built_in_pattern_id str
    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 DataProtectionSettingsCustomPattern
    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.
    redactionPlaceHolder Property Map
    The redaction placeholder that will replace the redacted text in session for the inline redaction pattern.
    builtInPatternId String
    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

    RedactionPlaceHolderType Pulumi.AwsNative.WorkSpacesWeb.DataProtectionSettingsRedactionPlaceHolderType
    The redaction placeholder type that will replace the redacted text in session.
    RedactionPlaceHolderText string
    The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
    RedactionPlaceHolderType DataProtectionSettingsRedactionPlaceHolderType
    The redaction placeholder type that will replace the redacted text in session.
    RedactionPlaceHolderText string
    The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
    redactionPlaceHolderType DataProtectionSettingsRedactionPlaceHolderType
    The redaction placeholder type that will replace the redacted text in session.
    redactionPlaceHolderText String
    The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
    redactionPlaceHolderType DataProtectionSettingsRedactionPlaceHolderType
    The redaction placeholder type that will replace the redacted text in session.
    redactionPlaceHolderText string
    The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
    redaction_place_holder_type DataProtectionSettingsRedactionPlaceHolderType
    The redaction placeholder type that will replace the redacted text in session.
    redaction_place_holder_text str
    The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
    redactionPlaceHolderType "CustomText"
    The redaction placeholder type that will replace the redacted text in session.
    redactionPlaceHolderText String
    The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.

    DataProtectionSettingsRedactionPlaceHolderType

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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