@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:06.494Z") @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.
|
applyRemovalPolicy, getEnv, getStackgetNodegetConnectionsgetGrantPrincipal@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 © 2022. All rights reserved.