@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.292Z") @Stability(value=Experimental) public abstract class Product extends Resource implements IProduct
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.servicecatalog.*; IProduct product = Product.fromProductArn(this, "MyProduct", "productArn");
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 |
|---|---|
void |
associateTagOptions(TagOptions tagOptions)
(experimental) Associate Tag Options.
|
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, waitapplyRemovalPolicy, getEnv, getStackgetNodeprotected 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)
public void associateTagOptions(@NotNull
TagOptions tagOptions)
A TagOption is a key-value pair managed in AWS Service Catalog. It is not an AWS tag, but serves as a template for creating an AWS tag based on the TagOption.
associateTagOptions in interface IProducttagOptions - 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.