Class IInstance.Jsii$Proxy
- All Implemented Interfaces:
 IConstruct,IConstruct.Jsii$Default,IDependable,IDependable.Jsii$Default,IResource,IResource.Jsii$Default,IConnectable,IConnectable.Jsii$Default,IInstance,IInstance.Jsii$Default,IGrantable,IGrantable.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default
- Enclosing interface:
 - IInstance
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default, IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default, IGrantable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IInstance
IInstance.Jsii$Default, IInstance.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidapplyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.final ConnectionsThe network connections associated with this resource.final ResourceEnvironmentgetEnv()The environment this resource belongs to.final IPrincipalThe principal to grant permissions to.final StringThe availability zone the instance was launched in.final StringThe instance's ID.final StringPrivate DNS name for this instance.final StringPrivate IP for this instance.final StringPublicly-routable DNS name for this instance.final StringPublicly-routable IP address for this instance.final ConstructNodegetNode()The construct tree node for this construct.final StackgetStack()The stack in which this resource is defined.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)  
 - 
 - 
Method Details
- 
getNode
The construct tree node for this construct.- Specified by:
 getNodein interfaceIConstruct- Specified by:
 getNodein interfaceIConstruct.Jsii$Default- Specified by:
 getNodein interfaceIInstance.Jsii$Default- Specified by:
 getNodein interfaceIResource.Jsii$Default
 - 
getEnv
The environment this resource belongs to.For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Specified by:
 getEnvin interfaceIInstance.Jsii$Default- Specified by:
 getEnvin interfaceIResource- Specified by:
 getEnvin interfaceIResource.Jsii$Default
 - 
getStack
The stack in which this resource is defined.- Specified by:
 getStackin interfaceIInstance.Jsii$Default- Specified by:
 getStackin interfaceIResource- Specified by:
 getStackin interfaceIResource.Jsii$Default
 - 
getConnections
The network connections associated with this resource.- Specified by:
 getConnectionsin interfaceIConnectable- Specified by:
 getConnectionsin interfaceIConnectable.Jsii$Default- Specified by:
 getConnectionsin interfaceIInstance.Jsii$Default
 - 
getGrantPrincipal
The principal to grant permissions to.- Specified by:
 getGrantPrincipalin interfaceIGrantable- Specified by:
 getGrantPrincipalin interfaceIGrantable.Jsii$Default- Specified by:
 getGrantPrincipalin interfaceIInstance.Jsii$Default
 - 
getInstanceAvailabilityZone
The availability zone the instance was launched in.- Specified by:
 getInstanceAvailabilityZonein interfaceIInstance- Specified by:
 getInstanceAvailabilityZonein interfaceIInstance.Jsii$Default
 - 
getInstanceId
The instance's ID.- Specified by:
 getInstanceIdin interfaceIInstance- Specified by:
 getInstanceIdin interfaceIInstance.Jsii$Default
 - 
getInstancePrivateDnsName
Private DNS name for this instance.- Specified by:
 getInstancePrivateDnsNamein interfaceIInstance- Specified by:
 getInstancePrivateDnsNamein interfaceIInstance.Jsii$Default
 - 
getInstancePrivateIp
Private IP for this instance.- Specified by:
 getInstancePrivateIpin interfaceIInstance- Specified by:
 getInstancePrivateIpin interfaceIInstance.Jsii$Default
 - 
getInstancePublicDnsName
Publicly-routable DNS name for this instance.(May be an empty string if the instance does not have a public name).
- Specified by:
 getInstancePublicDnsNamein interfaceIInstance- Specified by:
 getInstancePublicDnsNamein interfaceIInstance.Jsii$Default
 - 
getInstancePublicIp
Publicly-routable IP address for this instance.(May be an empty string if the instance does not have a public IP).
- Specified by:
 getInstancePublicIpin interfaceIInstance- Specified by:
 getInstancePublicIpin interfaceIInstance.Jsii$Default
 - 
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN).- Specified by:
 applyRemovalPolicyin interfaceIInstance.Jsii$Default- Specified by:
 applyRemovalPolicyin interfaceIResource- Specified by:
 applyRemovalPolicyin interfaceIResource.Jsii$Default- Parameters:
 policy- This parameter is required.
 
 -