Interface IVpnConnection.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IVpnConnection,IVPNConnectionRef,IVPNConnectionRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IVpnConnection.Jsii$Proxy
- Enclosing interface:
IVpnConnection
@Internal
public static interface IVpnConnection.Jsii$Default
extends IVpnConnection, IResource.Jsii$Default, IVPNConnectionRef.Jsii$Default
Internal default implementation for
IVpnConnection.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IVpnConnection
IVpnConnection.Jsii$Default, IVpnConnection.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ec2.IVPNConnectionRef
IVPNConnectionRef.Jsii$Default, IVPNConnectionRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault NumberThe ASN of the customer gateway.default StringThe id of the customer gateway.default StringThe ip address of the customer gateway.default StringgetVpnId()The id of the VPN connection.default MetricReturn the given named metric for this VPNConnection.default Metricmetric(String metricName, MetricOptions props) Return the given named metric for this VPNConnection.default MetricThe bytes received through the VPN tunnel.default MetricmetricTunnelDataIn(MetricOptions props) The bytes received through the VPN tunnel.default MetricThe bytes sent through the VPN tunnel.default MetricmetricTunnelDataOut(MetricOptions props) The bytes sent through the VPN tunnel.default MetricThe state of the tunnel.default MetricmetricTunnelState(MetricOptions props) The state of the tunnel.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.ec2.IVPNConnectionRef.Jsii$Default
getVpnConnectionRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomerGatewayAsn
The ASN of the customer gateway.- Specified by:
getCustomerGatewayAsnin interfaceIVpnConnection
-
getCustomerGatewayId
The id of the customer gateway.- Specified by:
getCustomerGatewayIdin interfaceIVpnConnection
-
getCustomerGatewayIp
The ip address of the customer gateway.- Specified by:
getCustomerGatewayIpin interfaceIVpnConnection
-
getVpnId
The id of the VPN connection.- Specified by:
getVpnIdin interfaceIVpnConnection
-
metric
@Stability(Stable) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this VPNConnection.- Specified by:
metricin interfaceIVpnConnection- Parameters:
metricName- This parameter is required.props-
-
metric
Return the given named metric for this VPNConnection.- Specified by:
metricin interfaceIVpnConnection- Parameters:
metricName- This parameter is required.
-
metricTunnelDataIn
The bytes received through the VPN tunnel.Sum over 5 minutes
- Specified by:
metricTunnelDataInin interfaceIVpnConnection- Parameters:
props-
-
metricTunnelDataIn
The bytes received through the VPN tunnel.Sum over 5 minutes
- Specified by:
metricTunnelDataInin interfaceIVpnConnection
-
metricTunnelDataOut
The bytes sent through the VPN tunnel.Sum over 5 minutes
- Specified by:
metricTunnelDataOutin interfaceIVpnConnection- Parameters:
props-
-
metricTunnelDataOut
The bytes sent through the VPN tunnel.Sum over 5 minutes
- Specified by:
metricTunnelDataOutin interfaceIVpnConnection
-
metricTunnelState
The state of the tunnel. 0 indicates DOWN and 1 indicates UP.Average over 5 minutes
- Specified by:
metricTunnelStatein interfaceIVpnConnection- Parameters:
props-
-
metricTunnelState
The state of the tunnel. 0 indicates DOWN and 1 indicates UP.Average over 5 minutes
- Specified by:
metricTunnelStatein interfaceIVpnConnection
-