Show / Hide Table of Contents

Interface IProduct

A Service Catalog product, currently only supports type CloudFormationProduct.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProduct : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IProduct Inherits IResource, IConstruct, IDependable

Synopsis

Properties

AssetBuckets

The asset buckets of a product created via product stack.

ProductArn

The ARN of the product.

ProductId

The id of the product.

Methods

AssociateTagOptions(TagOptions)

Associate Tag Options.

Properties

AssetBuckets

The asset buckets of a product created via product stack.

IBucket[] AssetBuckets { get; }
Property Value

IBucket[]

Remarks

Attribute: true

ProductArn

The ARN of the product.

string ProductArn { get; }
Property Value

string

Remarks

Attribute: true

ProductId

The id of the product.

string ProductId { get; }
Property Value

string

Remarks

Attribute: true

Methods

AssociateTagOptions(TagOptions)

Associate Tag Options.

void AssociateTagOptions(TagOptions tagOptions)
Parameters
tagOptions TagOptions
Remarks

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.

Back to top Generated by DocFX