All Superinterfaces:
IConstruct, software.constructs.IConstruct, IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IProduct.Jsii$Default
All Known Implementing Classes:
CloudFormationProduct, IProduct.Jsii$Proxy, Product

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:39.792Z") @Stability(Stable) public interface IProduct extends software.amazon.jsii.JsiiSerializable, IResource
A Service Catalog product, currently only supports type CloudFormationProduct.
  • Method Details

    • getProductArn

      @Stability(Stable) @NotNull String getProductArn()
      The ARN of the product.
    • getProductId

      @Stability(Stable) @NotNull String getProductId()
      The id of the product.
    • associateTagOptions

      @Stability(Stable) void associateTagOptions(@NotNull TagOptions tagOptions)
      Associate Tag Options.

      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.

      Parameters:
      tagOptions - This parameter is required.