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:StringDescription:StringDisplayName:StringProviderName:StringTags:- Tag
Properties
AcceptLanguage-
The language code.
-
jp- Japanese -
zh- Chinese
Required: No
Type: String
Maximum:
100Update requires: No interruption
-
Description-
The description of the portfolio.
Required: No
Type: String
Maximum:
2000Update requires: No interruption
DisplayName-
The name to use for display purposes.
Required: Yes
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
ProviderName-
The name of the portfolio provider.
Required: Yes
Type: String
Minimum:
1Maximum:
50Update requires: No interruption
Tags-
One or more tags.
Required: No
Type: List of Tag
Maximum:
20Update 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.
See also
-
CreatePortfolio in the Amazon Service Catalog API Reference