AcknowledgementCompleted
- class aws_cdk.mixins_preview.aws_b2bi.events.AcknowledgementCompleted
Bases:
object(experimental) EventBridge event pattern for aws.b2bi@AcknowledgementCompleted.
- 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 acknowledgement_completed = b2bi_events.AcknowledgementCompleted()
- Stability:
experimental
Static Methods
- classmethod acknowledgement_completed_pattern(*, ack_error_code_detected=None, ack_file_s3_attributes=None, ack_x12_type=None, ack_x12_version=None, end_timestamp=None, event_metadata=None, input_file_s3_attributes=None, input_x12_transaction_set=None, input_x12_version=None, start_timestamp=None, trading_partner_id=None, transformer_job_id=None)
(experimental) EventBridge event pattern for Acknowledgement 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldack_file_s3_attributes (
Union[AckFileS3Attributes,Dict[str,Any],None]) – (experimental) ack-file-s3-attributes property. Specify an array of string values to match this event if the actual value of ack-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 fieldack_x12_type (
Optional[Sequence[str]]) – (experimental) ack-x12-type property. Specify an array of string values to match this event if the actual value of ack-x12-type 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_x12_version (
Optional[Sequence[str]]) – (experimental) ack-x12-version property. Specify an array of string values to match this event if the actual value of ack-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 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: - -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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldinput_x12_transaction_set (
Optional[Sequence[str]]) – (experimental) input-x12-transaction-set property. Specify an array of string values to match this event if the actual value of input-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 fieldinput_x12_version (
Optional[Sequence[str]]) – (experimental) input-x12-version property. Specify an array of string values to match this event if the actual value of input-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 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 fieldtransformer_job_id (
Optional[Sequence[str]]) – (experimental) transformer-job-id property. Specify an array of string values to match this event if the actual value of transformer-job-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 field
- Stability:
experimental
- Return type:
AckFileS3Attributes
- class AcknowledgementCompleted.AckFileS3Attributes(*, bucket=None, object_key=None, object_size_bytes=None)
Bases:
object(experimental) Type definition for Ack-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 ack_file_s3_attributes = b2bi_events.AcknowledgementCompleted.AckFileS3Attributes( 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
AcknowledgementCompletedProps
- class AcknowledgementCompleted.AcknowledgementCompletedProps(*, ack_error_code_detected=None, ack_file_s3_attributes=None, ack_x12_type=None, ack_x12_version=None, end_timestamp=None, event_metadata=None, input_file_s3_attributes=None, input_x12_transaction_set=None, input_x12_version=None, start_timestamp=None, trading_partner_id=None, transformer_job_id=None)
Bases:
object(experimental) Props type for aws.b2bi@AcknowledgementCompleted 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_file_s3_attributes (
Union[AckFileS3Attributes,Dict[str,Any],None]) – (experimental) ack-file-s3-attributes property. Specify an array of string values to match this event if the actual value of ack-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 fieldack_x12_type (
Optional[Sequence[str]]) – (experimental) ack-x12-type property. Specify an array of string values to match this event if the actual value of ack-x12-type 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_x12_version (
Optional[Sequence[str]]) – (experimental) ack-x12-version property. Specify an array of string values to match this event if the actual value of ack-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 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: - -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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldinput_x12_transaction_set (
Optional[Sequence[str]]) – (experimental) input-x12-transaction-set property. Specify an array of string values to match this event if the actual value of input-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 fieldinput_x12_version (
Optional[Sequence[str]]) – (experimental) input-x12-version property. Specify an array of string values to match this event if the actual value of input-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 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 fieldtransformer_job_id (
Optional[Sequence[str]]) – (experimental) transformer-job-id property. Specify an array of string values to match this event if the actual value of transformer-job-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 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 acknowledgement_completed_props = b2bi_events.AcknowledgementCompleted.AcknowledgementCompletedProps( ack_error_code_detected=["ackErrorCodeDetected"], ack_file_s3_attributes=b2bi_events.AcknowledgementCompleted.AckFileS3Attributes( bucket=["bucket"], object_key=["objectKey"], object_size_bytes=["objectSizeBytes"] ), ack_x12_type=["ackX12Type"], ack_x12_version=["ackX12Version"], end_timestamp=["endTimestamp"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), input_file_s3_attributes=b2bi_events.AcknowledgementCompleted.InputFileS3Attributes( bucket=["bucket"], object_key=["objectKey"], object_size_bytes=["objectSizeBytes"] ), input_x12_transaction_set=["inputX12TransactionSet"], input_x12_version=["inputX12Version"], start_timestamp=["startTimestamp"], trading_partner_id=["tradingPartnerId"], transformer_job_id=["transformerJobId"] )
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_file_s3_attributes
(experimental) ack-file-s3-attributes property.
Specify an array of string values to match this event if the actual value of ack-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
- ack_x12_type
(experimental) ack-x12-type property.
Specify an array of string values to match this event if the actual value of ack-x12-type 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_x12_version
(experimental) ack-x12-version property.
Specify an array of string values to match this event if the actual value of ack-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
- 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
- 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
- input_x12_transaction_set
(experimental) input-x12-transaction-set property.
Specify an array of string values to match this event if the actual value of input-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
- input_x12_version
(experimental) input-x12-version property.
Specify an array of string values to match this event if the actual value of input-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
- 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
- transformer_job_id
(experimental) transformer-job-id property.
Specify an array of string values to match this event if the actual value of transformer-job-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
InputFileS3Attributes
- class AcknowledgementCompleted.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.AcknowledgementCompleted.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