Show / Hide Table of Contents

Class UserPoolSmsConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolSmsConfigurationGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolSmsConfigurationGetArgs : ResourceArgs

Constructors

View Source

UserPoolSmsConfigurationGetArgs()

Declaration
public UserPoolSmsConfigurationGetArgs()

Properties

View Source

ExternalId

The external ID used in IAM role trust relationships. For more information about using external IDs, see How to Use an External ID When Granting Access to Your AWS Resources to a Third Party.

Declaration
public Input<string> ExternalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SnsCallerArn

The ARN of the Amazon SNS caller. This is usually the IAM role that you've given Cognito permission to assume.

Declaration
public Input<string> SnsCallerArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.