Class PortfolioProductAssociationReference
A reference to a PortfolioProductAssociation resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PortfolioProductAssociationReference : IPortfolioProductAssociationReference
Syntax (vb)
Public Class PortfolioProductAssociationReference Implements IPortfolioProductAssociationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Servicecatalog;
var portfolioProductAssociationReference = new PortfolioProductAssociationReference {
PortfolioProductAssociationId = "portfolioProductAssociationId"
};
Synopsis
Constructors
PortfolioProductAssociationReference() | A reference to a PortfolioProductAssociation resource. |
Properties
PortfolioProductAssociationId | The Id of the PortfolioProductAssociation resource. |
Constructors
PortfolioProductAssociationReference()
A reference to a PortfolioProductAssociation resource.
public PortfolioProductAssociationReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Servicecatalog;
var portfolioProductAssociationReference = new PortfolioProductAssociationReference {
PortfolioProductAssociationId = "portfolioProductAssociationId"
};
Properties
PortfolioProductAssociationId
The Id of the PortfolioProductAssociation resource.
public string PortfolioProductAssociationId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated