Interface CfnNotificationRule.TargetProperty

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

@Stability(Stable) public static interface CfnNotificationRule.TargetProperty extends software.amazon.jsii.JsiiSerializable
Information about the AWS Chatbot topics or AWS Chatbot clients associated with a notification rule.

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.*;
 TargetProperty targetProperty = TargetProperty.builder()
         .targetAddress("targetAddress")
         .targetType("targetType")
         .build();
 

See Also: