Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnVpcIngressConnectionPropsMixin.Builder
Packages that use CfnVpcIngressConnectionPropsMixin.Builder
-
Uses of CfnVpcIngressConnectionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apprunner
Methods in software.amazon.awscdk.cfnpropertymixins.services.apprunner that return CfnVpcIngressConnectionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVpcIngressConnectionPropsMixin.Builder.create()CfnVpcIngressConnectionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVpcIngressConnectionPropsMixin.Builder.ingressVpcConfiguration(CfnVpcIngressConnectionPropsMixin.IngressVpcConfigurationProperty ingressVpcConfiguration) Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.CfnVpcIngressConnectionPropsMixin.Builder.ingressVpcConfiguration(IResolvable ingressVpcConfiguration) Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.CfnVpcIngressConnectionPropsMixin.Builder.serviceArn(String serviceArn) The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.An optional list of metadata items that you can associate with the VPC Ingress Connection resource.CfnVpcIngressConnectionPropsMixin.Builder.vpcIngressConnectionName(String vpcIngressConnectionName) The customer-provided VPC Ingress Connection name.