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: