Class CfnUserPoolRegionalConfigurationAttachment.SmsConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserPoolRegionalConfigurationAttachment.SmsConfigurationProperty : CfnUserPoolRegionalConfigurationAttachment.ISmsConfigurationProperty
Syntax (vb)
Public Class CfnUserPoolRegionalConfigurationAttachment.SmsConfigurationProperty Implements CfnUserPoolRegionalConfigurationAttachment.ISmsConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var smsConfigurationProperty = new SmsConfigurationProperty {
EumsSms = new EumsSmsConfigurationProperty {
CallerArn = "callerArn",
// the properties below are optional
ConfigurationSetName = "configurationSetName",
ExternalId = "externalId",
InEntityId = "inEntityId",
InTemplateId = "inTemplateId",
OriginationIdentity = "originationIdentity",
Region = "region"
},
ExternalId = "externalId",
SnsCallerArn = "snsCallerArn",
SnsRegion = "snsRegion"
};
Synopsis
Constructors
| SmsConfigurationProperty() |
Properties
| EumsSms | |
| ExternalId | |
| SnsCallerArn | |
| SnsRegion |
Constructors
SmsConfigurationProperty()
public SmsConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var smsConfigurationProperty = new SmsConfigurationProperty {
EumsSms = new EumsSmsConfigurationProperty {
CallerArn = "callerArn",
// the properties below are optional
ConfigurationSetName = "configurationSetName",
ExternalId = "externalId",
InEntityId = "inEntityId",
InTemplateId = "inTemplateId",
OriginationIdentity = "originationIdentity",
Region = "region"
},
ExternalId = "externalId",
SnsCallerArn = "snsCallerArn",
SnsRegion = "snsRegion"
};
Properties
EumsSms
public object? EumsSms { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnUserPoolRegionalConfigurationAttachment.IEumsSmsConfigurationProperty
ExternalId
public string? ExternalId { get; set; }
Property Value
Remarks
SnsCallerArn
public string? SnsCallerArn { get; set; }
Property Value
Remarks
SnsRegion
public string? SnsRegion { get; set; }