TransformationFailed
- class aws_cdk.mixins_preview.aws_b2bi.events.TransformationFailed
Bases:
object(experimental) EventBridge event pattern for aws.b2bi@TransformationFailed.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_b2bi import events as b2bi_events transformation_failed = b2bi_events.TransformationFailed()
- Stability:
experimental
Static Methods
- classmethod transformation_failed_pattern(*, ack_error_code_detected=None, ack_generation_status=None, end_timestamp=None, event_metadata=None, failure_code=None, failure_message=None, input_file_s3_attributes=None, start_timestamp=None, trading_partner_id=None, x12_transaction_set=None, x12_version=None)
(experimental) EventBridge event pattern for Transformation Failed.
- Parameters:
ack_error_code_detected (
Optional[Sequence[str]]) – (experimental) ack-error-code-detected property. Specify an array of string values to match this event if the actual value of ack-error-code-detected is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldack_generation_status (
Optional[Sequence[str]]) – (experimental) ack-generation-status property. Specify an array of string values to match this event if the actual value of ack-generation-status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldend_timestamp (
Optional[Sequence[str]]) – (experimental) end-timestamp property. Specify an array of string values to match this event if the actual value of end-timestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -failure_code (
Optional[Sequence[str]]) – (experimental) failure-code property. Specify an array of string values to match this event if the actual value of failure-code is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldfailure_message (
Optional[Sequence[str]]) – (experimental) failure-message property. Specify an array of string values to match this event if the actual value of failure-message is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldinput_file_s3_attributes (
Union[InputFileS3Attributes,Dict[str,Any],None]) – (experimental) input-file-s3-attributes property. Specify an array of string values to match this event if the actual value of input-file-s3-attributes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstart_timestamp (
Optional[Sequence[str]]) – (experimental) start-timestamp property. Specify an array of string values to match this event if the actual value of start-timestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtrading_partner_id (
Optional[Sequence[str]]) – (experimental) trading-partner-id property. Specify an array of string values to match this event if the actual value of trading-partner-id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldx12_transaction_set (
Optional[Sequence[str]]) – (experimental) x12-transaction-set property. Specify an array of string values to match this event if the actual value of x12-transaction-set is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldx12_version (
Optional[Sequence[str]]) – (experimental) x12-version property. Specify an array of string values to match this event if the actual value of x12-version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
InputFileS3Attributes
- class TransformationFailed.InputFileS3Attributes(*, bucket=None, object_key=None, object_size_bytes=None)
Bases:
object(experimental) Type definition for Input-file-s3-attributes.
- Parameters:
bucket (
Optional[Sequence[str]]) – (experimental) bucket property. Specify an array of string values to match this event if the actual value of bucket is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldobject_key (
Optional[Sequence[str]]) – (experimental) object-key property. Specify an array of string values to match this event if the actual value of object-key is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldobject_size_bytes (
Optional[Sequence[str]]) – (experimental) object-size-bytes property. Specify an array of string values to match this event if the actual value of object-size-bytes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_b2bi import events as b2bi_events input_file_s3_attributes = b2bi_events.TransformationFailed.InputFileS3Attributes( bucket=["bucket"], object_key=["objectKey"], object_size_bytes=["objectSizeBytes"] )
Attributes
- bucket
(experimental) bucket property.
Specify an array of string values to match this event if the actual value of bucket is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- object_key
(experimental) object-key property.
Specify an array of string values to match this event if the actual value of object-key is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- object_size_bytes
(experimental) object-size-bytes property.
Specify an array of string values to match this event if the actual value of object-size-bytes is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
TransformationFailedProps
- class TransformationFailed.TransformationFailedProps(*, ack_error_code_detected=None, ack_generation_status=None, end_timestamp=None, event_metadata=None, failure_code=None, failure_message=None, input_file_s3_attributes=None, start_timestamp=None, trading_partner_id=None, x12_transaction_set=None, x12_version=None)
Bases:
object(experimental) Props type for aws.b2bi@TransformationFailed event.
- Parameters:
ack_error_code_detected (
Optional[Sequence[str]]) – (experimental) ack-error-code-detected property. Specify an array of string values to match this event if the actual value of ack-error-code-detected is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldack_generation_status (
Optional[Sequence[str]]) – (experimental) ack-generation-status property. Specify an array of string values to match this event if the actual value of ack-generation-status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldend_timestamp (
Optional[Sequence[str]]) – (experimental) end-timestamp property. Specify an array of string values to match this event if the actual value of end-timestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -failure_code (
Optional[Sequence[str]]) – (experimental) failure-code property. Specify an array of string values to match this event if the actual value of failure-code is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldfailure_message (
Optional[Sequence[str]]) – (experimental) failure-message property. Specify an array of string values to match this event if the actual value of failure-message is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldinput_file_s3_attributes (
Union[InputFileS3Attributes,Dict[str,Any],None]) – (experimental) input-file-s3-attributes property. Specify an array of string values to match this event if the actual value of input-file-s3-attributes is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldstart_timestamp (
Optional[Sequence[str]]) – (experimental) start-timestamp property. Specify an array of string values to match this event if the actual value of start-timestamp is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldtrading_partner_id (
Optional[Sequence[str]]) – (experimental) trading-partner-id property. Specify an array of string values to match this event if the actual value of trading-partner-id is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldx12_transaction_set (
Optional[Sequence[str]]) – (experimental) x12-transaction-set property. Specify an array of string values to match this event if the actual value of x12-transaction-set is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldx12_version (
Optional[Sequence[str]]) – (experimental) x12-version property. Specify an array of string values to match this event if the actual value of x12-version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_b2bi import events as b2bi_events transformation_failed_props = b2bi_events.TransformationFailed.TransformationFailedProps( ack_error_code_detected=["ackErrorCodeDetected"], ack_generation_status=["ackGenerationStatus"], end_timestamp=["endTimestamp"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), failure_code=["failureCode"], failure_message=["failureMessage"], input_file_s3_attributes=b2bi_events.TransformationFailed.InputFileS3Attributes( bucket=["bucket"], object_key=["objectKey"], object_size_bytes=["objectSizeBytes"] ), start_timestamp=["startTimestamp"], trading_partner_id=["tradingPartnerId"], x12_transaction_set=["x12TransactionSet"], x12_version=["x12Version"] )
Attributes
- ack_error_code_detected
(experimental) ack-error-code-detected property.
Specify an array of string values to match this event if the actual value of ack-error-code-detected is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- ack_generation_status
(experimental) ack-generation-status property.
Specify an array of string values to match this event if the actual value of ack-generation-status is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- end_timestamp
(experimental) end-timestamp property.
Specify an array of string values to match this event if the actual value of end-timestamp is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- failure_code
(experimental) failure-code property.
Specify an array of string values to match this event if the actual value of failure-code is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- failure_message
(experimental) failure-message property.
Specify an array of string values to match this event if the actual value of failure-message is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- input_file_s3_attributes
(experimental) input-file-s3-attributes property.
Specify an array of string values to match this event if the actual value of input-file-s3-attributes is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- start_timestamp
(experimental) start-timestamp property.
Specify an array of string values to match this event if the actual value of start-timestamp is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- trading_partner_id
(experimental) trading-partner-id property.
Specify an array of string values to match this event if the actual value of trading-partner-id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- x12_transaction_set
(experimental) x12-transaction-set property.
Specify an array of string values to match this event if the actual value of x12-transaction-set is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- x12_version
(experimental) x12-version property.
Specify an array of string values to match this event if the actual value of x12-version is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental