Module: AWSCDK::Logs::DataConverterType
- Defined in:
- logs/data_converter_type.rb
Overview
Types of data conversion operations.
Defines operations that can convert data from one format to another.
Constant Summary collapse
- TYPE_CONVERTER =
Deprecated.Note:
Default:
Convert data types.
Jsii::Enum.new("aws-cdk-lib.aws_logs.DataConverterType", "TYPE_CONVERTER")
- DATETIME_CONVERTER =
Deprecated.Note:
Default:
Convert datetime formats.
Jsii::Enum.new("aws-cdk-lib.aws_logs.DataConverterType", "DATETIME_CONVERTER")