Show / Hide Table of Contents

Interface ConnectorEvents.AS2PayloadSendFailed.IS3Attributes

(experimental) Type definition for S3-attributes.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Transfer.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ConnectorEvents.AS2PayloadSendFailed.IS3Attributes
Syntax (vb)
Public Interface ConnectorEvents.AS2PayloadSendFailed.IS3Attributes
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 s3Attributes = new S3Attributes {
                 FileBucket = new [] { "fileBucket" },
                 FileKey = new [] { "fileKey" },
                 JsonBucket = new [] { "jsonBucket" },
                 JsonKey = new [] { "jsonKey" }
             };

Synopsis

Properties

FileBucket

(experimental) file-bucket property.

FileKey

(experimental) file-key property.

JsonBucket

(experimental) json-bucket property.

JsonKey

(experimental) json-key property.

Properties

FileBucket

(experimental) file-bucket property.

string[]? FileBucket { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of file-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

FileKey

(experimental) file-key property.

string[]? FileKey { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of file-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

JsonBucket

(experimental) json-bucket property.

string[]? JsonBucket { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of json-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

JsonKey

(experimental) json-key property.

string[]? JsonKey { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of json-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

Back to top Generated by DocFX