Class: Aws::AppRunner::Types::UpdateVpcIngressConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::UpdateVpcIngressConnectionRequest
- Includes:
- Structure
- Defined in:
- 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.
2989 2990 2991 2992 2993 2994 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2989 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.
2989 2990 2991 2992 2993 2994 |
# File 'lib/aws-sdk-apprunner/types.rb', line 2989 class UpdateVpcIngressConnectionRequest < Struct.new( :vpc_ingress_connection_arn, :ingress_vpc_configuration) SENSITIVE = [] include Aws::Structure end |