AWS::ServiceCatalog::Portfolio
Specifies a portfolio.
Syntax
To declare this entity in your AWS 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
-
One or more tags.
Required: No
Type: Array of Tag
Maximum:
20
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the portfolio identifier.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic 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::GetAtt
intrinsic function, see Fn::GetAtt
.
Id
-
The portfolio identifier.
PortfolioName
-
The name of the portfolio.
See also
-
CreatePortfolio in the AWS Service Catalog API Reference