AWS::ServiceCatalog::PortfolioResource type definition for AWS::ServiceCatalog::Portfolio
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DisplayName | string | Required |
ProviderName | string | Required |
AcceptLanguage | string | Write-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
PortfolioName | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalog::Portfolio
Resources:
MyResource:
Type: AWS::ServiceCatalog::Portfolio
Properties:
DisplayName: "my-displayname"
ProviderName: "my-providername"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
servicecatalog:CreatePortfolioservicecatalog:DescribePortfolioservicecatalog:TagResourceservicecatalog:ListTagsForResourceservicecatalog:DescribePortfolioservicecatalog:ListTagsForResourceservicecatalog:UpdatePortfolioservicecatalog:DescribePortfolioservicecatalog:TagResourceservicecatalog:UntagResourceservicecatalog:ListTagsForResourceservicecatalog:DeletePortfolioservicecatalog:DescribePortfolioservicecatalog:ListPortfoliosOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId