interface EumsSmsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnUserPoolPropsMixin.EumsSmsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnUserPoolPropsMixin_EumsSmsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.EumsSmsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolPropsMixin.EumsSmsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnUserPoolPropsMixin » EumsSmsConfigurationProperty |
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 eumsSmsConfigurationProperty: cognito.CfnUserPoolPropsMixin.EumsSmsConfigurationProperty = {
callerArn: 'callerArn',
configurationSetName: 'configurationSetName',
externalId: 'externalId',
inEntityId: 'inEntityId',
inTemplateId: 'inTemplateId',
originationIdentity: 'originationIdentity',
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| caller | string | |
| configuration | string | |
| external | string | |
| in | string | |
| in | string | |
| origination | string | |
| region? | string |
callerArn?
Type:
string
(optional)
configurationSetName?
Type:
string
(optional)
externalId?
Type:
string
(optional)
inEntityId?
Type:
string
(optional)
inTemplateId?
Type:
string
(optional)
originationIdentity?
Type:
string
(optional)
region?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript