AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::AcceptedPortfolioShare

ServiceCatalog AcceptedPortfolioShare

Resource Type definition for AWS::ServiceCatalog::AcceptedPortfolioShare

Properties

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

Filter:
PropertyTypeFlags
PortfolioId
string
RequiredCreate-only
AcceptLanguage
string
Create-onlyWrite-only

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::AcceptedPortfolioShare

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::AcceptedPortfolioShare
    Properties:
      PortfolioId: "my-portfolioid"

Required IAM Permissions

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

read

servicecatalog:ListAcceptedPortfolioShares

list

servicecatalog:ListAcceptedPortfolioShares

create

servicecatalog:AcceptPortfolioShareservicecatalog:ListAcceptedPortfolioShares

delete

servicecatalog:RejectPortfolioShareservicecatalog:ListAcceptedPortfolioShares

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
Properties2
Required1
TaggingNot supported
Primary IDPortfolioId

Supported Operations

ReadListCreateDelete

Immutable After Creation

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

AcceptLanguagePortfolioId

External Links