interface CfnPortfolioProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.CfnPortfolioProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnPortfolioProps |
Java | software.amazon.awscdk.services.servicecatalog.CfnPortfolioProps |
Python | aws_cdk.aws_servicecatalog.CfnPortfolioProps |
TypeScript | aws-cdk-lib » aws_servicecatalog » CfnPortfolioProps |
Properties for defining a CfnPortfolio
.
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 cfnPortfolioProps: servicecatalog.CfnPortfolioProps = {
displayName: 'displayName',
providerName: 'providerName',
// the properties below are optional
acceptLanguage: 'acceptLanguage',
description: 'description',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
display | string | The name to use for display purposes. |
provider | string | The name of the portfolio provider. |
accept | string | The language code. |
description? | string | The description of the portfolio. |
tags? | Cfn [] | One or more tags. |
displayName
Type:
string
The name to use for display purposes.
providerName
Type:
string
The name of the portfolio provider.
acceptLanguage?
Type:
string
(optional)
The language code.
jp
- Japanesezh
- Chinese
description?
Type:
string
(optional)
The description of the portfolio.
tags?
Type:
Cfn
[]
(optional)
One or more tags.