株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

サインアップの検証 – 属性検証とユーザーアカウントの確認 を無効にする。

terraformだと「auto_verified_attributes」を空にする

resource "aws_cognito_user_pool" "example" {
  name = "user-pool"

  // ユーザー作成時にユーザーのメールアドレスに検証メールを送るかどうか
  // ユーザー作成時には、パスワードリセットAPIを呼び出すため、メールアドレスの検証はしない
  auto_verified_attributes = [ ]

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)