| 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()
(experimental) 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() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.logStream(ILogStream logStream)
(experimental) A CloudWatch Logs log stream for connection logging.
|
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.logStream(ILogStream logStream)
Sets the value of
ClientVpnEndpointOptions.getLogStream() |
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
String cidr,
String serverCertificateArn,
Boolean authorizeAllUsersToVpcCidr,
String clientCertificateArn,
IClientVpnConnectionHandler clientConnectionHandler,
String description,
List<String> dnsServers,
Boolean logging,
ILogGroup logGroup,
ILogStream logStream,
VpnPort port,
List<? extends ISecurityGroup> securityGroups,
Boolean selfServicePortal,
Boolean splitTunnel,
TransportProtocol transportProtocol,
ClientVpnUserBasedAuthentication userBasedAuthentication,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClientVpnEndpointProps.Builder. |
Jsii$Proxy(String cidr,
String serverCertificateArn,
Boolean authorizeAllUsersToVpcCidr,
String clientCertificateArn,
IClientVpnConnectionHandler clientConnectionHandler,
String description,
List<String> dnsServers,
Boolean logging,
ILogGroup logGroup,
ILogStream logStream,
VpnPort port,
List<? extends ISecurityGroup> securityGroups,
Boolean selfServicePortal,
Boolean splitTunnel,
TransportProtocol transportProtocol,
ClientVpnUserBasedAuthentication userBasedAuthentication,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClientVpnEndpointOptions.Builder. |
| 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
(experimental) 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)
(experimental) Import an existing LogGroup.
|
Copyright © 2021. All rights reserved.