interface PortalProductReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Apigatewayv2.PortalProductReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsapigatewayv2#PortalProductReference |
Java | software.amazon.awscdk.interfaces.apigatewayv2.PortalProductReference |
Python | aws_cdk.interfaces.aws_apigatewayv2.PortalProductReference |
TypeScript | aws-cdk-lib » interfaces » aws_apigatewayv2 » PortalProductReference |
A reference to a PortalProduct resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigatewayv2 as interfaces_apigatewayv2 } from 'aws-cdk-lib/interfaces';
const portalProductReference: interfaces_apigatewayv2.PortalProductReference = {
portalProductArn: 'portalProductArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| portal | string | The PortalProductArn of the PortalProduct resource. |
portalProductArn
Type:
string
The PortalProductArn of the PortalProduct resource.

.NET
Go
Java
Python
TypeScript