Class CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty
An implementation for
CfnCapacityProviderPropsMixin.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.cfnpropertymixins.services.lambda.CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty
CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Builder, CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapacityProviderPropsMixin.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
protected Jsii$Proxy(CfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty.Builder.
-
-
Method Details
-
getLogGroup
Description copied from interface:CfnCapacityProviderPropsMixin.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 interfaceCfnCapacityProviderPropsMixin.CapacityProviderLoggingConfigProperty- See Also:
-
getSystemLogLevel
Description copied from interface:CfnCapacityProviderPropsMixin.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 interfaceCfnCapacityProviderPropsMixin.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()
-