@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.068Z") @Stability(value=Experimental) 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()
(experimental) The availability zone the instance was launched in.
|
String |
getInstanceId()
(experimental) The instance's ID.
|
String |
getInstancePrivateDnsName()
(experimental) Private DNS name for this instance.
|
String |
getInstancePrivateIp()
(experimental) Private IP for this instance.
|
String |
getInstancePublicDnsName()
(experimental) Publicly-routable DNS name for this instance.
|
String |
getInstancePublicIp()
(experimental) Publicly-routable IP address for this instance.
|
getConnectionsgetGrantPrincipal@Stability(value=Experimental) @NotNull String getInstanceAvailabilityZone()
@Stability(value=Experimental) @NotNull String getInstanceId()
@Stability(value=Experimental) @NotNull String getInstancePrivateDnsName()
@Stability(value=Experimental) @NotNull String getInstancePrivateIp()
@Stability(value=Experimental) @NotNull String getInstancePublicDnsName()
(May be an empty string if the instance does not have a public name).
@Stability(value=Experimental) @NotNull String getInstancePublicIp()
(May be an empty string if the instance does not have a public IP).
Copyright © 2021. All rights reserved.