Uses of Interface
software.amazon.awscdk.services.logs.ILogStream
Packages that use ILogStream
Package
Description
Amazon EC2 Construct Library
Amazon CloudWatch Logs Construct Library
-
Uses of ILogStream in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return ILogStreamModifier and TypeMethodDescriptiondefault ILogStreamClientVpnEndpointOptions.getLogStream()A CloudWatch Logs log stream for connection logging.final ILogStreamClientVpnEndpointOptions.Jsii$Proxy.getLogStream()final ILogStreamClientVpnEndpointProps.Jsii$Proxy.getLogStream()Methods in software.amazon.awscdk.services.ec2 with parameters of type ILogStreamModifier and TypeMethodDescriptionClientVpnEndpoint.Builder.logStream(ILogStream logStream) A CloudWatch Logs log stream for connection logging.ClientVpnEndpointOptions.Builder.logStream(ILogStream logStream) Sets the value ofClientVpnEndpointOptions.getLogStream()ClientVpnEndpointProps.Builder.logStream(ILogStream logStream) Sets the value ofClientVpnEndpointOptions.getLogStream() -
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.fromLogStreamName(software.constructs.Construct scope, String id, String logStreamName) Import an existing LogGroup.