You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UserPoolAddOnsType as input to an Aws::Client method, you can use a vanilla Hash:

{
  advanced_security_mode: "OFF", # required, accepts OFF, AUDIT, ENFORCED
}

The user pool add-ons type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_security_modeString

The advanced security mode.

Possible values:

  • OFF
  • AUDIT
  • ENFORCED

Returns:

  • (String)

    The advanced security mode.