This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ApiGatewayV2::PortalProduct
Creates a new portal product.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ApiGatewayV2::PortalProduct", "Properties" : { "Description" :String, "DisplayName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::ApiGatewayV2::PortalProduct Properties: Description:StringDisplayName:StringTags:- Tag
Properties
Description-
A description of the portal product.
Required: No
Type: String
Minimum:
0Maximum:
1024Update requires: No interruption
DisplayName-
The name of the portal product as it appears in a published portal.
Required: Yes
Type: String
Minimum:
1Maximum:
255Update requires: No interruption
-
The collection of tags. Each tag element is associated with a given resource.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
LastModified-
The timestamp when the portal product was last modified.
PortalProductArn-
The ARN of the portal product.
PortalProductId-
The portal product identifier.