| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ILogStream |
ClientVpnEndpointProps.Jsii$Proxy.getLogStream() |
default ILogStream |
ClientVpnEndpointOptions.getLogStream()
A CloudWatch Logs log stream for connection logging.
|
ILogStream |
ClientVpnEndpointOptions.Jsii$Proxy.getLogStream() |
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.logStream(ILogStream logStream)
Sets the value of
ClientVpnEndpointOptions.getLogStream() |
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.logStream(ILogStream logStream)
Sets the value of
ClientVpnEndpointOptions.getLogStream() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.logStream(ILogStream logStream)
A CloudWatch Logs log stream for connection logging.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILogStream.Jsii$Default
Internal default implementation for
ILogStream. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILogStream.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LogStream
Define a Log Stream in a Log Group.
|
| Modifier and Type | Method and Description |
|---|---|
static ILogStream |
LogStream.fromLogStreamName(software.constructs.Construct scope,
String id,
String logStreamName)
Import an existing LogGroup.
|
Copyright © 2022. All rights reserved.