Interface CfnUserPoolPropsMixin.EumsSmsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolPropsMixin.EumsSmsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolPropsMixin
@Stability(Stable)
public static interface CfnUserPoolPropsMixin.EumsSmsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.cognito.*;
EumsSmsConfigurationProperty eumsSmsConfigurationProperty = EumsSmsConfigurationProperty.builder()
.callerArn("callerArn")
.configurationSetName("configurationSetName")
.externalId("externalId")
.inEntityId("inEntityId")
.inTemplateId("inTemplateId")
.originationIdentity("originationIdentity")
.region("region")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPoolPropsMixin.EumsSmsConfigurationPropertystatic final classAn implementation forCfnUserPoolPropsMixin.EumsSmsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCallerArn
- See Also:
-
getConfigurationSetName
- See Also:
-
getExternalId
- See Also:
-
getInEntityId
- See Also:
-
getInTemplateId
- See Also:
-
getOriginationIdentity
- See Also:
-
getRegion
- See Also:
-
builder
-