Interface NotificationRuleTargetConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
NotificationRuleTargetConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-24T10:56:29.382Z") @Stability(Stable) public interface NotificationRuleTargetConfig extends software.amazon.jsii.JsiiSerializable
Information about the SNS topic or AWS Chatbot client associated with a notification target.

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.codestarnotifications.*;
 NotificationRuleTargetConfig notificationRuleTargetConfig = NotificationRuleTargetConfig.builder()
         .targetAddress("targetAddress")
         .targetType("targetType")
         .build();