View a markdown version of this page

AWS::ApiGatewayV2::PortalProduct - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ApiGatewayV2::PortalProduct

Creates a new portal product.

Syntax

To declare this entity in your Amazon 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: String DisplayName: String Tags: - Tag

Properties

Description

A description of the portal product.

Required: No

Type: String

Minimum: 0

Maximum: 1024

Update requires: No interruption

DisplayName

The name of the portal product as it appears in a published portal.

Required: Yes

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

Tags

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.