Interface CfnEventBridgeRuleTemplate.EventBridgeRuleTemplateTargetProperty

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

@Stability(Stable) public static interface CfnEventBridgeRuleTemplate.EventBridgeRuleTemplateTargetProperty extends software.amazon.jsii.JsiiSerializable
The target to which to send matching events.

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.medialive.*;
 EventBridgeRuleTemplateTargetProperty eventBridgeRuleTemplateTargetProperty = EventBridgeRuleTemplateTargetProperty.builder()
         .arn("arn")
         .build();
 

See Also: