Interface CfnPlan.EventSourceMappingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlan.EventSourceMappingProperty.Jsii$Proxy
Enclosing class:
CfnPlan

@Stability(Stable) public static interface CfnPlan.EventSourceMappingProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.arcregionswitch.*;
 EventSourceMappingProperty eventSourceMappingProperty = EventSourceMappingProperty.builder()
         .arn("arn")
         // the properties below are optional
         .crossAccountRole("crossAccountRole")
         .externalId("externalId")
         .build();
 

See Also: