AWS::ServiceCatalog::PortfolioShareShares the specified portfolio with the specified account.
import { CfnPortfolioShare } from 'aws-cdk-lib/aws-servicecatalog';Or use the module namespace:
import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnPortfolioShareConfiguration passed to the constructor as CfnPortfolioShareProps.
accountIdRequiredstringThe AWS account ID. For example, `123456789012` .
portfolioIdRequiredstringThe portfolio identifier.
acceptLanguageOptionalstringThe language code. - `jp` - Japanese - `zh` - Chinese
shareTagOptionsOptionalboolean | IResolvableIndicates whether TagOptions sharing is enabled or disabled for the portfolio share.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogAWS::ServiceCatalog::PortfolioShare