@Generated(value="jsii-pacmak/1.43.0 (build b69a797)", date="2021-11-09T00:21:33.862Z") @Stability(value=Stable) public abstract class Resource extends software.constructs.Construct implements IResource
Represents a single resource.
software.constructs.Construct.Buildersoftware.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
Resource(software.constructs.Construct scope,
String id)
Creates a new construct node.
|
protected |
Resource(software.constructs.Construct scope,
String id,
software.constructs.ConstructOptions options)
Creates a new construct node.
|
protected |
Resource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Resource(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.cdk8s.ApiObject |
getApiObject()
The underlying cdk8s API object.
|
org.cdk8s.ApiObjectMetadataDefinition |
getMetadata() |
String |
getName()
The name of this API object.
|
onPrepare, onSynthesize, onValidate, toStringjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Resource(software.amazon.jsii.JsiiObjectRef objRef)
protected Resource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected Resource(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
software.constructs.ConstructOptions options)
scope - The scope in which to define this construct. This parameter is required.id - The scoped construct ID. This parameter is required.options - Options.@Stability(value=Stable)
protected Resource(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - The scope in which to define this construct. This parameter is required.id - The scoped construct ID. This parameter is required.Copyright © 2021. All rights reserved.