Interface AcknowledgementFailed.AcknowledgementFailedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AcknowledgementFailed.AcknowledgementFailedProps.Jsii$Proxy
- Enclosing class:
AcknowledgementFailed
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.b2bi.events.*;
AcknowledgementFailedProps acknowledgementFailedProps = AcknowledgementFailedProps.builder()
.ackX12Type(List.of("ackX12Type"))
.ackX12Version(List.of("ackX12Version"))
.endTimestamp(List.of("endTimestamp"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.failureCode(List.of("failureCode"))
.failureMessage(List.of("failureMessage"))
.inputFileS3Attributes(InputFileS3Attributes.builder()
.bucket(List.of("bucket"))
.objectKey(List.of("objectKey"))
.objectSizeBytes(List.of("objectSizeBytes"))
.build())
.inputX12TransactionSet(List.of("inputX12TransactionSet"))
.inputX12Version(List.of("inputX12Version"))
.startTimestamp(List.of("startTimestamp"))
.tradingPartnerId(List.of("tradingPartnerId"))
.transformerJobId(List.of("transformerJobId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAcknowledgementFailed.AcknowledgementFailedPropsstatic final classAn implementation forAcknowledgementFailed.AcknowledgementFailedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) ack-x12-type property.(experimental) ack-x12-version property.(experimental) end-timestamp property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) failure-code property.(experimental) failure-message property.(experimental) input-file-s3-attributes property.(experimental) input-x12-transaction-set property.(experimental) input-x12-version property.(experimental) start-timestamp property.(experimental) trading-partner-id property.(experimental) transformer-job-id property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAckX12Type
(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
-
getAckX12Version
(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
-
getEndTimestamp
(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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getFailureCode
(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
-
getFailureMessage
(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
-
getInputFileS3Attributes
@Stability(Experimental) @Nullable default AcknowledgementFailed.InputFileS3Attributes getInputFileS3Attributes()(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
-
getInputX12TransactionSet
(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
-
getInputX12Version
(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
-
getStartTimestamp
(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
-
getTradingPartnerId
(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
-
getTransformerJobId
(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
-
builder
-