Class CfnCapacityProvider.CapacityProviderLoggingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnCapacityProvider.CapacityProviderLoggingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProvider.CapacityProviderLoggingConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProvider.CapacityProviderLoggingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProvider.CapacityProviderLoggingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProvider.CapacityProviderLoggingConfigProperty
An implementation for
CfnCapacityProvider.CapacityProviderLoggingConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnCapacityProvider.CapacityProviderLoggingConfigProperty
CfnCapacityProvider.CapacityProviderLoggingConfigProperty.Builder, CfnCapacityProvider.CapacityProviderLoggingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProvider.CapacityProviderLoggingConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the Amazon CloudWatch log group the capacity provider sends logs to.final StringSet this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.final inthashCode()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 theCfnCapacityProvider.CapacityProviderLoggingConfigProperty.Builder.
-
-
Method Details
-
getLogGroup
Description copied from interface:CfnCapacityProvider.CapacityProviderLoggingConfigPropertyThe name of the Amazon CloudWatch log group the capacity provider sends logs to.By default, Lambda capacity providers send logs to a default log group named
/aws/lambda/capacity-provider/<capacity provider name>. To use a different log group, enter an existing log group or enter a new log group name.- Specified by:
getLogGroupin interfaceCfnCapacityProvider.CapacityProviderLoggingConfigProperty- See Also:
-
getSystemLogLevel
Description copied from interface:CfnCapacityProvider.CapacityProviderLoggingConfigPropertySet this property to filter the system logs for your capacity provider that Lambda sends to CloudWatch.Lambda only sends system logs at the selected level of detail and lower, where
DEBUGis the highest level andWARNis the lowest.- Specified by:
getSystemLogLevelin interfaceCfnCapacityProvider.CapacityProviderLoggingConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-