@Stability(value=Stable) @Internal public static final class CfnNotificationRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNotificationRuleProps
CfnNotificationRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnNotificationRuleProps.Builder, CfnNotificationRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnNotificationRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnNotificationRuleProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCreatedBy()
`AWS::CodeStarNotifications::NotificationRule.CreatedBy`.
|
String |
getDetailType()
The level of detail to include in the notifications for this resource.
|
String |
getEventTypeId()
`AWS::CodeStarNotifications::NotificationRule.EventTypeId`.
|
List<String> |
getEventTypeIds()
A list of event types associated with this notification rule.
|
String |
getName()
The name for the notification rule.
|
String |
getResource()
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
String |
getStatus()
The status of the notification rule.
|
Object |
getTags()
A list of tags to apply to this notification rule.
|
String |
getTargetAddress()
`AWS::CodeStarNotifications::NotificationRule.TargetAddress`.
|
Object |
getTargets()
A list of Amazon Resource Names (ARNs) of AWS Chatbot topics and AWS Chatbot clients to associate with the notification rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnNotificationRuleProps.Builder builder)
CfnNotificationRuleProps.Builder.public final String getDetailType()
CfnNotificationRuleProps
BASIC will include only the contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.
getDetailType in interface CfnNotificationRulePropspublic final List<String> getEventTypeIds()
CfnNotificationRulePropsFor a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide .
getEventTypeIds in interface CfnNotificationRulePropspublic final String getName()
CfnNotificationRulePropsNotification rule names must be unique in your AWS account .
getName in interface CfnNotificationRulePropspublic final String getResource()
CfnNotificationRulePropsSupported resources include pipelines in AWS CodePipeline , repositories in AWS CodeCommit , and build projects in AWS CodeBuild .
getResource in interface CfnNotificationRulePropspublic final Object getTargets()
CfnNotificationRulePropsgetTargets in interface CfnNotificationRulePropspublic final String getCreatedBy()
CfnNotificationRulePropsgetCreatedBy in interface CfnNotificationRulePropspublic final String getEventTypeId()
CfnNotificationRulePropsgetEventTypeId in interface CfnNotificationRulePropspublic final String getStatus()
CfnNotificationRuleProps
The default value is ENABLED . If the status is set to DISABLED , notifications aren't sent for the notification rule.
getStatus in interface CfnNotificationRulePropspublic final Object getTags()
CfnNotificationRuleProps
Key names cannot start with " aws ".
getTags in interface CfnNotificationRulePropspublic final String getTargetAddress()
CfnNotificationRulePropsgetTargetAddress in interface CfnNotificationRuleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.