Class ConnectorEvents.AS2PayloadSendCompleted.AS2PayloadSendCompletedProps
(experimental) Props type for Connector aws.transfer@AS2PayloadSendCompleted event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ConnectorEvents.AS2PayloadSendCompleted.AS2PayloadSendCompletedProps : ConnectorEvents.AS2PayloadSendCompleted.IAS2PayloadSendCompletedProps
Syntax (vb)
Public Class ConnectorEvents.AS2PayloadSendCompleted.AS2PayloadSendCompletedProps Implements ConnectorEvents.AS2PayloadSendCompleted.IAS2PayloadSendCompletedProps
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Transfer.Events;
var aS2PayloadSendCompletedProps = new AS2PayloadSendCompletedProps {
As2From = new [] { "as2From" },
As2MessageId = new [] { "as2MessageId" },
As2To = new [] { "as2To" },
Bytes = new [] { "bytes" },
ConnectorId = new [] { "connectorId" },
EndTimestamp = new [] { "endTimestamp" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
MdnSubject = new [] { "mdnSubject" },
MessageSubject = new [] { "messageSubject" },
RequesterFileName = new [] { "requesterFileName" },
S3Attributes = new S3Attributes {
FileBucket = new [] { "fileBucket" },
FileKey = new [] { "fileKey" },
JsonBucket = new [] { "jsonBucket" },
JsonKey = new [] { "jsonKey" },
MdnBucket = new [] { "mdnBucket" },
MdnKey = new [] { "mdnKey" }
},
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" },
TransferId = new [] { "transferId" }
};
Synopsis
Constructors
| AS2PayloadSendCompletedProps() | (experimental) Props type for Connector aws.transfer@AS2PayloadSendCompleted event. |
Properties
| As2From | (experimental) as2-from property. |
| As2MessageId | (experimental) as2-message-id property. |
| As2To | (experimental) as2-to property. |
| Bytes | (experimental) bytes property. |
| ConnectorId | (experimental) connector-id property. |
| EndTimestamp | (experimental) end-timestamp property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| MdnSubject | (experimental) mdn-subject property. |
| MessageSubject | (experimental) message-subject property. |
| RequesterFileName | (experimental) requester-file-name property. |
| S3Attributes | (experimental) s3-attributes property. |
| StartTimestamp | (experimental) start-timestamp property. |
| StatusCode | (experimental) status-code property. |
| TransferId | (experimental) transfer-id property. |
Constructors
AS2PayloadSendCompletedProps()
(experimental) Props type for Connector aws.transfer@AS2PayloadSendCompleted event.
public AS2PayloadSendCompletedProps()
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Transfer.Events;
var aS2PayloadSendCompletedProps = new AS2PayloadSendCompletedProps {
As2From = new [] { "as2From" },
As2MessageId = new [] { "as2MessageId" },
As2To = new [] { "as2To" },
Bytes = new [] { "bytes" },
ConnectorId = new [] { "connectorId" },
EndTimestamp = new [] { "endTimestamp" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
MdnSubject = new [] { "mdnSubject" },
MessageSubject = new [] { "messageSubject" },
RequesterFileName = new [] { "requesterFileName" },
S3Attributes = new S3Attributes {
FileBucket = new [] { "fileBucket" },
FileKey = new [] { "fileKey" },
JsonBucket = new [] { "jsonBucket" },
JsonKey = new [] { "jsonKey" },
MdnBucket = new [] { "mdnBucket" },
MdnKey = new [] { "mdnKey" }
},
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" },
TransferId = new [] { "transferId" }
};
Properties
As2From
(experimental) as2-from property.
public string[]? As2From { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of as2-from 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
As2MessageId
(experimental) as2-message-id property.
public string[]? As2MessageId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of as2-message-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
As2To
(experimental) as2-to property.
public string[]? As2To { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of as2-to 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
Bytes
(experimental) bytes property.
public string[]? Bytes { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of 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
ConnectorId
(experimental) connector-id property.
public string[]? ConnectorId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of connector-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: - Filter with the Connector reference
Stability: Experimental
EndTimestamp
(experimental) end-timestamp property.
public string[]? EndTimestamp { get; set; }
Property Value
string[]
Remarks
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
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
MdnSubject
(experimental) mdn-subject property.
public string[]? MdnSubject { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of mdn-subject 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
MessageSubject
(experimental) message-subject property.
public string[]? MessageSubject { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of message-subject 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
RequesterFileName
(experimental) requester-file-name property.
public string[]? RequesterFileName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of requester-file-name 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
S3Attributes
(experimental) s3-attributes property.
public ConnectorEvents.AS2PayloadSendCompleted.IS3Attributes? S3Attributes { get; set; }
Property Value
ConnectorEvents.AS2PayloadSendCompleted.IS3Attributes
Remarks
Specify an array of string values to match this event if the actual value of 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
StartTimestamp
(experimental) start-timestamp property.
public string[]? StartTimestamp { get; set; }
Property Value
string[]
Remarks
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
StatusCode
(experimental) status-code property.
public string[]? StatusCode { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of status-code 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
TransferId
(experimental) transfer-id property.
public string[]? TransferId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of transfer-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