Class CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty
The redaction placeholder that will replace the redacted text in session.
Inherited Members
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
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
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
Remarks
RedactionPlaceHolderType
The redaction placeholder type that will replace the redacted text in session.
public string? RedactionPlaceHolderType { get; set; }