enum DataConverterType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Logs.DataConverterType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#DataConverterType |
Java | software.amazon.awscdk.services.logs.DataConverterType |
Python | aws_cdk.aws_logs.DataConverterType |
TypeScript (source) | aws-cdk-lib » aws_logs » DataConverterType |
Types of data conversion operations.
Defines operations that can convert data from one format to another.
Members
| Name | Description |
|---|---|
| TYPE_CONVERTER | Convert data types. |
| DATETIME_CONVERTER | Convert datetime formats. |
TYPE_CONVERTER
Convert data types.
DATETIME_CONVERTER
Convert datetime formats.

.NET
Go
Java
Python
TypeScript (