Skip to content

Bedrock Data Automation  >  Unions  >  InlinePayload

InlinePayload

Union Type

InlinePayload module-attribute

Input payload structure definition

Union Member Types

InlinePayloadUpsertEntitiesInfo dataclass

List of UpsertEntityInfo for upserting data in a DataAutomationLibraryIngestionJob

Attributes

value instance-attribute
value: list[UpsertEntityInfo]

InlinePayloadDeleteEntitiesInfo dataclass

Input for entities needed to be deleted

Attributes

value instance-attribute

InlinePayloadUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str