Interface AgreementEvents.AS2PayloadReceiveFailed.S3Attributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AgreementEvents.AS2PayloadReceiveFailed.S3Attributes.Jsii$Proxy
- Enclosing class:
AgreementEvents.AS2PayloadReceiveFailed
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"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAgreementEvents.AS2PayloadReceiveFailed.S3Attributesstatic final classAn implementation forAgreementEvents.AS2PayloadReceiveFailed.S3Attributes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) file-bucket property.(experimental) file-key property.(experimental) json-bucket property.(experimental) json-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
-
builder
@Stability(Experimental) static AgreementEvents.AS2PayloadReceiveFailed.S3Attributes.Builder builder()
-