AWS::ServiceCatalog::Portfolio - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ServiceCatalog::Portfolio

Specifies a portfolio.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ServiceCatalog::Portfolio", "Properties" : { "AcceptLanguage" : String, "Description" : String, "DisplayName" : String, "ProviderName" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::ServiceCatalog::Portfolio Properties: AcceptLanguage: String Description: String DisplayName: String ProviderName: String Tags: - Tag

Properties

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

Required: No

Type: String

Maximum: 100

Update requires: No interruption

Description

The description of the portfolio.

Required: No

Type: String

Maximum: 2000

Update requires: No interruption

DisplayName

The name to use for display purposes.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

ProviderName

The name of the portfolio provider.

Required: Yes

Type: String

Minimum: 1

Maximum: 50

Update requires: No interruption

Tags

One or more tags.

Required: No

Type: List of Tag

Maximum: 20

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the portfolio identifier.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.

PortfolioName

The name of the portfolio.

See also