Uses of Interface
software.amazon.awscdk.interfaces.logs.ILogStreamRef
Packages that use ILogStreamRef
Package
Description
Amazon EC2 Construct Library
Amazon CloudWatch Logs Construct Library
-
Uses of ILogStreamRef in software.amazon.awscdk.interfaces.logs
Subinterfaces of ILogStreamRef in software.amazon.awscdk.interfaces.logsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forILogStreamRef.Classes in software.amazon.awscdk.interfaces.logs that implement ILogStreamRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ILogStreamRef in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return ILogStreamRefModifier and TypeMethodDescriptiondefault ILogStreamRefClientVpnEndpointOptions.getLogStream()A CloudWatch Logs log stream for connection logging.final ILogStreamRefClientVpnEndpointOptions.Jsii$Proxy.getLogStream()final ILogStreamRefClientVpnEndpointProps.Jsii$Proxy.getLogStream()Methods in software.amazon.awscdk.services.ec2 with parameters of type ILogStreamRefModifier and TypeMethodDescriptionClientVpnEndpoint.Builder.logStream(ILogStreamRef logStream) A CloudWatch Logs log stream for connection logging.ClientVpnEndpointOptions.Builder.logStream(ILogStreamRef logStream) Sets the value ofClientVpnEndpointOptions.getLogStream()ClientVpnEndpointProps.Builder.logStream(ILogStreamRef logStream) Sets the value ofClientVpnEndpointOptions.getLogStream() -
Uses of ILogStreamRef in software.amazon.awscdk.services.logs
Subinterfaces of ILogStreamRef in software.amazon.awscdk.services.logsModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forILogStream.Classes in software.amazon.awscdk.services.logs that implement ILogStreamRefModifier and TypeClassDescriptionclassTheAWS::Logs::LogStreamresource specifies an Amazon CloudWatch Logs log stream in a specific log group.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a Log Stream in a Log Group.