Interface ConnectorEvents.AS2MDNReceiveFailed.S3Attributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConnectorEvents.AS2MDNReceiveFailed.S3Attributes.Jsii$Proxy
- Enclosing class:
ConnectorEvents.AS2MDNReceiveFailed
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.transfer.events.*;
S3Attributes s3Attributes = S3Attributes.builder()
.fileBucket(List.of("fileBucket"))
.fileKey(List.of("fileKey"))
.jsonBucket(List.of("jsonBucket"))
.jsonKey(List.of("jsonKey"))
.mdnBucket(List.of("mdnBucket"))
.mdnKey(List.of("mdnKey"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forConnectorEvents.AS2MDNReceiveFailed.S3Attributesstatic final classAn implementation forConnectorEvents.AS2MDNReceiveFailed.S3Attributes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) file-bucket property.(experimental) file-key property.(experimental) json-bucket property.(experimental) json-key property.(experimental) mdn-bucket property.(experimental) mdn-key property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileBucket
(experimental) file-bucket property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getFileKey
(experimental) file-key property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getJsonBucket
(experimental) json-bucket property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getJsonKey
(experimental) json-key property.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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getMdnBucket
(experimental) mdn-bucket property.Specify an array of string values to match this event if the actual value of mdn-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
-
getMdnKey
(experimental) mdn-key property.Specify an array of string values to match this event if the actual value of mdn-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
-
builder
-