@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.580Z") @Stability(value=Stable) public interface NotificationRuleTargetConfig 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.codestarnotifications.*;
NotificationRuleTargetConfig notificationRuleTargetConfig = NotificationRuleTargetConfig.builder()
.targetAddress("targetAddress")
.targetType("targetType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationRuleTargetConfig.Builder
A builder for
NotificationRuleTargetConfig |
static class |
NotificationRuleTargetConfig.Jsii$Proxy
An implementation for
NotificationRuleTargetConfig |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRuleTargetConfig.Builder |
builder() |
String |
getTargetAddress()
The Amazon Resource Name (ARN) of the Amazon SNS topic or AWS Chatbot client.
|
String |
getTargetType()
The target type.
|
@Stability(value=Stable) @NotNull String getTargetAddress()
@Stability(value=Stable) @NotNull String getTargetType()
Can be an Amazon SNS topic or AWS Chatbot client.
@Stability(value=Stable) static NotificationRuleTargetConfig.Builder builder()
Copyright © 2022. All rights reserved.