@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-20T22:19:59.779Z") public interface IProduct extends 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.
|
java.lang.String |
getProductArn()
The ARN of the product.
|
java.lang.String |
getProductId()
The id of the product.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getProductArn()
java.lang.String getProductId()
void associateTagOptions(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.