Class CfnLogDeliveryConfiguration.LogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnLogDeliveryConfiguration.LogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLogDeliveryConfiguration.LogConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLogDeliveryConfiguration.LogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLogDeliveryConfiguration.LogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLogDeliveryConfiguration.LogConfigurationProperty
An implementation for
CfnLogDeliveryConfiguration.LogConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnLogDeliveryConfiguration.LogConfigurationProperty
CfnLogDeliveryConfiguration.LogConfigurationProperty.Builder, CfnLogDeliveryConfiguration.LogConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLogDeliveryConfiguration.LogConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The CloudWatch logging destination of a user pool detailed activity logging configuration.final String
The source of events that your user pool sends for detailed activity logging.final String
Theerrorlevel
selection of logs that a user pool sends for detailed activity logging.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLogDeliveryConfiguration.LogConfigurationProperty.Builder
.
-
-
Method Details
-
getCloudWatchLogsConfiguration
Description copied from interface:CfnLogDeliveryConfiguration.LogConfigurationProperty
The CloudWatch logging destination of a user pool detailed activity logging configuration.- Specified by:
getCloudWatchLogsConfiguration
in interfaceCfnLogDeliveryConfiguration.LogConfigurationProperty
- See Also:
-
getEventSource
Description copied from interface:CfnLogDeliveryConfiguration.LogConfigurationProperty
The source of events that your user pool sends for detailed activity logging.- Specified by:
getEventSource
in interfaceCfnLogDeliveryConfiguration.LogConfigurationProperty
- See Also:
-
getLogLevel
Description copied from interface:CfnLogDeliveryConfiguration.LogConfigurationProperty
Theerrorlevel
selection of logs that a user pool sends for detailed activity logging.- Specified by:
getLogLevel
in interfaceCfnLogDeliveryConfiguration.LogConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-