AWS::ServiceCatalog::Portfolio
Creates a portfolio for AWS Service Catalog. For more information, see CreatePortfolio in the AWS Service Catalog Developer Guide.
Topics
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ServiceCatalog::Portfolio", "Properties" : { "ProviderName" :String, "Description" :String, "DisplayName" :String, "AcceptLanguage" :String, "Tags" : [ Resource Tag, ... ] } }
YAML
Type: "AWS::ServiceCatalog::Portfolio" Properties: ProviderName:StringDescription:StringDisplayName:StringAcceptLanguage:StringTags: - Resource Tag
Properties
AcceptLanguage-
The language code.
Required: No
Type: String
Update requires: No interruption
Description-
The description of the portfolio.
Required: No
Type: String
Update requires: No interruption
DisplayName-
The name to use for display purposes.
Required: Yes
Type: String
Update requires: No interruption
ProviderName-
The name of the portfolio provider.
Required: Yes
Type: String
Update requires: No interruption
Tags-
One or more tags.
Required: No
Type: Resource Tag
Update requires: No interruption
Return Values
Ref
When you pass the logical ID of an AWS::ServiceCatalog::Portfolio
resource to the intrinsic Ref function, the function returns the
portfolio identifier.
For more information about using the Ref function, see
Ref.
Fn::GetAtt
Fn::GetAtt returns a value for a specified attribute of this type.
The following are the available attributes and sample return values.
PortfolioName-
The name of the portfolio.
For more information about using Fn::GetAtt, see
Fn::GetAtt.
