Interface CfnEventSourceMappingPropsMixin.SchemaValidationConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventSourceMappingPropsMixin.SchemaValidationConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEventSourceMappingPropsMixin
@Stability(Stable)
public static interface CfnEventSourceMappingPropsMixin.SchemaValidationConfigProperty
extends software.amazon.jsii.JsiiSerializable
Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lambda.*;
SchemaValidationConfigProperty schemaValidationConfigProperty = SchemaValidationConfigProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEventSourceMappingPropsMixin.SchemaValidationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttribute
The attributes you want your schema registry to validate and filter for.If you selected
JSONas theEventRecordFormat, Lambda also deserializes the selected message attributes.- See Also:
-
builder
@Stability(Stable) static CfnEventSourceMappingPropsMixin.SchemaValidationConfigProperty.Builder builder()
-