Class UserPoolAdminCreateUserConfig
Inheritance
System.Object
UserPoolAdminCreateUserConfig
Inherited Members
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolAdminCreateUserConfig
Fields
View SourceAllowAdminCreateUserOnly
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 readonly bool? AllowAdminCreateUserOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
InviteMessageTemplate
The invite message template structure.
Declaration
public readonly UserPoolAdminCreateUserConfigInviteMessageTemplate InviteMessageTemplate
Field Value
| Type | Description |
|---|---|
| UserPoolAdminCreateUserConfigInviteMessageTemplate |
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 readonly int? UnusedAccountValidityDays
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |