@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.106Z") @Stability(value=Stable) 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)
Associate Tag Options.
|
String |
getProductArn()
The ARN of the product.
|
String |
getProductId()
The id of the product.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull String getProductArn()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable)
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 © 2022. All rights reserved.