1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. logs
  5. Transformer

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.logs.Transformer

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    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:

    LogGroupIdentifier string
    Existing log group that you want to associate with this transformer.
    TransformerConfig List<Pulumi.AwsNative.Logs.Inputs.TransformerProcessor>
    List of processors in a transformer
    LogGroupIdentifier string
    Existing log group that you want to associate with this transformer.
    TransformerConfig []TransformerProcessorArgs
    List of processors in a transformer
    logGroupIdentifier String
    Existing log group that you want to associate with this transformer.
    transformerConfig List<TransformerProcessor>
    List of processors in a transformer
    logGroupIdentifier string
    Existing log group that you want to associate with this transformer.
    transformerConfig TransformerProcessor[]
    List of processors in a transformer
    log_group_identifier str
    Existing log group that you want to associate with this transformer.
    transformer_config Sequence[TransformerProcessorArgs]
    List of processors in a transformer
    logGroupIdentifier String
    Existing log group that you want to associate with this transformer.
    transformerConfig 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
    OverwriteIfExists bool
    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
    OverwriteIfExists bool
    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
    overwriteIfExists Boolean
    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
    overwriteIfExists boolean
    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_exists bool
    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
    overwriteIfExists Boolean
    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
    overwriteIfExists Boolean
    source string
    target string
    overwriteIfExists boolean
    source String
    target String
    overwriteIfExists Boolean

    TransformerMoveKeyEntry, TransformerMoveKeyEntryArgs

    source String
    target String
    overwriteIfExists Boolean
    source string
    target string
    overwriteIfExists boolean
    source String
    target String
    overwriteIfExists Boolean

    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 for source .
    Source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source str
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .

    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 for source .
    Source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source str
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .

    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 for source .
    Source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source str
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .

    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 for source .
    Source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source str
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .

    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 for source .
    Source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source string
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source str
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .
    source String
    Omit this parameter and the whole log message will be processed by this processor. No other value than @message is allowed for source .

    TransformerProcessor, TransformerProcessorArgs

    AddKeys Pulumi.AwsNative.Logs.Inputs.TransformerProcessorAddKeysProperties
    Use this parameter to include the addKeys processor in your transformer.
    CopyValue Pulumi.AwsNative.Logs.Inputs.TransformerProcessorCopyValueProperties
    Use this parameter to include the copyValue processor in your transformer.
    Csv Pulumi.AwsNative.Logs.Inputs.TransformerProcessorCsvProperties
    Use this parameter to include the CSV processor in your transformer.
    DateTimeConverter Pulumi.AwsNative.Logs.Inputs.TransformerProcessorDateTimeConverterProperties
    Use this parameter to include the datetimeConverter processor in your transformer.
    DeleteKeys Pulumi.AwsNative.Logs.Inputs.TransformerProcessorDeleteKeysProperties
    Use this parameter to include the deleteKeys processor in your transformer.
    Grok Pulumi.AwsNative.Logs.Inputs.TransformerProcessorGrokProperties
    Use this parameter to include the grok processor in your transformer.
    ListToMap Pulumi.AwsNative.Logs.Inputs.TransformerProcessorListToMapProperties
    Use this parameter to include the listToMap processor in your transformer.
    LowerCaseString Pulumi.AwsNative.Logs.Inputs.TransformerProcessorLowerCaseStringProperties
    Use this parameter to include the lowerCaseString processor in your transformer.
    MoveKeys Pulumi.AwsNative.Logs.Inputs.TransformerProcessorMoveKeysProperties
    Use this parameter to include the moveKeys processor in your transformer.
    ParseCloudfront Pulumi.AwsNative.Logs.Inputs.TransformerParseCloudfront

    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.

    ParseJson Pulumi.AwsNative.Logs.Inputs.TransformerProcessorParseJsonProperties
    Use this parameter to include the parseJSON processor in your transformer.
    ParseKeyValue Pulumi.AwsNative.Logs.Inputs.TransformerProcessorParseKeyValueProperties
    Use this parameter to include the parseKeyValue processor in your transformer.
    ParsePostgres Pulumi.AwsNative.Logs.Inputs.TransformerParsePostgres

    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.

    ParseRoute53 Pulumi.AwsNative.Logs.Inputs.TransformerParseRoute53

    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.

    ParseVpc Pulumi.AwsNative.Logs.Inputs.TransformerParseVpc

    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.

    ParseWaf Pulumi.AwsNative.Logs.Inputs.TransformerParseWaf

    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.

    RenameKeys Pulumi.AwsNative.Logs.Inputs.TransformerProcessorRenameKeysProperties
    Use this parameter to include the renameKeys processor in your transformer.
    SplitString Pulumi.AwsNative.Logs.Inputs.TransformerProcessorSplitStringProperties
    Use this parameter to include the splitString processor in your transformer.
    SubstituteString Pulumi.AwsNative.Logs.Inputs.TransformerProcessorSubstituteStringProperties
    Use this parameter to include the substituteString processor in your transformer.
    TrimString Pulumi.AwsNative.Logs.Inputs.TransformerProcessorTrimStringProperties
    Use this parameter to include the trimString processor in your transformer.
    TypeConverter Pulumi.AwsNative.Logs.Inputs.TransformerProcessorTypeConverterProperties
    Use this parameter to include the typeConverter processor in your transformer.
    UpperCaseString Pulumi.AwsNative.Logs.Inputs.TransformerProcessorUpperCaseStringProperties
    Use this parameter to include the upperCaseString processor in your transformer.
    AddKeys TransformerProcessorAddKeysProperties
    Use this parameter to include the addKeys processor in your transformer.
    CopyValue TransformerProcessorCopyValueProperties
    Use this parameter to include the copyValue processor in your transformer.
    Csv TransformerProcessorCsvProperties
    Use this parameter to include the CSV processor in your transformer.
    DateTimeConverter TransformerProcessorDateTimeConverterProperties
    Use this parameter to include the datetimeConverter processor in your transformer.
    DeleteKeys TransformerProcessorDeleteKeysProperties
    Use this parameter to include the deleteKeys processor in your transformer.
    Grok TransformerProcessorGrokProperties
    Use this parameter to include the grok processor in your transformer.
    ListToMap TransformerProcessorListToMapProperties
    Use this parameter to include the listToMap processor in your transformer.
    LowerCaseString TransformerProcessorLowerCaseStringProperties
    Use this parameter to include the lowerCaseString processor in your transformer.
    MoveKeys TransformerProcessorMoveKeysProperties
    Use this parameter to include the moveKeys processor in your transformer.
    ParseCloudfront TransformerParseCloudfront

    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.

    ParseJson TransformerProcessorParseJsonProperties
    Use this parameter to include the parseJSON processor in your transformer.
    ParseKeyValue TransformerProcessorParseKeyValueProperties
    Use this parameter to include the parseKeyValue processor in your transformer.
    ParsePostgres TransformerParsePostgres

    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.

    ParseRoute53 TransformerParseRoute53

    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.

    ParseVpc TransformerParseVpc

    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.

    ParseWaf TransformerParseWaf

    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.

    RenameKeys TransformerProcessorRenameKeysProperties
    Use this parameter to include the renameKeys processor in your transformer.
    SplitString TransformerProcessorSplitStringProperties
    Use this parameter to include the splitString processor in your transformer.
    SubstituteString TransformerProcessorSubstituteStringProperties
    Use this parameter to include the substituteString processor in your transformer.
    TrimString TransformerProcessorTrimStringProperties
    Use this parameter to include the trimString processor in your transformer.
    TypeConverter TransformerProcessorTypeConverterProperties
    Use this parameter to include the typeConverter processor in your transformer.
    UpperCaseString TransformerProcessorUpperCaseStringProperties
    Use this parameter to include the upperCaseString processor in your transformer.
    addKeys TransformerProcessorAddKeysProperties
    Use this parameter to include the addKeys processor in your transformer.
    copyValue TransformerProcessorCopyValueProperties
    Use this parameter to include the copyValue processor in your transformer.
    csv TransformerProcessorCsvProperties
    Use this parameter to include the CSV processor in your transformer.
    dateTimeConverter TransformerProcessorDateTimeConverterProperties
    Use this parameter to include the datetimeConverter processor in your transformer.
    deleteKeys TransformerProcessorDeleteKeysProperties
    Use this parameter to include the deleteKeys processor in your transformer.
    grok TransformerProcessorGrokProperties
    Use this parameter to include the grok processor in your transformer.
    listToMap TransformerProcessorListToMapProperties
    Use this parameter to include the listToMap processor in your transformer.
    lowerCaseString TransformerProcessorLowerCaseStringProperties
    Use this parameter to include the lowerCaseString processor in your transformer.
    moveKeys TransformerProcessorMoveKeysProperties
    Use this parameter to include the moveKeys processor in your transformer.
    parseCloudfront TransformerParseCloudfront

    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.

    parseJson TransformerProcessorParseJsonProperties
    Use this parameter to include the parseJSON processor in your transformer.
    parseKeyValue TransformerProcessorParseKeyValueProperties
    Use this parameter to include the parseKeyValue processor in your transformer.
    parsePostgres TransformerParsePostgres

    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.

    parseRoute53 TransformerParseRoute53

    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.

    parseVpc TransformerParseVpc

    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.

    parseWaf TransformerParseWaf

    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.

    renameKeys TransformerProcessorRenameKeysProperties
    Use this parameter to include the renameKeys processor in your transformer.
    splitString TransformerProcessorSplitStringProperties
    Use this parameter to include the splitString processor in your transformer.
    substituteString TransformerProcessorSubstituteStringProperties
    Use this parameter to include the substituteString processor in your transformer.
    trimString TransformerProcessorTrimStringProperties
    Use this parameter to include the trimString processor in your transformer.
    typeConverter TransformerProcessorTypeConverterProperties
    Use this parameter to include the typeConverter processor in your transformer.
    upperCaseString TransformerProcessorUpperCaseStringProperties
    Use this parameter to include the upperCaseString processor in your transformer.
    addKeys TransformerProcessorAddKeysProperties
    Use this parameter to include the addKeys processor in your transformer.
    copyValue TransformerProcessorCopyValueProperties
    Use this parameter to include the copyValue processor in your transformer.
    csv TransformerProcessorCsvProperties
    Use this parameter to include the CSV processor in your transformer.
    dateTimeConverter TransformerProcessorDateTimeConverterProperties
    Use this parameter to include the datetimeConverter processor in your transformer.
    deleteKeys TransformerProcessorDeleteKeysProperties
    Use this parameter to include the deleteKeys processor in your transformer.
    grok TransformerProcessorGrokProperties
    Use this parameter to include the grok processor in your transformer.
    listToMap TransformerProcessorListToMapProperties
    Use this parameter to include the listToMap processor in your transformer.
    lowerCaseString TransformerProcessorLowerCaseStringProperties
    Use this parameter to include the lowerCaseString processor in your transformer.
    moveKeys TransformerProcessorMoveKeysProperties
    Use this parameter to include the moveKeys processor in your transformer.
    parseCloudfront TransformerParseCloudfront

    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.

    parseJson TransformerProcessorParseJsonProperties
    Use this parameter to include the parseJSON processor in your transformer.
    parseKeyValue TransformerProcessorParseKeyValueProperties
    Use this parameter to include the parseKeyValue processor in your transformer.
    parsePostgres TransformerParsePostgres

    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.

    parseRoute53 TransformerParseRoute53

    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.

    parseVpc TransformerParseVpc

    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.

    parseWaf TransformerParseWaf

    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.

    renameKeys TransformerProcessorRenameKeysProperties
    Use this parameter to include the renameKeys processor in your transformer.
    splitString TransformerProcessorSplitStringProperties
    Use this parameter to include the splitString processor in your transformer.
    substituteString TransformerProcessorSubstituteStringProperties
    Use this parameter to include the substituteString processor in your transformer.
    trimString TransformerProcessorTrimStringProperties
    Use this parameter to include the trimString processor in your transformer.
    typeConverter TransformerProcessorTypeConverterProperties
    Use this parameter to include the typeConverter processor in your transformer.
    upperCaseString TransformerProcessorUpperCaseStringProperties
    Use this parameter to include the upperCaseString processor in your transformer.
    add_keys TransformerProcessorAddKeysProperties
    Use this parameter to include the addKeys processor in your transformer.
    copy_value TransformerProcessorCopyValueProperties
    Use this parameter to include the copyValue processor in your transformer.
    csv TransformerProcessorCsvProperties
    Use this parameter to include the CSV processor in your transformer.
    date_time_converter TransformerProcessorDateTimeConverterProperties
    Use this parameter to include the datetimeConverter processor in your transformer.
    delete_keys TransformerProcessorDeleteKeysProperties
    Use this parameter to include the deleteKeys processor in your transformer.
    grok TransformerProcessorGrokProperties
    Use this parameter to include the grok processor in your transformer.
    list_to_map TransformerProcessorListToMapProperties
    Use this parameter to include the listToMap processor in your transformer.
    lower_case_string TransformerProcessorLowerCaseStringProperties
    Use this parameter to include the lowerCaseString processor in your transformer.
    move_keys TransformerProcessorMoveKeysProperties
    Use this parameter to include the moveKeys processor in your transformer.
    parse_cloudfront TransformerParseCloudfront

    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 TransformerProcessorParseJsonProperties
    Use this parameter to include the parseJSON processor in your transformer.
    parse_key_value TransformerProcessorParseKeyValueProperties
    Use this parameter to include the parseKeyValue processor in your transformer.
    parse_postgres TransformerParsePostgres

    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 TransformerParseRoute53

    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 TransformerParseVpc

    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 TransformerParseWaf

    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 TransformerProcessorRenameKeysProperties
    Use this parameter to include the renameKeys processor in your transformer.
    split_string TransformerProcessorSplitStringProperties
    Use this parameter to include the splitString processor in your transformer.
    substitute_string TransformerProcessorSubstituteStringProperties
    Use this parameter to include the substituteString processor in your transformer.
    trim_string TransformerProcessorTrimStringProperties
    Use this parameter to include the trimString processor in your transformer.
    type_converter TransformerProcessorTypeConverterProperties
    Use this parameter to include the typeConverter processor in your transformer.
    upper_case_string TransformerProcessorUpperCaseStringProperties
    Use this parameter to include the upperCaseString processor in your transformer.
    addKeys Property Map
    Use this parameter to include the addKeys processor in your transformer.
    copyValue 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.
    dateTimeConverter Property Map
    Use this parameter to include the datetimeConverter processor in your transformer.
    deleteKeys 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.
    listToMap Property Map
    Use this parameter to include the listToMap processor in your transformer.
    lowerCaseString Property Map
    Use this parameter to include the lowerCaseString processor in your transformer.
    moveKeys Property Map
    Use this parameter to include the moveKeys processor in your transformer.
    parseCloudfront 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.

    parseJson Property Map
    Use this parameter to include the parseJSON processor in your transformer.
    parseKeyValue Property Map
    Use this parameter to include the parseKeyValue processor in your transformer.
    parsePostgres 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.

    parseRoute53 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.

    parseVpc 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.

    parseWaf 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.

    renameKeys Property Map
    Use this parameter to include the renameKeys processor in your transformer.
    splitString Property Map
    Use this parameter to include the splitString processor in your transformer.
    substituteString Property Map
    Use this parameter to include the substituteString processor in your transformer.
    trimString Property Map
    Use this parameter to include the trimString processor in your transformer.
    typeConverter Property Map
    Use this parameter to include the typeConverter processor in your transformer.
    upperCaseString Property Map
    Use this parameter to include the upperCaseString processor in your transformer.

    TransformerProcessorAddKeysProperties, TransformerProcessorAddKeysPropertiesArgs

    TransformerProcessorCopyValueProperties, TransformerProcessorCopyValuePropertiesArgs

    TransformerProcessorCsvProperties, TransformerProcessorCsvPropertiesArgs

    Columns List<string>
    Delimiter string
    QuoteCharacter string
    Source string
    Columns []string
    Delimiter string
    QuoteCharacter string
    Source string
    columns List<String>
    delimiter String
    quoteCharacter String
    source String
    columns string[]
    delimiter string
    quoteCharacter string
    source string
    columns Sequence[str]
    delimiter str
    quote_character str
    source str
    columns List<String>
    delimiter String
    quoteCharacter String
    source String

    TransformerProcessorDateTimeConverterProperties, TransformerProcessorDateTimeConverterPropertiesArgs

    MatchPatterns List<string>
    Source string
    Target string
    Locale string
    SourceTimezone string
    TargetFormat string
    TargetTimezone string
    MatchPatterns []string
    Source string
    Target string
    Locale string
    SourceTimezone string
    TargetFormat string
    TargetTimezone string
    matchPatterns List<String>
    source String
    target String
    locale String
    sourceTimezone String
    targetFormat String
    targetTimezone String
    matchPatterns string[]
    source string
    target string
    locale string
    sourceTimezone string
    targetFormat string
    targetTimezone string
    matchPatterns List<String>
    source String
    target String
    locale String
    sourceTimezone String
    targetFormat String
    targetTimezone String

    TransformerProcessorDeleteKeysProperties, TransformerProcessorDeleteKeysPropertiesArgs

    WithKeys List<string>
    WithKeys []string
    withKeys List<String>
    withKeys string[]
    with_keys Sequence[str]
    withKeys List<String>

    TransformerProcessorGrokProperties, TransformerProcessorGrokPropertiesArgs

    Match string
    Source string
    Match string
    Source string
    match String
    source String
    match string
    source string
    match str
    source str
    match String
    source String

    TransformerProcessorListToMapProperties, TransformerProcessorListToMapPropertiesArgs

    TransformerProcessorListToMapPropertiesFlattenedElement, TransformerProcessorListToMapPropertiesFlattenedElementArgs

    First
    first
    Last
    last
    TransformerProcessorListToMapPropertiesFlattenedElementFirst
    first
    TransformerProcessorListToMapPropertiesFlattenedElementLast
    last
    First
    first
    Last
    last
    First
    first
    Last
    last
    FIRST
    first
    LAST
    last
    "first"
    first
    "last"
    last

    TransformerProcessorLowerCaseStringProperties, TransformerProcessorLowerCaseStringPropertiesArgs

    WithKeys List<string>
    WithKeys []string
    withKeys List<String>
    withKeys string[]
    with_keys Sequence[str]
    withKeys List<String>

    TransformerProcessorMoveKeysProperties, TransformerProcessorMoveKeysPropertiesArgs

    TransformerProcessorParseJsonProperties, TransformerProcessorParseJsonPropertiesArgs

    Destination string
    Source string
    Destination string
    Source string
    destination String
    source String
    destination string
    source string
    destination String
    source String

    TransformerProcessorParseKeyValueProperties, TransformerProcessorParseKeyValuePropertiesArgs

    TransformerProcessorRenameKeysProperties, TransformerProcessorRenameKeysPropertiesArgs

    TransformerProcessorSplitStringProperties, TransformerProcessorSplitStringPropertiesArgs

    TransformerProcessorSubstituteStringProperties, TransformerProcessorSubstituteStringPropertiesArgs

    TransformerProcessorTrimStringProperties, TransformerProcessorTrimStringPropertiesArgs

    WithKeys List<string>
    WithKeys []string
    withKeys List<String>
    withKeys string[]
    with_keys Sequence[str]
    withKeys List<String>

    TransformerProcessorTypeConverterProperties, TransformerProcessorTypeConverterPropertiesArgs

    TransformerProcessorUpperCaseStringProperties, TransformerProcessorUpperCaseStringPropertiesArgs

    WithKeys List<string>
    WithKeys []string
    withKeys List<String>
    withKeys string[]
    with_keys Sequence[str]
    withKeys List<String>

    TransformerRenameKeyEntry, TransformerRenameKeyEntryArgs

    Key string
    RenameTo string
    OverwriteIfExists bool
    Key string
    RenameTo string
    OverwriteIfExists bool
    key String
    renameTo String
    overwriteIfExists Boolean
    key string
    renameTo string
    overwriteIfExists boolean
    key String
    renameTo String
    overwriteIfExists Boolean

    TransformerSplitStringEntry, TransformerSplitStringEntryArgs

    Delimiter string
    Source string
    Delimiter string
    Source string
    delimiter String
    source String
    delimiter string
    source string
    delimiter String
    source String

    TransformerSubstituteStringEntry, TransformerSubstituteStringEntryArgs

    From string
    Source string
    To string
    From string
    Source string
    To string
    from String
    source String
    to String
    from string
    source string
    to string
    from_ str
    source str
    to str
    from String
    source String
    to String

    TransformerTypeConverterEntry, TransformerTypeConverterEntryArgs

    TransformerTypeConverterEntryType, TransformerTypeConverterEntryTypeArgs

    Boolean
    boolean
    Integer
    integer
    Double
    double
    String
    string
    TransformerTypeConverterEntryTypeBoolean
    boolean
    TransformerTypeConverterEntryTypeInteger
    integer
    TransformerTypeConverterEntryTypeDouble
    double
    TransformerTypeConverterEntryTypeString
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi