Uses of Interface
software.amazon.awscdk.services.apprunner.alpha.IVpcIngressConnection
Packages that use IVpcIngressConnection
Package
Description
AWS::AppRunner Construct Library
-
Uses of IVpcIngressConnection in software.amazon.awscdk.services.apprunner.alpha
Subinterfaces of IVpcIngressConnection in software.amazon.awscdk.services.apprunner.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIVpcIngressConnection.Classes in software.amazon.awscdk.services.apprunner.alpha that implement IVpcIngressConnectionModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) The App Runner VPC Ingress Connection.Methods in software.amazon.awscdk.services.apprunner.alpha that return IVpcIngressConnectionModifier and TypeMethodDescriptionstatic IVpcIngressConnectionVpcIngressConnection.fromArn(software.constructs.Construct scope, String id, String vpcIngressConnectionArn) (experimental) Imports an App Runner VPC Ingress Connection from its ARN.static IVpcIngressConnectionVpcIngressConnection.fromVpcIngressConnectionAttributes(software.constructs.Construct scope, String id, VpcIngressConnectionAttributes attrs) (experimental) Import from VPC Ingress Connection from attributes.