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 {
ExternalId = "externalId",
SnsCallerArn = "snsCallerArn",
SnsRegion = "snsRegion"
};
Synopsis
Constructors
| SmsConfigurationProperty() |
Properties
| 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 {
ExternalId = "externalId",
SnsCallerArn = "snsCallerArn",
SnsRegion = "snsRegion"
};
Properties
ExternalId
public string? ExternalId { get; set; }
Property Value
Remarks
SnsCallerArn
public string? SnsCallerArn { get; set; }
Property Value
Remarks
SnsRegion
public string? SnsRegion { get; set; }