public static interface CfnNotificationRule.TargetProperty
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() |
java.lang.String |
getTargetAddress()
The Amazon Resource Name (ARN) of the AWS Chatbot topic or AWS Chatbot client.
|
java.lang.String |
getTargetType()
The target type.
|
java.lang.String getTargetAddress()
java.lang.String getTargetType()
SNS
.AWSChatbotSlack
.static CfnNotificationRule.TargetProperty.Builder builder()