We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Represents a portal product in Amazon API Gateway V2, which is a logical grouping of APIs that can be published in a developer portal.
Using getPortalProduct
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPortalProduct(args: GetPortalProductArgs, opts?: InvokeOptions): Promise<GetPortalProductResult>
function getPortalProductOutput(args: GetPortalProductOutputArgs, opts?: InvokeOutputOptions): Output<GetPortalProductResult>def get_portal_product(portal_product_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPortalProductResult
def get_portal_product_output(portal_product_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetPortalProductResult]func LookupPortalProduct(ctx *Context, args *LookupPortalProductArgs, opts ...InvokeOption) (*LookupPortalProductResult, error)
func LookupPortalProductOutput(ctx *Context, args *LookupPortalProductOutputArgs, opts ...InvokeOption) LookupPortalProductResultOutput> Note: This function is named LookupPortalProduct in the Go SDK.
public static class GetPortalProduct
{
public static Task<GetPortalProductResult> InvokeAsync(GetPortalProductArgs args, InvokeOptions? opts = null)
public static Output<GetPortalProductResult> Invoke(GetPortalProductInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetPortalProductResult> Invoke(GetPortalProductInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetPortalProductResult> getPortalProduct(GetPortalProductArgs args, InvokeOptions options)
public static Output<GetPortalProductResult> getPortalProduct(GetPortalProductArgs args, InvokeOptions options)
public static Output<GetPortalProductResult> getPortalProduct(GetPortalProductArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:apigatewayv2:getPortalProduct
arguments:
# arguments dictionarydata "aws-native_apigatewayv2_get_portal_product" "name" {
# arguments
}The following arguments are supported:
- Portal
Product stringArn - The ARN of the portal product.
- Portal
Product stringArn - The ARN of the portal product.
- portal_
product_ stringarn - The ARN of the portal product.
- portal
Product StringArn - The ARN of the portal product.
- portal
Product stringArn - The ARN of the portal product.
- portal_
product_ strarn - The ARN of the portal product.
- portal
Product StringArn - The ARN of the portal product.
getPortalProduct Result
The following output properties are available:
- Description string
- A description of the portal product.
- Display
Name string - The name of the portal product as it appears in a published portal.
- Last
Modified string - The timestamp when the portal product was last modified.
- Portal
Product stringArn - The ARN of the portal product.
- Portal
Product stringId - The portal product identifier.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The collection of tags associated with the portal product.
- Description string
- A description of the portal product.
- Display
Name string - The name of the portal product as it appears in a published portal.
- Last
Modified string - The timestamp when the portal product was last modified.
- Portal
Product stringArn - The ARN of the portal product.
- Portal
Product stringId - The portal product identifier.
- Tag
- The collection of tags associated with the portal product.
- description string
- A description of the portal product.
- display_
name string - The name of the portal product as it appears in a published portal.
- last_
modified string - The timestamp when the portal product was last modified.
- portal_
product_ stringarn - The ARN of the portal product.
- portal_
product_ stringid - The portal product identifier.
- list(object)
- The collection of tags associated with the portal product.
- description String
- A description of the portal product.
- display
Name String - The name of the portal product as it appears in a published portal.
- last
Modified String - The timestamp when the portal product was last modified.
- portal
Product StringArn - The ARN of the portal product.
- portal
Product StringId - The portal product identifier.
- List<Tag>
- The collection of tags associated with the portal product.
- description string
- A description of the portal product.
- display
Name string - The name of the portal product as it appears in a published portal.
- last
Modified string - The timestamp when the portal product was last modified.
- portal
Product stringArn - The ARN of the portal product.
- portal
Product stringId - The portal product identifier.
- Tag[]
- The collection of tags associated with the portal product.
- description str
- A description of the portal product.
- display_
name str - The name of the portal product as it appears in a published portal.
- last_
modified str - The timestamp when the portal product was last modified.
- portal_
product_ strarn - The ARN of the portal product.
- portal_
product_ strid - The portal product identifier.
- Sequence[root_Tag]
- The collection of tags associated with the portal product.
- description String
- A description of the portal product.
- display
Name String - The name of the portal product as it appears in a published portal.
- last
Modified String - The timestamp when the portal product was last modified.
- portal
Product StringArn - The ARN of the portal product.
- portal
Product StringId - The portal product identifier.
- List<Property Map>
- The collection of tags associated with the portal product.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi