Class AgreementEvents.AS2MDNSendCompleted.AS2MDNSendCompletedProps
(experimental) Props type for Agreement aws.transfer@AS2MDNSendCompleted event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AgreementEvents.AS2MDNSendCompleted.AS2MDNSendCompletedProps : AgreementEvents.AS2MDNSendCompleted.IAS2MDNSendCompletedProps
Syntax (vb)
Public Class AgreementEvents.AS2MDNSendCompleted.AS2MDNSendCompletedProps Implements AgreementEvents.AS2MDNSendCompleted.IAS2MDNSendCompletedProps
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 aS2MDNSendCompletedProps = new AS2MDNSendCompletedProps {
AgreementId = new [] { "agreementId" },
As2From = new [] { "as2From" },
As2MessageId = new [] { "as2MessageId" },
As2To = new [] { "as2To" },
Bytes = new [] { "bytes" },
ClientIp = new [] { "clientIp" },
Disposition = new [] { "disposition" },
EndTimestamp = new [] { "endTimestamp" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
MdnMessageId = new [] { "mdnMessageId" },
MdnSubject = new [] { "mdnSubject" },
MdnType = new [] { "mdnType" },
MessageSubject = new [] { "messageSubject" },
RequesterFileName = new [] { "requesterFileName" },
RequestPath = new [] { "requestPath" },
S3Attributes = new S3Attributes {
FileBucket = new [] { "fileBucket" },
FileKey = new [] { "fileKey" },
JsonBucket = new [] { "jsonBucket" },
JsonKey = new [] { "jsonKey" },
MdnBucket = new [] { "mdnBucket" },
MdnKey = new [] { "mdnKey" }
},
ServerId = new [] { "serverId" },
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" }
};
Synopsis
Constructors
| AS2MDNSendCompletedProps() | (experimental) Props type for Agreement aws.transfer@AS2MDNSendCompleted event. |
Properties
| AgreementId | (experimental) agreement-id property. |
| As2From | (experimental) as2-from property. |
| As2MessageId | (experimental) as2-message-id property. |
| As2To | (experimental) as2-to property. |
| Bytes | (experimental) bytes property. |
| ClientIp | (experimental) client-ip property. |
| Disposition | (experimental) disposition property. |
| EndTimestamp | (experimental) end-timestamp property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| MdnMessageId | (experimental) mdn-message-id property. |
| MdnSubject | (experimental) mdn-subject property. |
| MdnType | (experimental) mdn-type property. |
| MessageSubject | (experimental) message-subject property. |
| RequestPath | (experimental) request-path property. |
| RequesterFileName | (experimental) requester-file-name property. |
| S3Attributes | (experimental) s3-attributes property. |
| ServerId | (experimental) server-id property. |
| StartTimestamp | (experimental) start-timestamp property. |
| StatusCode | (experimental) status-code property. |
Constructors
AS2MDNSendCompletedProps()
(experimental) Props type for Agreement aws.transfer@AS2MDNSendCompleted event.
public AS2MDNSendCompletedProps()
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 aS2MDNSendCompletedProps = new AS2MDNSendCompletedProps {
AgreementId = new [] { "agreementId" },
As2From = new [] { "as2From" },
As2MessageId = new [] { "as2MessageId" },
As2To = new [] { "as2To" },
Bytes = new [] { "bytes" },
ClientIp = new [] { "clientIp" },
Disposition = new [] { "disposition" },
EndTimestamp = new [] { "endTimestamp" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
MdnMessageId = new [] { "mdnMessageId" },
MdnSubject = new [] { "mdnSubject" },
MdnType = new [] { "mdnType" },
MessageSubject = new [] { "messageSubject" },
RequesterFileName = new [] { "requesterFileName" },
RequestPath = new [] { "requestPath" },
S3Attributes = new S3Attributes {
FileBucket = new [] { "fileBucket" },
FileKey = new [] { "fileKey" },
JsonBucket = new [] { "jsonBucket" },
JsonKey = new [] { "jsonKey" },
MdnBucket = new [] { "mdnBucket" },
MdnKey = new [] { "mdnKey" }
},
ServerId = new [] { "serverId" },
StartTimestamp = new [] { "startTimestamp" },
StatusCode = new [] { "statusCode" }
};
Properties
AgreementId
(experimental) agreement-id property.
public string[]? AgreementId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of agreement-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 Agreement reference
Stability: Experimental
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
ClientIp
(experimental) client-ip property.
public string[]? ClientIp { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of client-ip 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
Disposition
(experimental) disposition property.
public string[]? Disposition { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of disposition 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
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
MdnMessageId
(experimental) mdn-message-id property.
public string[]? MdnMessageId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of mdn-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
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
MdnType
(experimental) mdn-type property.
public string[]? MdnType { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of mdn-type 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
RequestPath
(experimental) request-path property.
public string[]? RequestPath { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of request-path 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 AgreementEvents.AS2MDNSendCompleted.IS3Attributes? S3Attributes { get; set; }
Property Value
AgreementEvents.AS2MDNSendCompleted.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
ServerId
(experimental) server-id property.
public string[]? ServerId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of server-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
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