Class: Aws::AppRunner::Types::UpdateVpcIngressConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::UpdateVpcIngressConnectionRequest
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
-
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
Instance Attribute Details
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2980 class UpdateVpcIngressConnectionRequest < Struct.new( :vpc_ingress_connection_arn, :ingress_vpc_configuration) SENSITIVE = [] include Aws::Structure end |
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
2980 2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2980 class UpdateVpcIngressConnectionRequest < Struct.new( :vpc_ingress_connection_arn, :ingress_vpc_configuration) SENSITIVE = [] include Aws::Structure end |