AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalog::PortfolioProductAssociation

ServiceCatalog PortfolioProductAssociation

Resource Type definition for AWS::ServiceCatalog::PortfolioProductAssociation

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AcceptLanguage
string
Create-onlyWrite-only
PortfolioId
string
Create-only
ProductId
string
Create-only
SourcePortfolioId
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::PortfolioProductAssociation

Resources:
  MyResource:
    Type: AWS::ServiceCatalog::PortfolioProductAssociation
    Properties:

Required IAM Permissions

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

create

servicecatalog:AssociateProductWithPortfolioservicecatalog:ListPortfoliosForProduct

read

servicecatalog:ListPortfoliosForProduct

list

servicecatalog:ListPortfoliosForProduct

delete

servicecatalog:DisassociateProductFromPortfolioservicecatalog:ListPortfoliosForProduct

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

Supported Operations

CreateReadListDelete

Immutable After Creation

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

SourcePortfolioIdAcceptLanguagePortfolioIdProductId

External Links