interface CfnPortfolioProductAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.CfnPortfolioProductAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnPortfolioProductAssociationProps |
![]() | software.amazon.awscdk.services.servicecatalog.CfnPortfolioProductAssociationProps |
![]() | aws_cdk.aws_servicecatalog.CfnPortfolioProductAssociationProps |
![]() | aws-cdk-lib » aws_servicecatalog » CfnPortfolioProductAssociationProps |
Properties for defining a CfnPortfolioProductAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const cfnPortfolioProductAssociationProps: servicecatalog.CfnPortfolioProductAssociationProps = {
portfolioId: 'portfolioId',
productId: 'productId',
// the properties below are optional
acceptLanguage: 'acceptLanguage',
sourcePortfolioId: 'sourcePortfolioId',
};
Properties
Name | Type | Description |
---|---|---|
portfolio | string | The portfolio identifier. |
product | string | The product identifier. |
accept | string | The language code. |
source | string | The identifier of the source portfolio. |
portfolioId
Type:
string
The portfolio identifier.
productId
Type:
string
The product identifier.
acceptLanguage?
Type:
string
(optional)
The language code.
jp
- Japanesezh
- Chinese
sourcePortfolioId?
Type:
string
(optional)
The identifier of the source portfolio.