Interface IProduct.Jsii$Default

All Superinterfaces:
ICloudFormationProductRef, ICloudFormationProductRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IProduct, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IProduct.Jsii$Proxy
Enclosing interface:
IProduct

@Internal public static interface IProduct.Jsii$Default extends IProduct, IResource.Jsii$Default, ICloudFormationProductRef.Jsii$Default
Internal default implementation for IProduct.
  • Method Details

    • getAssetBuckets

      @Stability(Stable) @NotNull default List<IBucket> getAssetBuckets()
      The asset buckets of a product created via product stack.
      Specified by:
      getAssetBuckets in interface IProduct
    • getProductArn

      @Stability(Stable) @NotNull default String getProductArn()
      The ARN of the product.
      Specified by:
      getProductArn in interface IProduct
    • getProductId

      @Stability(Stable) @NotNull default String getProductId()
      The id of the product.
      Specified by:
      getProductId in interface IProduct
    • associateTagOptions

      @Stability(Stable) default 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.

      Specified by:
      associateTagOptions in interface IProduct
      Parameters:
      tagOptions - This parameter is required.