PortalProductReference

class aws_cdk.interfaces.aws_apigatewayv2.PortalProductReference(*, portal_product_arn)

Bases: object

A reference to a PortalProduct resource.

Parameters:

portal_product_arn (str) – The PortalProductArn of the PortalProduct resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_apigatewayv2 as interfaces_apigatewayv2

portal_product_reference = interfaces_apigatewayv2.PortalProductReference(
    portal_product_arn="portalProductArn"
)

Attributes

portal_product_arn

The PortalProductArn of the PortalProduct resource.