Show / Hide Table of Contents

Interface CfnTransformer.ILowerCaseStringProperty

This processor converts a string to lowercase.

Namespace: Amazon.CDK.AWS.Logs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTransformer.ILowerCaseStringProperty
Syntax (vb)
Public Interface CfnTransformer.ILowerCaseStringProperty
Remarks

For more information about this processor including examples, see lowerCaseString in the CloudWatch Logs User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-lowercasestring.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.Logs;

             var lowerCaseStringProperty = new LowerCaseStringProperty {
                 WithKeys = new [] { "withKeys" }
             };

Synopsis

Properties

WithKeys

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

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-lowercasestring.html#cfn-logs-transformer-lowercasestring-withkeys

Back to top Generated by DocFX