Interface CfnTransformer.ILowerCaseStringProperty
This processor converts a string to lowercase.
Namespace: Amazon.CDK.AWS.Logs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILowerCaseStringProperty
Syntax (vb)
Public Interface ILowerCaseStringProperty
Remarks
For more information about this processor including examples, see lowerCaseString in the CloudWatch Logs User Guide .
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.Logs;
var lowerCaseStringProperty = new LowerCaseStringProperty {
WithKeys = new [] { "withKeys" }
};
Synopsis
Properties
With |
The array caontaining the keys of the fields to convert to lowercase. |
Properties
WithKeys
The array caontaining the keys of the fields to convert to lowercase.
string[] WithKeys { get; }
Property Value
System.