Show / Hide Table of Contents

Class UserPoolAdminCreateUserConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolAdminCreateUserConfigGetArgs
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 UserPoolAdminCreateUserConfigGetArgs : ResourceArgs

Constructors

View Source

UserPoolAdminCreateUserConfigGetArgs()

Declaration
public UserPoolAdminCreateUserConfigGetArgs()

Properties

View Source

AllowAdminCreateUserOnly

Set to True if only the administrator is allowed to create user profiles. Set to False if users can sign themselves up via an app.

Declaration
public Input<bool> AllowAdminCreateUserOnly { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

InviteMessageTemplate

The invite message template structure.

Declaration
public Input<UserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs> InviteMessageTemplate { get; set; }
Property Value
Type Description
Input<UserPoolAdminCreateUserConfigInviteMessageTemplateGetArgs>
View Source

UnusedAccountValidityDays

DEPRECATED Use password_policy.temporary_password_validity_days instead - The user account expiration limit, in days, after which the account is no longer usable.

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