Uses of Interface
software.amazon.awscdk.services.logs.ILogStream
Packages that use ILogStream
-
Uses of ILogStream in software.amazon.awscdk.services.logs
Subinterfaces of ILogStream in software.amazon.awscdk.services.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILogStream.Classes in software.amazon.awscdk.services.logs that implement ILogStreamModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefine a Log Stream in a Log Group.Methods in software.amazon.awscdk.services.logs that return ILogStreamModifier and TypeMethodDescriptionstatic ILogStreamLogStream.fromLogStreamAttributes(software.constructs.Construct scope, String id, LogStreamAttributes attrs) Import an existing LogStream using its attributes.static ILogStreamLogStream.fromLogStreamName(software.constructs.Construct scope, String id, String logStreamName) Import an existing LogStream.