Class CfnNotificationRuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationRuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationRuleMixinProps
CfnNotificationRuleMixinProps-
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.cfnpropertymixins.services.codestarnotifications.CfnNotificationRuleMixinProps
CfnNotificationRuleMixinProps.Builder, CfnNotificationRuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationRuleMixinProps.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 theCfnNotificationRuleMixinProps.Builder.
-
-
Method Details
-
getCreatedBy
Description copied from interface:CfnNotificationRuleMixinPropsThe name or email alias of the person who created the notification rule.- Specified by:
getCreatedByin interfaceCfnNotificationRuleMixinProps- See Also:
-
getDetailType
Description copied from interface:CfnNotificationRuleMixinPropsThe 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 interfaceCfnNotificationRuleMixinProps- See Also:
-
getEventTypeId
Description copied from interface:CfnNotificationRuleMixinPropsThe 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 interfaceCfnNotificationRuleMixinProps- See Also:
-
getEventTypeIds
Description copied from interface:CfnNotificationRuleMixinPropsA 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 interfaceCfnNotificationRuleMixinProps- See Also:
-
getName
Description copied from interface:CfnNotificationRuleMixinPropsThe name for the notification rule.Notification rule names must be unique in your AWS account .
- Specified by:
getNamein interfaceCfnNotificationRuleMixinProps- See Also:
-
getResource
Description copied from interface:CfnNotificationRuleMixinPropsThe 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 interfaceCfnNotificationRuleMixinProps- See Also:
-
getStatus
Description copied from interface:CfnNotificationRuleMixinPropsThe 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 interfaceCfnNotificationRuleMixinProps- See Also:
-
getTags
Description copied from interface:CfnNotificationRuleMixinPropsA list of tags to apply to this notification rule.Key names cannot start with "
aws".- Specified by:
getTagsin interfaceCfnNotificationRuleMixinProps- See Also:
-
getTargetAddress
Description copied from interface:CfnNotificationRuleMixinPropsThe Amazon Resource Name (ARN) of the Amazon topic or client.- Specified by:
getTargetAddressin interfaceCfnNotificationRuleMixinProps- See Also:
-
getTargets
Description copied from interface:CfnNotificationRuleMixinPropsA list of Amazon Resource Names (ARNs) of Amazon topics and clients to associate with the notification rule.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnNotificationRulePropsMixin.TargetProperty>- Specified by:
getTargetsin interfaceCfnNotificationRuleMixinProps- 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()
-