AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::PortfolioShare

ServiceCatalog PortfolioShare

Resource Type definition for AWS::ServiceCatalog::PortfolioShare

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AccountId
string
RequiredCreate-only
PortfolioId
string
RequiredCreate-only
AcceptLanguage
string
Write-only
ShareTagOptions
boolean

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::PortfolioShare

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::PortfolioShare
    Properties:
      AccountId: "my-accountid"
      PortfolioId: "my-portfolioid"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

servicecatalog:DescribePortfolioShares

list

servicecatalog:DescribePortfolioShares

create

servicecatalog:DescribePortfolioSharesservicecatalog:CreatePortfolioShare

update

servicecatalog:DescribePortfolioSharesservicecatalog:UpdatePortfolioShare

delete

servicecatalog:DescribePortfolioSharesservicecatalog:DeletePortfolioShare

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceServiceCatalog
Properties4
Required2
TaggingNot supported
Primary IDPortfolioId

Supported Operations

ReadListCreateUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AccountIdPortfolioId

External Links