Show / Hide Table of Contents

Class CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty

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

Inheritance
object
CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty
Implements
CfnDataProtectionSettingsPropsMixin.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.Mixins.Preview.AWS.WorkSpacesWeb.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty : CfnDataProtectionSettingsPropsMixin.IRedactionPlaceHolderProperty
Syntax (vb)
Public Class CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty Implements CfnDataProtectionSettingsPropsMixin.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.Mixins.Preview.AWS.WorkSpacesWeb.Mixins;

             var redactionPlaceHolderProperty = new RedactionPlaceHolderProperty {
                 RedactionPlaceHolderText = "redactionPlaceHolderText",
                 RedactionPlaceHolderType = "redactionPlaceHolderType"
             };

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.Mixins.Preview.AWS.WorkSpacesWeb.Mixins;

             var redactionPlaceHolderProperty = new RedactionPlaceHolderProperty {
                 RedactionPlaceHolderText = "redactionPlaceHolderText",
                 RedactionPlaceHolderType = "redactionPlaceHolderType"
             };

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

CfnDataProtectionSettingsPropsMixin.IRedactionPlaceHolderProperty
Back to top Generated by DocFX