Class CfnPhoneNumberProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPhoneNumberProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPhoneNumberProps
CfnPhoneNumberProps-
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.smsvoice.CfnPhoneNumberProps
CfnPhoneNumberProps.Builder, CfnPhoneNumberProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPhoneNumberProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPhoneNumberProps.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 ObjectBy default this is set to false.final StringThe two-character code, in ISO 3166-1 alpha-2 format, for the country or region.final ObjectCreates or updates aMandatoryKeywordconfiguration on an origination phone number For more information, see Keywords in the End User Messaging User Guide.Indicates if the phone number will be used for text messages, voice messages, or both.final StringThe type of phone number to request.final ObjectA keyword is a word that you can search for on a particular phone number or pool.final StringThe name of the OptOutList associated with the phone number.final ObjectWhen set to false and an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, End User Messaging automatically replies with a customizable message and adds the end recipient to the OptOutList.getTags()An array of tags (key and value pairs) to associate with the requested phone number.final ObjectDescribes the two-way SMS configuration for a phone number.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 theCfnPhoneNumberProps.Builder.
-
-
Method Details
-
getIsoCountryCode
Description copied from interface:CfnPhoneNumberPropsThe two-character code, in ISO 3166-1 alpha-2 format, for the country or region.- Specified by:
getIsoCountryCodein interfaceCfnPhoneNumberProps- See Also:
-
getMandatoryKeywords
Description copied from interface:CfnPhoneNumberPropsCreates or updates aMandatoryKeywordconfiguration on an origination phone number For more information, see Keywords in the End User Messaging User Guide.Returns union: either
IResolvableorCfnPhoneNumber.MandatoryKeywordsProperty- Specified by:
getMandatoryKeywordsin interfaceCfnPhoneNumberProps- See Also:
-
getNumberCapabilities
Description copied from interface:CfnPhoneNumberPropsIndicates if the phone number will be used for text messages, voice messages, or both.- Specified by:
getNumberCapabilitiesin interfaceCfnPhoneNumberProps- See Also:
-
getNumberType
Description copied from interface:CfnPhoneNumberPropsThe type of phone number to request.The
ShortCodenumber type is not supported in AWS CloudFormation .- Specified by:
getNumberTypein interfaceCfnPhoneNumberProps- See Also:
-
getDeletionProtectionEnabled
Description copied from interface:CfnPhoneNumberPropsBy default this is set to false.When set to true the phone number can't be deleted.
Returns union: either
BooleanorIResolvable- Specified by:
getDeletionProtectionEnabledin interfaceCfnPhoneNumberProps- See Also:
-
getOptionalKeywords
Description copied from interface:CfnPhoneNumberPropsA keyword is a word that you can search for on a particular phone number or pool.It is also a specific word or phrase that an end user can send to your number to elicit a response, such as an informational message or a special offer. When your number receives a message that begins with a keyword, End User Messaging responds with a customizable message. Optional keywords are differentiated from mandatory keywords. For more information, see Keywords in the End User Messaging User Guide.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPhoneNumber.OptionalKeywordProperty>- Specified by:
getOptionalKeywordsin interfaceCfnPhoneNumberProps- See Also:
-
getOptOutListName
Description copied from interface:CfnPhoneNumberPropsThe name of the OptOutList associated with the phone number.- Specified by:
getOptOutListNamein interfaceCfnPhoneNumberProps- See Also:
-
getSelfManagedOptOutsEnabled
Description copied from interface:CfnPhoneNumberPropsWhen set to false and an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, End User Messaging automatically replies with a customizable message and adds the end recipient to the OptOutList.When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out request. For more information see Self-managed opt-outs
Returns union: either
BooleanorIResolvable- Specified by:
getSelfManagedOptOutsEnabledin interfaceCfnPhoneNumberProps- See Also:
-
getTags
Description copied from interface:CfnPhoneNumberPropsAn array of tags (key and value pairs) to associate with the requested phone number.- Specified by:
getTagsin interfaceCfnPhoneNumberProps- See Also:
-
getTwoWay
Description copied from interface:CfnPhoneNumberPropsDescribes the two-way SMS configuration for a phone number.For more information, see Two-way SMS messaging in the End User Messaging User Guide.
Returns union: either
IResolvableorCfnPhoneNumber.TwoWayProperty- Specified by:
getTwoWayin interfaceCfnPhoneNumberProps- 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()
-