interface SmsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnUserPoolRegionalConfigurationAttachmentPropsMixin.SmsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnUserPoolRegionalConfigurationAttachmentPropsMixin_SmsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolRegionalConfigurationAttachmentPropsMixin.SmsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolRegionalConfigurationAttachmentPropsMixin.SmsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnUserPoolRegionalConfigurationAttachmentPropsMixin » SmsConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from '@aws-cdk/cfn-property-mixins';
const smsConfigurationProperty: cognito.CfnUserPoolRegionalConfigurationAttachmentPropsMixin.SmsConfigurationProperty = {
eumsSms: {
callerArn: 'callerArn',
configurationSetName: 'configurationSetName',
externalId: 'externalId',
inEntityId: 'inEntityId',
inTemplateId: 'inTemplateId',
originationIdentity: 'originationIdentity',
region: 'region',
},
externalId: 'externalId',
snsCallerArn: 'snsCallerArn',
snsRegion: 'snsRegion',
};
Properties
| Name | Type | Description |
|---|---|---|
| eums | IResolvable | Eums | |
| external | string | |
| sns | string | |
| sns | string |
eumsSms?
Type:
IResolvable | Eums
(optional)
externalId?
Type:
string
(optional)
snsCallerArn?
Type:
string
(optional)
snsRegion?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript