AWSCognitoIdentityProviderGetLogDeliveryConfigurationRequest
Objective-C
@interface AWSCognitoIdentityProviderGetLogDeliveryConfigurationRequest
Swift
class AWSCognitoIdentityProviderGetLogDeliveryConfigurationRequest
-
The ID of the user pool where you want to view detailed activity logging configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }