@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.256Z") @Stability(value=Stable) public interface CfnNotificationRuleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotificationRuleProps.Builder
A builder for
CfnNotificationRuleProps |
static class |
CfnNotificationRuleProps.Jsii$Proxy
An implementation for
CfnNotificationRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotificationRuleProps.Builder |
builder() |
String |
getDetailType()
`AWS::CodeStarNotifications::NotificationRule.DetailType`.
|
List<String> |
getEventTypeIds()
`AWS::CodeStarNotifications::NotificationRule.EventTypeIds`.
|
String |
getName()
`AWS::CodeStarNotifications::NotificationRule.Name`.
|
String |
getResource()
`AWS::CodeStarNotifications::NotificationRule.Resource`.
|
default String |
getStatus()
`AWS::CodeStarNotifications::NotificationRule.Status`.
|
default Object |
getTags()
`AWS::CodeStarNotifications::NotificationRule.Tags`.
|
Object |
getTargets()
`AWS::CodeStarNotifications::NotificationRule.Targets`.
|
@Stability(value=Stable) @NotNull String getDetailType()
@Stability(value=Stable) @NotNull List<String> getEventTypeIds()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getResource()
@Stability(value=Stable) @NotNull Object getTargets()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnNotificationRuleProps.Builder builder()
CfnNotificationRuleProps.Builder of CfnNotificationRulePropsCopyright © 2021. All rights reserved.