Class CfnContactChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnContactChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContactChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContactChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnContactChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactChannelMixinProps
An implementation for
CfnContactChannelMixinProps-
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.ssmcontacts.CfnContactChannelMixinProps
CfnContactChannelMixinProps.Builder, CfnContactChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContactChannelMixinProps.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 details that Incident Manager uses when trying to engage the contact channel.final StringThe name of the contact channel.final StringThe type of the contact channel.final StringThe Amazon Resource Name (ARN) of the contact you are adding the contact channel to.final ObjectIf you want to activate the channel at a later time, you can choose to defer activation.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 theCfnContactChannelMixinProps.Builder.
-
-
Method Details
-
getChannelAddress
Description copied from interface:CfnContactChannelMixinPropsThe details that Incident Manager uses when trying to engage the contact channel.- Specified by:
getChannelAddressin interfaceCfnContactChannelMixinProps- See Also:
-
getChannelName
Description copied from interface:CfnContactChannelMixinPropsThe name of the contact channel.- Specified by:
getChannelNamein interfaceCfnContactChannelMixinProps- See Also:
-
getChannelType
Description copied from interface:CfnContactChannelMixinPropsThe type of the contact channel. Incident Manager supports three contact methods:.- SMS
- VOICE
- Specified by:
getChannelTypein interfaceCfnContactChannelMixinProps- See Also:
-
getContactId
Description copied from interface:CfnContactChannelMixinPropsThe Amazon Resource Name (ARN) of the contact you are adding the contact channel to.- Specified by:
getContactIdin interfaceCfnContactChannelMixinProps- See Also:
-
getDeferActivation
Description copied from interface:CfnContactChannelMixinPropsIf you want to activate the channel at a later time, you can choose to defer activation.Incident Manager can't engage your contact channel until it has been activated.
Returns union: either
BooleanorIResolvable- Specified by:
getDeferActivationin interfaceCfnContactChannelMixinProps- 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()
-