TransformationCompleted

class aws_cdk.mixins_preview.aws_b2bi.events.TransformationCompleted

Bases: object

(experimental) EventBridge event pattern for aws.b2bi@TransformationCompleted.

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_completed = b2bi_events.TransformationCompleted()
Stability:

experimental

Static Methods

classmethod transformation_completed_pattern(*, ack_error_code_detected=None, ack_generation_status=None, end_timestamp=None, event_metadata=None, input_file_s3_attributes=None, output_file_s3_attributes=None, start_timestamp=None, trading_partner_id=None, x12_transaction_set=None, x12_version=None)

(experimental) EventBridge event pattern for Transformation Completed.

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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • ack_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • end_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • input_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • output_file_s3_attributes (Union[OutputFileS3Attributes, Dict[str, Any], None]) – (experimental) output-file-s3-attributes property. Specify an array of string values to match this event if the actual value of output-file-s3-attributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • start_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • trading_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • x12_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • x12_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

InputFileS3Attributes

class TransformationCompleted.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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • object_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • object_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 the aws_events.Match for 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.TransformationCompleted.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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

OutputFileS3Attributes

class TransformationCompleted.OutputFileS3Attributes(*, bucket=None, object_key=None, object_size_bytes=None)

Bases: object

(experimental) Type definition for Output-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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • object_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • object_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 the aws_events.Match for 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

output_file_s3_attributes = b2bi_events.TransformationCompleted.OutputFileS3Attributes(
    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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

TransformationCompletedProps

class TransformationCompleted.TransformationCompletedProps(*, ack_error_code_detected=None, ack_generation_status=None, end_timestamp=None, event_metadata=None, input_file_s3_attributes=None, output_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@TransformationCompleted 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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • ack_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • end_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • input_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • output_file_s3_attributes (Union[OutputFileS3Attributes, Dict[str, Any], None]) – (experimental) output-file-s3-attributes property. Specify an array of string values to match this event if the actual value of output-file-s3-attributes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • start_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • trading_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • x12_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 the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • x12_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 the aws_events.Match for 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_completed_props = b2bi_events.TransformationCompleted.TransformationCompletedProps(
    ack_error_code_detected=["ackErrorCodeDetected"],
    ack_generation_status=["ackGenerationStatus"],
    end_timestamp=["endTimestamp"],
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    input_file_s3_attributes=b2bi_events.TransformationCompleted.InputFileS3Attributes(
        bucket=["bucket"],
        object_key=["objectKey"],
        object_size_bytes=["objectSizeBytes"]
    ),
    output_file_s3_attributes=b2bi_events.TransformationCompleted.OutputFileS3Attributes(
        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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

output_file_s3_attributes

(experimental) output-file-s3-attributes property.

Specify an array of string values to match this event if the actual value of output-file-s3-attributes is one of the values in the array. Use one of the constructors on the aws_events.Match for 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.Match for 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.Match for 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.Match for 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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental