Class CfnPortfolioProductAssociationMixinProps
Properties for CfnPortfolioProductAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ServiceCatalog.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPortfolioProductAssociationMixinProps : ICfnPortfolioProductAssociationMixinProps
Syntax (vb)
Public Class CfnPortfolioProductAssociationMixinProps Implements ICfnPortfolioProductAssociationMixinProps
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.Mixins.Preview.AWS.ServiceCatalog.Mixins;
var cfnPortfolioProductAssociationMixinProps = new CfnPortfolioProductAssociationMixinProps {
AcceptLanguage = "acceptLanguage",
PortfolioId = "portfolioId",
ProductId = "productId",
SourcePortfolioId = "sourcePortfolioId"
};
Synopsis
Constructors
| CfnPortfolioProductAssociationMixinProps() | Properties for CfnPortfolioProductAssociationPropsMixin. |
Properties
| AcceptLanguage | The language code. |
| PortfolioId | The portfolio identifier. |
| ProductId | The product identifier. |
| SourcePortfolioId | The identifier of the source portfolio. |
Constructors
CfnPortfolioProductAssociationMixinProps()
Properties for CfnPortfolioProductAssociationPropsMixin.
public CfnPortfolioProductAssociationMixinProps()
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.Mixins.Preview.AWS.ServiceCatalog.Mixins;
var cfnPortfolioProductAssociationMixinProps = new CfnPortfolioProductAssociationMixinProps {
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; }