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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.servicecatalog.ICloudFormationProductRef
ICloudFormationProductRef.Jsii$Default, ICloudFormationProductRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicecatalog.IProduct
IProduct.Jsii$Default, IProduct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidassociateTagOptions(TagOptions tagOptions) Associate Tag Options.The asset buckets of a product created via product stack.default StringThe ARN of the product.default StringThe id of the product.Methods inherited from interface software.amazon.awscdk.interfaces.servicecatalog.ICloudFormationProductRef.Jsii$Default
getCloudFormationProductRefMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetBuckets
The asset buckets of a product created via product stack.- Specified by:
getAssetBucketsin interfaceIProduct
-
getProductArn
The ARN of the product.- Specified by:
getProductArnin interfaceIProduct
-
getProductId
The id of the product.- Specified by:
getProductIdin interfaceIProduct
-
associateTagOptions
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:
associateTagOptionsin interfaceIProduct- Parameters:
tagOptions- This parameter is required.
-