Uses of Interface
software.amazon.awscdk.interfaces.logs.ILogGroupRef
Packages that use ILogGroupRef
Package
Description
Amazon CloudWatch Logs Construct Library
-
Uses of ILogGroupRef in software.amazon.awscdk.interfaces.logs
Subinterfaces of ILogGroupRef in software.amazon.awscdk.interfaces.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILogGroupRef.Classes in software.amazon.awscdk.interfaces.logs that implement ILogGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ILogGroupRef in software.amazon.awscdk.services.logs
Classes in software.amazon.awscdk.services.logs that implement ILogGroupRefModifier and TypeClassDescriptionclassTheAWS::Logs::LogGroupresource specifies a log group.Methods in software.amazon.awscdk.services.logs that return ILogGroupRefModifier and TypeMethodDescriptionstatic ILogGroupRefCfnLogGroup.fromLogGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new ILogGroupRef from an ARN.static ILogGroupRefCfnLogGroup.fromLogGroupName(software.constructs.Construct scope, String id, String logGroupName) Creates a new ILogGroupRef from a logGroupName.