All Superinterfaces:
software.constructs.IConstruct, software.constructs.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.106.0 (build e852934)", date="2025-03-04T22:57:32.935Z") @Stability(Stable) public interface IProduct extends software.amazon.jsii.JsiiSerializable, IResource
A Service Catalog product, currently only supports type CloudFormationProduct.
  • Method Details

    • getAssetBuckets

      @Stability(Stable) @NotNull List<IBucket> getAssetBuckets()
      The asset buckets of a product created via product stack.
    • 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.