@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.108Z") @Stability(value=Stable) 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.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)
Associate Tag Options.
|
static IProduct |
fromProductArn(software.constructs.Construct scope,
String id,
String productArn)
Creates a Product construct that represents an external product.
|
abstract String |
getProductArn()
The ARN of the product.
|
abstract String |
getProductId()
The id of the product.
|
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 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=Stable) @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=Stable)
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=Stable) @NotNull public abstract String getProductArn()
getProductArn in interface IProduct@Stability(value=Stable) @NotNull public abstract String getProductId()
getProductId in interface IProductCopyright © 2022. All rights reserved.