@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.154Z") @Stability(value=Stable) public abstract class InstanceBase extends Resource implements IInstance
software.amazon.jsii.JsiiObject.InitializationModeIInstance.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
InstanceBase(software.constructs.Construct scope,
String id) |
protected |
InstanceBase(software.constructs.Construct scope,
String id,
ResourceProps props) |
protected |
InstanceBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
InstanceBase(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getInstanceId()
The Id of the instance.
|
abstract IService |
getService()
The Cloudmap service to which the instance is registered.
|
protected String |
uniqueInstanceId()
Generate a unique instance Id that is safe to pass to CloudMap.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyRemovalPolicy, getEnv, getStackprotected InstanceBase(software.amazon.jsii.JsiiObjectRef objRef)
protected InstanceBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected InstanceBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ResourceProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable)
protected InstanceBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Stable) @NotNull protected String uniqueInstanceId()
@Stability(value=Stable) @NotNull public abstract String getInstanceId()
getInstanceId in interface IInstance@Stability(value=Stable) @NotNull public abstract IService getService()
getService in interface IInstanceCopyright © 2022. All rights reserved.