@Stability(value=Stable) public static final class CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClientVpnEndpoint.ConnectionLogOptionsProperty>
CfnClientVpnEndpoint.ConnectionLogOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty |
build()
Builds the configured instance.
|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
cloudwatchLogGroup(String cloudwatchLogGroup)
|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
cloudwatchLogStream(String cloudwatchLogStream)
|
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled() |
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled() |
@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder enabled(Boolean enabled)
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled()enabled - Indicates whether connection logging is enabled. This parameter is required.this@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder enabled(IResolvable enabled)
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.getEnabled()enabled - Indicates whether connection logging is enabled. This parameter is required.this@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder cloudwatchLogGroup(String cloudwatchLogGroup)
cloudwatchLogGroup - The name of the CloudWatch Logs log group.
Required if connection logging is enabled.this@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder cloudwatchLogStream(String cloudwatchLogStream)
cloudwatchLogStream - The name of the CloudWatch Logs log stream to which the connection data is published.this@Stability(value=Stable) public CfnClientVpnEndpoint.ConnectionLogOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnClientVpnEndpoint.ConnectionLogOptionsProperty>CfnClientVpnEndpoint.ConnectionLogOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.