Class: Aws::AppRunner::Types::UpdateVpcIngressConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_vpc_configurationTypes::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_arnString

The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.

Returns:

  • (String)


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