Class CfnTrustAnchorPropsMixin.NotificationSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere.CfnTrustAnchorPropsMixin.NotificationSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrustAnchorPropsMixin.NotificationSettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrustAnchorPropsMixin.NotificationSettingProperty
@Stability(Stable)
@Internal
public static final class CfnTrustAnchorPropsMixin.NotificationSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrustAnchorPropsMixin.NotificationSettingProperty
An implementation for
CfnTrustAnchorPropsMixin.NotificationSettingProperty-
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.rolesanywhere.CfnTrustAnchorPropsMixin.NotificationSettingProperty
CfnTrustAnchorPropsMixin.NotificationSettingProperty.Builder, CfnTrustAnchorPropsMixin.NotificationSettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTrustAnchorPropsMixin.NotificationSettingProperty.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 specified channel of notification.final ObjectIndicates whether the notification setting is enabled.final StringgetEvent()The event to which this notification setting is applied.final NumberThe number of days before a notification event.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 theCfnTrustAnchorPropsMixin.NotificationSettingProperty.Builder.
-
-
Method Details
-
getChannel
Description copied from interface:CfnTrustAnchorPropsMixin.NotificationSettingPropertyThe specified channel of notification.IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.
In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.
- Specified by:
getChannelin interfaceCfnTrustAnchorPropsMixin.NotificationSettingProperty- See Also:
-
getEnabled
Description copied from interface:CfnTrustAnchorPropsMixin.NotificationSettingPropertyIndicates whether the notification setting is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnTrustAnchorPropsMixin.NotificationSettingProperty- See Also:
-
getEvent
Description copied from interface:CfnTrustAnchorPropsMixin.NotificationSettingPropertyThe event to which this notification setting is applied.- Specified by:
getEventin interfaceCfnTrustAnchorPropsMixin.NotificationSettingProperty- See Also:
-
getThreshold
Description copied from interface:CfnTrustAnchorPropsMixin.NotificationSettingPropertyThe number of days before a notification event.This value is required for a notification setting that is enabled.
- Specified by:
getThresholdin interfaceCfnTrustAnchorPropsMixin.NotificationSettingProperty- 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()
-