Interface CfnPoolPropsMixin.MandatoryKeywordsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPoolPropsMixin.MandatoryKeywordsProperty.Jsii$Proxy
- Enclosing class:
CfnPoolPropsMixin
@Stability(Stable)
public static interface CfnPoolPropsMixin.MandatoryKeywordsProperty
extends software.amazon.jsii.JsiiSerializable
The manadatory keywords,
HELP and STOP to add to the pool.
For more information, see Keywords in the End User Messaging User Guide.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.smsvoice.*;
MandatoryKeywordsProperty mandatoryKeywordsProperty = MandatoryKeywordsProperty.builder()
.help(MandatoryKeywordProperty.builder()
.message("message")
.build())
.stop(MandatoryKeywordProperty.builder()
.message("message")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPoolPropsMixin.MandatoryKeywordsPropertystatic final classAn implementation forCfnPoolPropsMixin.MandatoryKeywordsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHelp
Specifies the pool'sHELPkeyword.For more information, see Opt out list required keywords in the End User Messaging User Guide.
Returns union: either
IResolvableorCfnPoolPropsMixin.MandatoryKeywordProperty- See Also:
-
getStop
Specifies the pool's opt-out keyword.For more information, see Required opt-out keywords in the End User Messaging User Guide.
Returns union: either
IResolvableorCfnPoolPropsMixin.MandatoryKeywordProperty- See Also:
-
builder
-