Class CfnNotificationRule.TargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codestarnotifications.CfnNotificationRule.TargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationRule.TargetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationRule.TargetProperty
@Stability(Stable)
@Internal
public static final class CfnNotificationRule.TargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotificationRule.TargetProperty
An implementation for
CfnNotificationRule.TargetProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codestarnotifications.CfnNotificationRule.TargetProperty
CfnNotificationRule.TargetProperty.Builder, CfnNotificationRule.TargetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNotificationRule.TargetProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnNotificationRule.TargetProperty.Builder
.
-
-
Method Details
-
getTargetAddress
Description copied from interface:CfnNotificationRule.TargetProperty
The Amazon Resource Name (ARN) of the AWS Chatbot topic or AWS Chatbot client.- Specified by:
getTargetAddress
in interfaceCfnNotificationRule.TargetProperty
- See Also:
-
getTargetType
Description copied from interface:CfnNotificationRule.TargetProperty
The target type. Can be an Amazon Simple Notification Service topic or AWS Chatbot client.- Amazon Simple Notification Service topics are specified as
SNS
. - AWS Chatbot clients are specified as
AWSChatbotSlack
. - AWS Chatbot clients for Microsoft Teams are specified as
AWSChatbotMicrosoftTeams
.
- Specified by:
getTargetType
in interfaceCfnNotificationRule.TargetProperty
- See Also:
- Amazon Simple Notification Service topics are specified as
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-