AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalog::PortfolioShare

CfnPortfolioShare

Shares the specified portfolio with the specified account.

Import

import { CfnPortfolioShare } from 'aws-cdk-lib/aws-servicecatalog';

Or use the module namespace:

import * as servicecatalog from 'aws-cdk-lib/aws-servicecatalog';
// servicecatalog.CfnPortfolioShare

Properties

Configuration passed to the constructor as CfnPortfolioShareProps.

accountIdRequired
string

The AWS account ID. For example, `123456789012` .

portfolioIdRequired
string

The portfolio identifier.

acceptLanguageOptional
string

The language code. - `jp` - Japanese - `zh` - Chinese

shareTagOptionsOptional
boolean | IResolvable

Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter