@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.421Z") @Stability(value=Stable) public interface IInstance extends software.amazon.jsii.JsiiSerializable, IResource, IConnectable, IGrantable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IInstance.Jsii$Default
Internal default implementation for
IInstance. |
static class |
IInstance.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceAvailabilityZone()
The availability zone the instance was launched in.
|
String |
getInstanceId()
The instance's ID.
|
String |
getInstancePrivateDnsName()
Private DNS name for this instance.
|
String |
getInstancePrivateIp()
Private IP for this instance.
|
String |
getInstancePublicDnsName()
Publicly-routable DNS name for this instance.
|
String |
getInstancePublicIp()
Publicly-routable IP address for this instance.
|
applyRemovalPolicy, getEnv, getStackgetConnectionsgetGrantPrincipal@Stability(value=Stable) @NotNull String getInstanceAvailabilityZone()
@Stability(value=Stable) @NotNull String getInstanceId()
@Stability(value=Stable) @NotNull String getInstancePrivateDnsName()
@Stability(value=Stable) @NotNull String getInstancePrivateIp()
@Stability(value=Stable) @NotNull String getInstancePublicDnsName()
(May be an empty string if the instance does not have a public name).
@Stability(value=Stable) @NotNull String getInstancePublicIp()
(May be an empty string if the instance does not have a public IP).
Copyright © 2022. All rights reserved.