Class CfnContactChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmcontacts.CfnContactChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContactChannelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContactChannelProps
@Stability(Stable)
@Internal
public static final class CfnContactChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContactChannelProps
An implementation for
CfnContactChannelProps
-
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.ssmcontacts.CfnContactChannelProps
CfnContactChannelProps.Builder, CfnContactChannelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnContactChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContactChannelProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The details that Incident Manager uses when trying to engage the contact channel.final String
The name of the contact channel.final String
The type of the contact channel.final String
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.final Object
If you want to activate the channel at a later time, you can choose to defer activation.final int
hashCode()
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 theCfnContactChannelProps.Builder
.
-
-
Method Details
-
getChannelAddress
Description copied from interface:CfnContactChannelProps
The details that Incident Manager uses when trying to engage the contact channel.- Specified by:
getChannelAddress
in interfaceCfnContactChannelProps
- See Also:
-
getChannelName
Description copied from interface:CfnContactChannelProps
The name of the contact channel.- Specified by:
getChannelName
in interfaceCfnContactChannelProps
- See Also:
-
getChannelType
Description copied from interface:CfnContactChannelProps
The type of the contact channel. Incident Manager supports three contact methods:.- SMS
- VOICE
- Specified by:
getChannelType
in interfaceCfnContactChannelProps
- See Also:
-
getContactId
Description copied from interface:CfnContactChannelProps
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.- Specified by:
getContactId
in interfaceCfnContactChannelProps
- See Also:
-
getDeferActivation
Description copied from interface:CfnContactChannelProps
If 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.
- Specified by:
getDeferActivation
in interfaceCfnContactChannelProps
- See Also:
-
$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()
-