Class ILogGroup.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.logs.ILogGroup.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,ILogGroupRef,ILogGroupRef.Jsii$Default,IResource,IResource.Jsii$Default,IResourceWithPolicy,IResourceWithPolicy.Jsii$Default,IResourceWithPolicyV2,IResourceWithPolicyV2.Jsii$Default,ILogGroup,ILogGroup.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
ILogGroup
@Internal
public static final class ILogGroup.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ILogGroup.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.logs.ILogGroup
ILogGroup.Jsii$Default, ILogGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.logs.ILogGroupRef
ILogGroupRef.Jsii$Default, ILogGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IResourceWithPolicy
IResourceWithPolicy.Jsii$Default, IResourceWithPolicy.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IResourceWithPolicyV2
IResourceWithPolicyV2.Jsii$Default, IResourceWithPolicyV2.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LogStreamCreate a new Log Stream for this Log Group.final MetricReturn the given named metric for this Log Group.final MetricThe volume of log events in uncompressed bytes uploaded to CloudWatch Logs.final MetricThe number of log events uploaded to CloudWatch Logs.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.logs.ILogGroup.Jsii$Default
addMetricFilter, addStream, addSubscriptionFilter, addTransformer, extractMetric, getLogGroupArn, getLogGroupName, grant, grantRead, grantWrite, logGroupPhysicalName, metric, metricIncomingBytes, metricIncomingLogEventsMethods inherited from interface software.amazon.awscdk.interfaces.logs.ILogGroupRef.Jsii$Default
getLogGroupRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.iam.IResourceWithPolicyV2.Jsii$Default
addToResourcePolicyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
addStream
Create a new Log Stream for this Log Group.- Specified by:
addStreamin interfaceILogGroup- Specified by:
addStreamin interfaceILogGroup.Jsii$Default- Parameters:
id- Unique identifier for the construct in its parent. This parameter is required.
-
metric
Return the given named metric for this Log Group.- Specified by:
metricin interfaceILogGroup- Specified by:
metricin interfaceILogGroup.Jsii$Default- Parameters:
metricName- The name of the metric. This parameter is required.
-
metricIncomingBytes
The volume of log events in uncompressed bytes uploaded to CloudWatch Logs.When used with the LogGroupName dimension, this is the volume of log events in uncompressed bytes uploaded to the log group.
- Specified by:
metricIncomingBytesin interfaceILogGroup- Specified by:
metricIncomingBytesin interfaceILogGroup.Jsii$Default
-
metricIncomingLogEvents
The number of log events uploaded to CloudWatch Logs.When used with the LogGroupName dimension, this is the number of log events uploaded to the log group.
- Specified by:
metricIncomingLogEventsin interfaceILogGroup- Specified by:
metricIncomingLogEventsin interfaceILogGroup.Jsii$Default
-