Show / Hide Table of Contents

Class CfnUserPoolRegionalConfigurationAttachment.SmsConfigurationProperty

Inheritance
object
CfnUserPoolRegionalConfigurationAttachment.SmsConfigurationProperty
Implements
CfnUserPoolRegionalConfigurationAttachment.ISmsConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-smsconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-smsconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-smsconfiguration.html#cfn-cognito-userpoolregionalconfigurationattachment-smsconfiguration-externalid

SnsCallerArn

public string? SnsCallerArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-smsconfiguration.html#cfn-cognito-userpoolregionalconfigurationattachment-smsconfiguration-snscallerarn

SnsRegion

public string? SnsRegion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-smsconfiguration.html#cfn-cognito-userpoolregionalconfigurationattachment-smsconfiguration-snsregion

Implements

CfnUserPoolRegionalConfigurationAttachment.ISmsConfigurationProperty
Back to top Generated by DocFX