@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:28.978Z") 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.