AWSCognitoIdentityProviderSetLogDeliveryConfigurationResponse
Objective-C
@interface AWSCognitoIdentityProviderSetLogDeliveryConfigurationResponse
Swift
class AWSCognitoIdentityProviderSetLogDeliveryConfigurationResponse
-
The detailed activity logging configuration that you applied to the requested user pool.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderLogDeliveryConfigurationType *_Nullable logDeliveryConfiguration;
Swift
var logDeliveryConfiguration: AWSCognitoIdentityProviderLogDeliveryConfigurationType? { get set }