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
- Struct
- Aws::CognitoIdentityProvider::Types::UserPoolAddOnsType
- 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
-
#advanced_security_mode ⇒ String
The advanced security mode.
Instance Attribute Details
#advanced_security_mode ⇒ String
The advanced security mode.
Possible values:
- OFF
- AUDIT
- ENFORCED