@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-12T14:11:17.050Z") @Stability(value=Experimental) public abstract class Product extends Resource implements IProduct
software.constructs.Construct.Buildersoftware.amazon.jsii.JsiiObject.InitializationModeIProduct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
Product(software.constructs.Construct scope,
String id) |
protected |
Product(software.constructs.Construct scope,
String id,
ResourceProps props) |
protected |
Product(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Product(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IProduct |
fromProductArn(software.constructs.Construct scope,
String id,
String productArn)
(experimental) Creates a Product construct that represents an external product.
|
abstract String |
getProductArn()
(experimental) The ARN of the product.
|
abstract String |
getProductId()
(experimental) The id of the product.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected Product(software.amazon.jsii.JsiiObjectRef objRef)
protected Product(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected Product(@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 Product(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IProduct fromProductArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String productArn)
scope - The parent creating construct (usually `this`). This parameter is required.id - The construct's name. This parameter is required.productArn - Product Arn. This parameter is required.@Stability(value=Experimental) @NotNull public abstract String getProductArn()
getProductArn in interface IProduct@Stability(value=Experimental) @NotNull public abstract String getProductId()
getProductId in interface IProductCopyright © 2021. All rights reserved.