interface CfnPortfolioShareProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.CfnPortfolioShareProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CfnPortfolioShareProps |
![]() | software.amazon.awscdk.services.servicecatalog.CfnPortfolioShareProps |
![]() | aws_cdk.aws_servicecatalog.CfnPortfolioShareProps |
![]() | aws-cdk-lib » aws_servicecatalog » CfnPortfolioShareProps |
Properties for defining a CfnPortfolioShare
.
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 cfnPortfolioShareProps: servicecatalog.CfnPortfolioShareProps = {
accountId: 'accountId',
portfolioId: 'portfolioId',
// the properties below are optional
acceptLanguage: 'acceptLanguage',
shareTagOptions: false,
};
Properties
Name | Type | Description |
---|---|---|
account | string | The AWS account ID. |
portfolio | string | The portfolio identifier. |
accept | string | The language code. |
share | boolean | IResolvable | Indicates whether TagOptions sharing is enabled or disabled for the portfolio share. |
accountId
Type:
string
The AWS account ID.
For example, 123456789012
.
portfolioId
Type:
string
The portfolio identifier.
acceptLanguage?
Type:
string
(optional)
The language code.
jp
- Japanesezh
- Chinese
shareTagOptions?
Type:
boolean |
IResolvable
(optional)
Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.