Show / Hide Table of Contents

Class CfnDataProtectionSettings.RedactionPlaceHolderProperty

The redaction placeholder that will replace the redacted text in session.

Inheritance
object
CfnDataProtectionSettings.RedactionPlaceHolderProperty
Implements
CfnDataProtectionSettings.IRedactionPlaceHolderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WorkSpacesWeb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataProtectionSettings.RedactionPlaceHolderProperty : CfnDataProtectionSettings.IRedactionPlaceHolderProperty
Syntax (vb)
Public Class CfnDataProtectionSettings.RedactionPlaceHolderProperty Implements CfnDataProtectionSettings.IRedactionPlaceHolderProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-dataprotectionsettings-redactionplaceholder.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.WorkSpacesWeb;

             var redactionPlaceHolderProperty = new RedactionPlaceHolderProperty {
                 RedactionPlaceHolderType = "redactionPlaceHolderType",

                 // the properties below are optional
                 RedactionPlaceHolderText = "redactionPlaceHolderText"
             };

Synopsis

Constructors

RedactionPlaceHolderProperty()

The redaction placeholder that will replace the redacted text in session.

Properties

RedactionPlaceHolderText

The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.

RedactionPlaceHolderType

The redaction placeholder type that will replace the redacted text in session.

Constructors

RedactionPlaceHolderProperty()

The redaction placeholder that will replace the redacted text in session.

public RedactionPlaceHolderProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-dataprotectionsettings-redactionplaceholder.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.WorkSpacesWeb;

             var redactionPlaceHolderProperty = new RedactionPlaceHolderProperty {
                 RedactionPlaceHolderType = "redactionPlaceHolderType",

                 // the properties below are optional
                 RedactionPlaceHolderText = "redactionPlaceHolderText"
             };

Properties

RedactionPlaceHolderText

The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.

public string? RedactionPlaceHolderText { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-dataprotectionsettings-redactionplaceholder.html#cfn-workspacesweb-dataprotectionsettings-redactionplaceholder-redactionplaceholdertext

RedactionPlaceHolderType

The redaction placeholder type that will replace the redacted text in session.

public string RedactionPlaceHolderType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-dataprotectionsettings-redactionplaceholder.html#cfn-workspacesweb-dataprotectionsettings-redactionplaceholder-redactionplaceholdertype

Implements

CfnDataProtectionSettings.IRedactionPlaceHolderProperty
Back to top Generated by DocFX