This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

aws_iotanalytics_pipeline

account_id

Type: STRING

activities

Type: UNORDERED_LIST_STRUCT
Provider name: activities
Description: The activities that perform transformations on the messages.

  • add_attributes
    Type: STRUCT
    Provider name: addAttributes
    Description: Adds other attributes based on existing attributes in the message.
    • attributes
      Type: MAP_STRING_STRING
      Provider name: attributes
      Description: A list of 1-50 AttributeNameMapping objects that map an existing attribute to a new attribute. The existing attributes remain in the message, so if you want to remove the originals, use RemoveAttributeActivity.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the addAttributes activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
  • channel
    Type: STRUCT
    Provider name: channel
    Description: Determines the source of the messages to be processed.
    • channel_name
      Type: STRING
      Provider name: channelName
      Description: The name of the channel from which the messages are processed.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the channel activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
  • datastore
    Type: STRUCT
    Provider name: datastore
    Description: Specifies where to store the processed message data.
    • datastore_name
      Type: STRING
      Provider name: datastoreName
      Description: The name of the data store where processed messages are stored.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the datastore activity.
  • device_registry_enrich
    Type: STRUCT
    Provider name: deviceRegistryEnrich
    Description: Adds data from the IoT device registry to your message.
    • attribute
      Type: STRING
      Provider name: attribute
      Description: The name of the attribute that is added to the message.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the deviceRegistryEnrich activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
    • role_arn
      Type: STRING
      Provider name: roleArn
      Description: The ARN of the role that allows access to the device’s registry information.
    • thing_name
      Type: STRING
      Provider name: thingName
      Description: The name of the IoT device whose registry information is added to the message.
  • device_shadow_enrich
    Type: STRUCT
    Provider name: deviceShadowEnrich
    Description: Adds information from the IoT Device Shadow service to a message.
    • attribute
      Type: STRING
      Provider name: attribute
      Description: The name of the attribute that is added to the message.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the deviceShadowEnrich activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
    • role_arn
      Type: STRING
      Provider name: roleArn
      Description: The ARN of the role that allows access to the device’s shadow.
    • thing_name
      Type: STRING
      Provider name: thingName
      Description: The name of the IoT device whose shadow information is added to the message.
  • filter
    Type: STRUCT
    Provider name: filter
    Description: Filters a message based on its attributes.
    • filter
      Type: STRING
      Provider name: filter
      Description: An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the filter activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
  • lambda
    Type: STRUCT
    Provider name: lambda
    Description: Runs a Lambda function to modify the message.
    • batch_size
      Type: INT32
      Provider name: batchSize
      Description: The number of messages passed to the Lambda function for processing. The Lambda function must be able to process all of these messages within five minutes, which is the maximum timeout duration for Lambda functions.
    • lambda_name
      Type: STRING
      Provider name: lambdaName
      Description: The name of the Lambda function that is run on the message.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the lambda activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
  • math
    Type: STRUCT
    Provider name: math
    Description: Computes an arithmetic expression using the message’s attributes and adds it to the message.
    • attribute
      Type: STRING
      Provider name: attribute
      Description: The name of the attribute that contains the result of the math operation.
    • math
      Type: STRING
      Provider name: math
      Description: An expression that uses one or more existing attributes and must return an integer value.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the math activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
  • remove_attributes
    Type: STRUCT
    Provider name: removeAttributes
    Description: Removes attributes from a message.
    • attributes
      Type: UNORDERED_LIST_STRING
      Provider name: attributes
      Description: A list of 1-50 attributes to remove from the message.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the removeAttributes activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.
  • select_attributes
    Type: STRUCT
    Provider name: selectAttributes
    Description: Used to create a new message using only the specified attributes from the original message.
    • attributes
      Type: UNORDERED_LIST_STRING
      Provider name: attributes
      Description: A list of the attributes to select from the message.
    • name
      Type: STRING
      Provider name: name
      Description: The name of the selectAttributes activity.
    • next
      Type: STRING
      Provider name: next
      Description: The next activity in the pipeline.

arn

Type: STRING
Provider name: arn
Description: The ARN of the pipeline.

creation_time

Type: TIMESTAMP
Provider name: creationTime
Description: When the pipeline was created.

last_update_time

Type: TIMESTAMP
Provider name: lastUpdateTime
Description: The last time the pipeline was updated.

name

Type: STRING
Provider name: name
Description: The name of the pipeline.

reprocessing_summaries

Type: UNORDERED_LIST_STRUCT
Provider name: reprocessingSummaries
Description: A summary of information about the pipeline reprocessing.

  • creation_time
    Type: TIMESTAMP
    Provider name: creationTime
    Description: The time the pipeline reprocessing was created.
  • id
    Type: STRING
    Provider name: id
    Description: The reprocessingId returned by StartPipelineReprocessing.
  • status
    Type: STRING
    Provider name: status
    Description: The status of the pipeline reprocessing.

tags

Type: UNORDERED_LIST_STRING