Class CfnApp.EventSubscriptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resiliencehub.CfnApp.EventSubscriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApp.EventSubscriptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApp.EventSubscriptionProperty
@Stability(Stable)
@Internal
public static final class CfnApp.EventSubscriptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApp.EventSubscriptionProperty
An implementation for
CfnApp.EventSubscriptionProperty-
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.resiliencehub.CfnApp.EventSubscriptionProperty
CfnApp.EventSubscriptionProperty.Builder, CfnApp.EventSubscriptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApp.EventSubscriptionProperty.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 type of event you would like to subscribe and get notification for.final StringgetName()Unique name to identify an event subscription.final StringAmazon Resource Name (ARN) of the Amazon Simple Notification Service topic.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 theCfnApp.EventSubscriptionProperty.Builder.
-
-
Method Details
-
getEventType
Description copied from interface:CfnApp.EventSubscriptionPropertyThe type of event you would like to subscribe and get notification for.Currently, AWS Resilience Hub supports notifications only for Drift detected (
DriftDetected) and Scheduled assessment failure (ScheduledAssessmentFailure) events.- Specified by:
getEventTypein interfaceCfnApp.EventSubscriptionProperty- See Also:
-
getName
Description copied from interface:CfnApp.EventSubscriptionPropertyUnique name to identify an event subscription.- Specified by:
getNamein interfaceCfnApp.EventSubscriptionProperty- See Also:
-
getSnsTopicArn
Description copied from interface:CfnApp.EventSubscriptionPropertyAmazon Resource Name (ARN) of the Amazon Simple Notification Service topic.The format for this ARN is:
arn:partition:sns:region:account:topic-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.- Specified by:
getSnsTopicArnin interfaceCfnApp.EventSubscriptionProperty- 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()
-