We recommend new projects start with resources from the AWS provider.
aws-native.logs.Transformer
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Specifies a transformer on the log group to transform logs into consistent structured and information rich format.
Create Transformer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Transformer(name: string, args: TransformerArgs, opts?: CustomResourceOptions);
@overload
def Transformer(resource_name: str,
args: TransformerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Transformer(resource_name: str,
opts: Optional[ResourceOptions] = None,
log_group_identifier: Optional[str] = None,
transformer_config: Optional[Sequence[TransformerProcessorArgs]] = None)
func NewTransformer(ctx *Context, name string, args TransformerArgs, opts ...ResourceOption) (*Transformer, error)
public Transformer(string name, TransformerArgs args, CustomResourceOptions? opts = null)
public Transformer(String name, TransformerArgs args)
public Transformer(String name, TransformerArgs args, CustomResourceOptions options)
type: aws-native:logs:Transformer
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TransformerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TransformerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TransformerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransformerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransformerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Transformer Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Transformer resource accepts the following input properties:
- Log
Group stringIdentifier - Existing log group that you want to associate with this transformer.
- Transformer
Config List<Pulumi.Aws Native. Logs. Inputs. Transformer Processor> - List of processors in a transformer
- Log
Group stringIdentifier - Existing log group that you want to associate with this transformer.
- Transformer
Config []TransformerProcessor Args - List of processors in a transformer
- log
Group StringIdentifier - Existing log group that you want to associate with this transformer.
- transformer
Config List<TransformerProcessor> - List of processors in a transformer
- log
Group stringIdentifier - Existing log group that you want to associate with this transformer.
- transformer
Config TransformerProcessor[] - List of processors in a transformer
- log_
group_ stridentifier - Existing log group that you want to associate with this transformer.
- transformer_
config Sequence[TransformerProcessor Args] - List of processors in a transformer
- log
Group StringIdentifier - Existing log group that you want to associate with this transformer.
- transformer
Config List<Property Map> - List of processors in a transformer
Outputs
All input properties are implicitly available as output properties. Additionally, the Transformer resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
TransformerAddKeyEntry, TransformerAddKeyEntryArgs
- Key string
- The key of the new entry to be added to the log event
- Value string
- The value of the new entry to be added to the log event
- Overwrite
If boolExists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is
false
.
- Key string
- The key of the new entry to be added to the log event
- Value string
- The value of the new entry to be added to the log event
- Overwrite
If boolExists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is
false
.
- key String
- The key of the new entry to be added to the log event
- value String
- The value of the new entry to be added to the log event
- overwrite
If BooleanExists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is
false
.
- key string
- The key of the new entry to be added to the log event
- value string
- The value of the new entry to be added to the log event
- overwrite
If booleanExists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is
false
.
- key str
- The key of the new entry to be added to the log event
- value str
- The value of the new entry to be added to the log event
- overwrite_
if_ boolexists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is
false
.
- key String
- The key of the new entry to be added to the log event
- value String
- The value of the new entry to be added to the log event
- overwrite
If BooleanExists - Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is
false
.
TransformerCopyValueEntry, TransformerCopyValueEntryArgs
- Source string
- Target string
- Overwrite
If boolExists
- Source string
- Target string
- Overwrite
If boolExists
- source String
- target String
- overwrite
If BooleanExists
- source string
- target string
- overwrite
If booleanExists
- source str
- target str
- overwrite_
if_ boolexists
- source String
- target String
- overwrite
If BooleanExists
TransformerMoveKeyEntry, TransformerMoveKeyEntryArgs
- Source string
- Target string
- Overwrite
If boolExists
- Source string
- Target string
- Overwrite
If boolExists
- source String
- target String
- overwrite
If BooleanExists
- source string
- target string
- overwrite
If booleanExists
- source str
- target str
- overwrite_
if_ boolexists
- source String
- target String
- overwrite
If BooleanExists
TransformerParseCloudfront, TransformerParseCloudfrontArgs
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source str
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
TransformerParsePostgres, TransformerParsePostgresArgs
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source str
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
TransformerParseRoute53, TransformerParseRoute53Args
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source str
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
TransformerParseVpc, TransformerParseVpcArgs
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source str
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
TransformerParseWaf, TransformerParseWafArgs
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- Source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source string
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source str
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
- source String
- Omit this parameter and the whole log message will be processed by this processor. No other value than
@message
is allowed forsource
.
TransformerProcessor, TransformerProcessorArgs
- Add
Keys Pulumi.Aws Native. Logs. Inputs. Transformer Processor Add Keys Properties - Use this parameter to include the addKeys processor in your transformer.
- Copy
Value Pulumi.Aws Native. Logs. Inputs. Transformer Processor Copy Value Properties - Use this parameter to include the copyValue processor in your transformer.
- Csv
Pulumi.
Aws Native. Logs. Inputs. Transformer Processor Csv Properties - Use this parameter to include the CSV processor in your transformer.
- Date
Time Pulumi.Converter Aws Native. Logs. Inputs. Transformer Processor Date Time Converter Properties - Use this parameter to include the datetimeConverter processor in your transformer.
- Delete
Keys Pulumi.Aws Native. Logs. Inputs. Transformer Processor Delete Keys Properties - Use this parameter to include the deleteKeys processor in your transformer.
- Grok
Pulumi.
Aws Native. Logs. Inputs. Transformer Processor Grok Properties - Use this parameter to include the grok processor in your transformer.
- List
To Pulumi.Map Aws Native. Logs. Inputs. Transformer Processor List To Map Properties - Use this parameter to include the listToMap processor in your transformer.
- Lower
Case Pulumi.String Aws Native. Logs. Inputs. Transformer Processor Lower Case String Properties - Use this parameter to include the lowerCaseString processor in your transformer.
- Move
Keys Pulumi.Aws Native. Logs. Inputs. Transformer Processor Move Keys Properties - Use this parameter to include the moveKeys processor in your transformer.
- Parse
Cloudfront Pulumi.Aws Native. Logs. Inputs. Transformer Parse Cloudfront Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Json Pulumi.Aws Native. Logs. Inputs. Transformer Processor Parse Json Properties - Use this parameter to include the parseJSON processor in your transformer.
- Parse
Key Pulumi.Value Aws Native. Logs. Inputs. Transformer Processor Parse Key Value Properties - Use this parameter to include the parseKeyValue processor in your transformer.
- Parse
Postgres Pulumi.Aws Native. Logs. Inputs. Transformer Parse Postgres Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Route53 Pulumi.Aws Native. Logs. Inputs. Transformer Parse Route53 Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Vpc Pulumi.Aws Native. Logs. Inputs. Transformer Parse Vpc Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Waf Pulumi.Aws Native. Logs. Inputs. Transformer Parse Waf Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Rename
Keys Pulumi.Aws Native. Logs. Inputs. Transformer Processor Rename Keys Properties - Use this parameter to include the renameKeys processor in your transformer.
- Split
String Pulumi.Aws Native. Logs. Inputs. Transformer Processor Split String Properties - Use this parameter to include the splitString processor in your transformer.
- Substitute
String Pulumi.Aws Native. Logs. Inputs. Transformer Processor Substitute String Properties - Use this parameter to include the substituteString processor in your transformer.
- Trim
String Pulumi.Aws Native. Logs. Inputs. Transformer Processor Trim String Properties - Use this parameter to include the trimString processor in your transformer.
- Type
Converter Pulumi.Aws Native. Logs. Inputs. Transformer Processor Type Converter Properties - Use this parameter to include the typeConverter processor in your transformer.
- Upper
Case Pulumi.String Aws Native. Logs. Inputs. Transformer Processor Upper Case String Properties - Use this parameter to include the upperCaseString processor in your transformer.
- Add
Keys TransformerProcessor Add Keys Properties - Use this parameter to include the addKeys processor in your transformer.
- Copy
Value TransformerProcessor Copy Value Properties - Use this parameter to include the copyValue processor in your transformer.
- Csv
Transformer
Processor Csv Properties - Use this parameter to include the CSV processor in your transformer.
- Date
Time TransformerConverter Processor Date Time Converter Properties - Use this parameter to include the datetimeConverter processor in your transformer.
- Delete
Keys TransformerProcessor Delete Keys Properties - Use this parameter to include the deleteKeys processor in your transformer.
- Grok
Transformer
Processor Grok Properties - Use this parameter to include the grok processor in your transformer.
- List
To TransformerMap Processor List To Map Properties - Use this parameter to include the listToMap processor in your transformer.
- Lower
Case TransformerString Processor Lower Case String Properties - Use this parameter to include the lowerCaseString processor in your transformer.
- Move
Keys TransformerProcessor Move Keys Properties - Use this parameter to include the moveKeys processor in your transformer.
- Parse
Cloudfront TransformerParse Cloudfront Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Json TransformerProcessor Parse Json Properties - Use this parameter to include the parseJSON processor in your transformer.
- Parse
Key TransformerValue Processor Parse Key Value Properties - Use this parameter to include the parseKeyValue processor in your transformer.
- Parse
Postgres TransformerParse Postgres Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Route53 TransformerParse Route53 Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Vpc TransformerParse Vpc Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Parse
Waf TransformerParse Waf Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Rename
Keys TransformerProcessor Rename Keys Properties - Use this parameter to include the renameKeys processor in your transformer.
- Split
String TransformerProcessor Split String Properties - Use this parameter to include the splitString processor in your transformer.
- Substitute
String TransformerProcessor Substitute String Properties - Use this parameter to include the substituteString processor in your transformer.
- Trim
String TransformerProcessor Trim String Properties - Use this parameter to include the trimString processor in your transformer.
- Type
Converter TransformerProcessor Type Converter Properties - Use this parameter to include the typeConverter processor in your transformer.
- Upper
Case TransformerString Processor Upper Case String Properties - Use this parameter to include the upperCaseString processor in your transformer.
- add
Keys TransformerProcessor Add Keys Properties - Use this parameter to include the addKeys processor in your transformer.
- copy
Value TransformerProcessor Copy Value Properties - Use this parameter to include the copyValue processor in your transformer.
- csv
Transformer
Processor Csv Properties - Use this parameter to include the CSV processor in your transformer.
- date
Time TransformerConverter Processor Date Time Converter Properties - Use this parameter to include the datetimeConverter processor in your transformer.
- delete
Keys TransformerProcessor Delete Keys Properties - Use this parameter to include the deleteKeys processor in your transformer.
- grok
Transformer
Processor Grok Properties - Use this parameter to include the grok processor in your transformer.
- list
To TransformerMap Processor List To Map Properties - Use this parameter to include the listToMap processor in your transformer.
- lower
Case TransformerString Processor Lower Case String Properties - Use this parameter to include the lowerCaseString processor in your transformer.
- move
Keys TransformerProcessor Move Keys Properties - Use this parameter to include the moveKeys processor in your transformer.
- parse
Cloudfront TransformerParse Cloudfront Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Json TransformerProcessor Parse Json Properties - Use this parameter to include the parseJSON processor in your transformer.
- parse
Key TransformerValue Processor Parse Key Value Properties - Use this parameter to include the parseKeyValue processor in your transformer.
- parse
Postgres TransformerParse Postgres Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Route53 TransformerParse Route53 Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Vpc TransformerParse Vpc Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Waf TransformerParse Waf Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- rename
Keys TransformerProcessor Rename Keys Properties - Use this parameter to include the renameKeys processor in your transformer.
- split
String TransformerProcessor Split String Properties - Use this parameter to include the splitString processor in your transformer.
- substitute
String TransformerProcessor Substitute String Properties - Use this parameter to include the substituteString processor in your transformer.
- trim
String TransformerProcessor Trim String Properties - Use this parameter to include the trimString processor in your transformer.
- type
Converter TransformerProcessor Type Converter Properties - Use this parameter to include the typeConverter processor in your transformer.
- upper
Case TransformerString Processor Upper Case String Properties - Use this parameter to include the upperCaseString processor in your transformer.
- add
Keys TransformerProcessor Add Keys Properties - Use this parameter to include the addKeys processor in your transformer.
- copy
Value TransformerProcessor Copy Value Properties - Use this parameter to include the copyValue processor in your transformer.
- csv
Transformer
Processor Csv Properties - Use this parameter to include the CSV processor in your transformer.
- date
Time TransformerConverter Processor Date Time Converter Properties - Use this parameter to include the datetimeConverter processor in your transformer.
- delete
Keys TransformerProcessor Delete Keys Properties - Use this parameter to include the deleteKeys processor in your transformer.
- grok
Transformer
Processor Grok Properties - Use this parameter to include the grok processor in your transformer.
- list
To TransformerMap Processor List To Map Properties - Use this parameter to include the listToMap processor in your transformer.
- lower
Case TransformerString Processor Lower Case String Properties - Use this parameter to include the lowerCaseString processor in your transformer.
- move
Keys TransformerProcessor Move Keys Properties - Use this parameter to include the moveKeys processor in your transformer.
- parse
Cloudfront TransformerParse Cloudfront Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Json TransformerProcessor Parse Json Properties - Use this parameter to include the parseJSON processor in your transformer.
- parse
Key TransformerValue Processor Parse Key Value Properties - Use this parameter to include the parseKeyValue processor in your transformer.
- parse
Postgres TransformerParse Postgres Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Route53 TransformerParse Route53 Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Vpc TransformerParse Vpc Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Waf TransformerParse Waf Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- rename
Keys TransformerProcessor Rename Keys Properties - Use this parameter to include the renameKeys processor in your transformer.
- split
String TransformerProcessor Split String Properties - Use this parameter to include the splitString processor in your transformer.
- substitute
String TransformerProcessor Substitute String Properties - Use this parameter to include the substituteString processor in your transformer.
- trim
String TransformerProcessor Trim String Properties - Use this parameter to include the trimString processor in your transformer.
- type
Converter TransformerProcessor Type Converter Properties - Use this parameter to include the typeConverter processor in your transformer.
- upper
Case TransformerString Processor Upper Case String Properties - Use this parameter to include the upperCaseString processor in your transformer.
- add_
keys TransformerProcessor Add Keys Properties - Use this parameter to include the addKeys processor in your transformer.
- copy_
value TransformerProcessor Copy Value Properties - Use this parameter to include the copyValue processor in your transformer.
- csv
Transformer
Processor Csv Properties - Use this parameter to include the CSV processor in your transformer.
- date_
time_ Transformerconverter Processor Date Time Converter Properties - Use this parameter to include the datetimeConverter processor in your transformer.
- delete_
keys TransformerProcessor Delete Keys Properties - Use this parameter to include the deleteKeys processor in your transformer.
- grok
Transformer
Processor Grok Properties - Use this parameter to include the grok processor in your transformer.
- list_
to_ Transformermap Processor List To Map Properties - Use this parameter to include the listToMap processor in your transformer.
- lower_
case_ Transformerstring Processor Lower Case String Properties - Use this parameter to include the lowerCaseString processor in your transformer.
- move_
keys TransformerProcessor Move Keys Properties - Use this parameter to include the moveKeys processor in your transformer.
- parse_
cloudfront TransformerParse Cloudfront Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse_
json TransformerProcessor Parse Json Properties - Use this parameter to include the parseJSON processor in your transformer.
- parse_
key_ Transformervalue Processor Parse Key Value Properties - Use this parameter to include the parseKeyValue processor in your transformer.
- parse_
postgres TransformerParse Postgres Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse_
route53 TransformerParse Route53 Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse_
vpc TransformerParse Vpc Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse_
waf TransformerParse Waf Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- rename_
keys TransformerProcessor Rename Keys Properties - Use this parameter to include the renameKeys processor in your transformer.
- split_
string TransformerProcessor Split String Properties - Use this parameter to include the splitString processor in your transformer.
- substitute_
string TransformerProcessor Substitute String Properties - Use this parameter to include the substituteString processor in your transformer.
- trim_
string TransformerProcessor Trim String Properties - Use this parameter to include the trimString processor in your transformer.
- type_
converter TransformerProcessor Type Converter Properties - Use this parameter to include the typeConverter processor in your transformer.
- upper_
case_ Transformerstring Processor Upper Case String Properties - Use this parameter to include the upperCaseString processor in your transformer.
- add
Keys Property Map - Use this parameter to include the addKeys processor in your transformer.
- copy
Value Property Map - Use this parameter to include the copyValue processor in your transformer.
- csv Property Map
- Use this parameter to include the CSV processor in your transformer.
- date
Time Property MapConverter - Use this parameter to include the datetimeConverter processor in your transformer.
- delete
Keys Property Map - Use this parameter to include the deleteKeys processor in your transformer.
- grok Property Map
- Use this parameter to include the grok processor in your transformer.
- list
To Property MapMap - Use this parameter to include the listToMap processor in your transformer.
- lower
Case Property MapString - Use this parameter to include the lowerCaseString processor in your transformer.
- move
Keys Property Map - Use this parameter to include the moveKeys processor in your transformer.
- parse
Cloudfront Property Map Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Json Property Map - Use this parameter to include the parseJSON processor in your transformer.
- parse
Key Property MapValue - Use this parameter to include the parseKeyValue processor in your transformer.
- parse
Postgres Property Map Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Route53 Property Map Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Vpc Property Map Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- parse
Waf Property Map Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- rename
Keys Property Map - Use this parameter to include the renameKeys processor in your transformer.
- split
String Property Map - Use this parameter to include the splitString processor in your transformer.
- substitute
String Property Map - Use this parameter to include the substituteString processor in your transformer.
- trim
String Property Map - Use this parameter to include the trimString processor in your transformer.
- type
Converter Property Map - Use this parameter to include the typeConverter processor in your transformer.
- upper
Case Property MapString - Use this parameter to include the upperCaseString processor in your transformer.
TransformerProcessorAddKeysProperties, TransformerProcessorAddKeysPropertiesArgs
TransformerProcessorCopyValueProperties, TransformerProcessorCopyValuePropertiesArgs
TransformerProcessorCsvProperties, TransformerProcessorCsvPropertiesArgs
- Columns List<string>
- Delimiter string
- Quote
Character string - Source string
- Columns []string
- Delimiter string
- Quote
Character string - Source string
- columns List<String>
- delimiter String
- quote
Character String - source String
- columns string[]
- delimiter string
- quote
Character string - source string
- columns Sequence[str]
- delimiter str
- quote_
character str - source str
- columns List<String>
- delimiter String
- quote
Character String - source String
TransformerProcessorDateTimeConverterProperties, TransformerProcessorDateTimeConverterPropertiesArgs
- Match
Patterns List<string> - Source string
- Target string
- Locale string
- Source
Timezone string - Target
Format string - Target
Timezone string
- Match
Patterns []string - Source string
- Target string
- Locale string
- Source
Timezone string - Target
Format string - Target
Timezone string
- match
Patterns List<String> - source String
- target String
- locale String
- source
Timezone String - target
Format String - target
Timezone String
- match
Patterns string[] - source string
- target string
- locale string
- source
Timezone string - target
Format string - target
Timezone string
- match_
patterns Sequence[str] - source str
- target str
- locale str
- source_
timezone str - target_
format str - target_
timezone str
- match
Patterns List<String> - source String
- target String
- locale String
- source
Timezone String - target
Format String - target
Timezone String
TransformerProcessorDeleteKeysProperties, TransformerProcessorDeleteKeysPropertiesArgs
- With
Keys List<string>
- With
Keys []string
- with
Keys List<String>
- with
Keys string[]
- with_
keys Sequence[str]
- with
Keys List<String>
TransformerProcessorGrokProperties, TransformerProcessorGrokPropertiesArgs
TransformerProcessorListToMapProperties, TransformerProcessorListToMapPropertiesArgs
- Key string
- Source string
- Flatten bool
- Flattened
Element Pulumi.Aws Native. Logs. Transformer Processor List To Map Properties Flattened Element - Target string
- Value
Key string
- Key string
- Source string
- Flatten bool
- Flattened
Element TransformerProcessor List To Map Properties Flattened Element - Target string
- Value
Key string
- key String
- source String
- flatten Boolean
- flattened
Element TransformerProcessor List To Map Properties Flattened Element - target String
- value
Key String
- key string
- source string
- flatten boolean
- flattened
Element TransformerProcessor List To Map Properties Flattened Element - target string
- value
Key string
- key String
- source String
- flatten Boolean
- flattened
Element "first" | "last" - target String
- value
Key String
TransformerProcessorListToMapPropertiesFlattenedElement, TransformerProcessorListToMapPropertiesFlattenedElementArgs
- First
- first
- Last
- last
- Transformer
Processor List To Map Properties Flattened Element First - first
- Transformer
Processor List To Map Properties Flattened Element Last - last
- First
- first
- Last
- last
- First
- first
- Last
- last
- FIRST
- first
- LAST
- last
- "first"
- first
- "last"
- last
TransformerProcessorLowerCaseStringProperties, TransformerProcessorLowerCaseStringPropertiesArgs
- With
Keys List<string>
- With
Keys []string
- with
Keys List<String>
- with
Keys string[]
- with_
keys Sequence[str]
- with
Keys List<String>
TransformerProcessorMoveKeysProperties, TransformerProcessorMoveKeysPropertiesArgs
TransformerProcessorParseJsonProperties, TransformerProcessorParseJsonPropertiesArgs
- Destination string
- Source string
- Destination string
- Source string
- destination String
- source String
- destination string
- source string
- destination str
- source str
- destination String
- source String
TransformerProcessorParseKeyValueProperties, TransformerProcessorParseKeyValuePropertiesArgs
- Destination string
- Field
Delimiter string - Key
Prefix string - Key
Value stringDelimiter - Non
Match stringValue - Overwrite
If boolExists - Source string
- Destination string
- Field
Delimiter string - Key
Prefix string - Key
Value stringDelimiter - Non
Match stringValue - Overwrite
If boolExists - Source string
- destination String
- field
Delimiter String - key
Prefix String - key
Value StringDelimiter - non
Match StringValue - overwrite
If BooleanExists - source String
- destination string
- field
Delimiter string - key
Prefix string - key
Value stringDelimiter - non
Match stringValue - overwrite
If booleanExists - source string
- destination str
- field_
delimiter str - key_
prefix str - key_
value_ strdelimiter - non_
match_ strvalue - overwrite_
if_ boolexists - source str
- destination String
- field
Delimiter String - key
Prefix String - key
Value StringDelimiter - non
Match StringValue - overwrite
If BooleanExists - source String
TransformerProcessorRenameKeysProperties, TransformerProcessorRenameKeysPropertiesArgs
TransformerProcessorSplitStringProperties, TransformerProcessorSplitStringPropertiesArgs
TransformerProcessorSubstituteStringProperties, TransformerProcessorSubstituteStringPropertiesArgs
TransformerProcessorTrimStringProperties, TransformerProcessorTrimStringPropertiesArgs
- With
Keys List<string>
- With
Keys []string
- with
Keys List<String>
- with
Keys string[]
- with_
keys Sequence[str]
- with
Keys List<String>
TransformerProcessorTypeConverterProperties, TransformerProcessorTypeConverterPropertiesArgs
TransformerProcessorUpperCaseStringProperties, TransformerProcessorUpperCaseStringPropertiesArgs
- With
Keys List<string>
- With
Keys []string
- with
Keys List<String>
- with
Keys string[]
- with_
keys Sequence[str]
- with
Keys List<String>
TransformerRenameKeyEntry, TransformerRenameKeyEntryArgs
- Key string
- Rename
To string - Overwrite
If boolExists
- Key string
- Rename
To string - Overwrite
If boolExists
- key String
- rename
To String - overwrite
If BooleanExists
- key string
- rename
To string - overwrite
If booleanExists
- key str
- rename_
to str - overwrite_
if_ boolexists
- key String
- rename
To String - overwrite
If BooleanExists
TransformerSplitStringEntry, TransformerSplitStringEntryArgs
TransformerSubstituteStringEntry, TransformerSubstituteStringEntryArgs
TransformerTypeConverterEntry, TransformerTypeConverterEntryArgs
TransformerTypeConverterEntryType, TransformerTypeConverterEntryTypeArgs
- Boolean
- boolean
- Integer
- integer
- Double
- double
- String
- string
- Transformer
Type Converter Entry Type Boolean - boolean
- Transformer
Type Converter Entry Type Integer - integer
- Transformer
Type Converter Entry Type Double - double
- Transformer
Type Converter Entry Type String - string
- Boolean
- boolean
- Integer
- integer
- Double
- double
- String
- string
- Boolean
- boolean
- Integer
- integer
- Double
- double
- String
- string
- BOOLEAN
- boolean
- INTEGER
- integer
- DOUBLE
- double
- STRING
- string
- "boolean"
- boolean
- "integer"
- integer
- "double"
- double
- "string"
- string
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.