@Stability(value=Stable)
public static interface CfnNotificationRule.TargetProperty
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.*;
TargetProperty targetProperty = TargetProperty.builder()
.targetAddress("targetAddress")
.targetType("targetType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotificationRule.TargetProperty.Builder
A builder for
CfnNotificationRule.TargetProperty |
static class |
CfnNotificationRule.TargetProperty.Jsii$Proxy
An implementation for
CfnNotificationRule.TargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotificationRule.TargetProperty.Builder |
builder() |
String |
getTargetAddress()
The Amazon Resource Name (ARN) of the AWS Chatbot topic or AWS Chatbot client.
|
String |
getTargetType()
The target type.
|
@Stability(value=Stable) @NotNull String getTargetAddress()
@Stability(value=Stable) @NotNull String getTargetType()
SNS .AWSChatbotSlack .@Stability(value=Stable) static CfnNotificationRule.TargetProperty.Builder builder()
Copyright © 2022. All rights reserved.