Class CfnNotificationRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationRuleProps
CfnNotificationRuleProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarnotifications.CfnNotificationRuleProps
CfnNotificationRuleProps.Builder, CfnNotificationRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationRuleProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name or email alias of the person who created the notification rule.final StringThe level of detail to include in the notifications for this resource.final StringThe event type associated with this notification rule.A list of event types associated with this notification rule.final StringgetName()The name for the notification rule.final StringThe Amazon Resource Name (ARN) of the resource to associate with the notification rule.final StringThe status of the notification rule.getTags()A list of tags to apply to this notification rule.final StringThe Amazon Resource Name (ARN) of the Amazon topic or client.final ObjectA list of Amazon Resource Names (ARNs) of Amazon topics and clients to associate with the notification rule.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNotificationRuleProps.Builder.
-
-
Method Details
-
getDetailType
Description copied from interface:CfnNotificationRulePropsThe level of detail to include in the notifications for this resource.BASICwill include only the contents of the event as it would appear in Amazon CloudWatch.FULLwill include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.- Specified by:
getDetailTypein interfaceCfnNotificationRuleProps- See Also:
-
getEventTypeIds
Description copied from interface:CfnNotificationRulePropsA list of event types associated with this notification rule.For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide .
- Specified by:
getEventTypeIdsin interfaceCfnNotificationRuleProps- See Also:
-
getName
Description copied from interface:CfnNotificationRulePropsThe name for the notification rule.Notification rule names must be unique in your AWS account .
- Specified by:
getNamein interfaceCfnNotificationRuleProps- See Also:
-
getResource
Description copied from interface:CfnNotificationRulePropsThe Amazon Resource Name (ARN) of the resource to associate with the notification rule.Supported resources include pipelines in AWS CodePipeline , repositories in AWS CodeCommit , and build projects in AWS CodeBuild .
- Specified by:
getResourcein interfaceCfnNotificationRuleProps- See Also:
-
getTargets
Description copied from interface:CfnNotificationRulePropsA list of Amazon Resource Names (ARNs) of Amazon topics and clients to associate with the notification rule.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNotificationRule.TargetProperty>- Specified by:
getTargetsin interfaceCfnNotificationRuleProps- See Also:
-
getCreatedBy
Description copied from interface:CfnNotificationRulePropsThe name or email alias of the person who created the notification rule.- Specified by:
getCreatedByin interfaceCfnNotificationRuleProps- See Also:
-
getEventTypeId
Description copied from interface:CfnNotificationRulePropsThe event type associated with this notification rule.For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide .
- Specified by:
getEventTypeIdin interfaceCfnNotificationRuleProps- See Also:
-
getStatus
Description copied from interface:CfnNotificationRulePropsThe status of the notification rule.The default value is
ENABLED. If the status is set toDISABLED, notifications aren't sent for the notification rule.- Specified by:
getStatusin interfaceCfnNotificationRuleProps- See Also:
-
getTags
Description copied from interface:CfnNotificationRulePropsA list of tags to apply to this notification rule.Key names cannot start with "
aws".- Specified by:
getTagsin interfaceCfnNotificationRuleProps- See Also:
-
getTargetAddress
Description copied from interface:CfnNotificationRulePropsThe Amazon Resource Name (ARN) of the Amazon topic or client.- Specified by:
getTargetAddressin interfaceCfnNotificationRuleProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-