Class CfnPortfolioProductAssociationProps
Properties for defining a CfnPortfolioProductAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPortfolioProductAssociationProps : ICfnPortfolioProductAssociationProps
Syntax (vb)
Public Class CfnPortfolioProductAssociationProps Implements ICfnPortfolioProductAssociationProps
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 cfnPortfolioProductAssociationProps = new CfnPortfolioProductAssociationProps {
AcceptLanguage = "acceptLanguage",
PortfolioId = "portfolioId",
ProductId = "productId",
SourcePortfolioId = "sourcePortfolioId"
};
Synopsis
Constructors
| CfnPortfolioProductAssociationProps() | Properties for defining a |
Properties
| AcceptLanguage | The language code. |
| PortfolioId | The portfolio identifier. |
| ProductId | The product identifier. |
| SourcePortfolioId | The identifier of the source portfolio. |
Constructors
CfnPortfolioProductAssociationProps()
Properties for defining a CfnPortfolioProductAssociation.
public CfnPortfolioProductAssociationProps()
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 cfnPortfolioProductAssociationProps = new CfnPortfolioProductAssociationProps {
AcceptLanguage = "acceptLanguage",
PortfolioId = "portfolioId",
ProductId = "productId",
SourcePortfolioId = "sourcePortfolioId"
};
Properties
AcceptLanguage
The language code.
public string? AcceptLanguage { get; set; }
Property Value
Remarks
PortfolioId
The portfolio identifier.
public string? PortfolioId { get; set; }
Property Value
Remarks
ProductId
The product identifier.
public string? ProductId { get; set; }
Property Value
Remarks
SourcePortfolioId
The identifier of the source portfolio.
public string? SourcePortfolioId { get; set; }