@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.289Z") @Stability(value=Experimental) public interface IProduct extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IProduct.Jsii$Default
Internal default implementation for
IProduct. |
static class |
IProduct.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
associateTagOptions(TagOptions tagOptions)
(experimental) Associate Tag Options.
|
String |
getProductArn()
(experimental) The ARN of the product.
|
String |
getProductId()
(experimental) The id of the product.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Experimental) @NotNull String getProductArn()
@Stability(value=Experimental) @NotNull String getProductId()
@Stability(value=Experimental)
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.
tagOptions - This parameter is required.Copyright © 2021. All rights reserved.