- Navigation Guide
@aws-sdk/client-apprunner
CreateVpcIngressConnectionCommandOutput Interface
The output of CreateVpcIngressConnectionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
VpcIngressConnection Required | VpcIngressConnection | undefined | A description of the App Runner VPC Ingress Connection resource that's created by this request. |
Full Signature
export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngressConnectionResponse, MetadataBearer