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.



2989
2990
2991
2992
2993
2994
# File 'gems/aws-sdk-apprunner/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_arnString

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

Returns:

  • (String)


2989
2990
2991
2992
2993
2994
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2989

class UpdateVpcIngressConnectionRequest < Struct.new(
  :vpc_ingress_connection_arn,
  :ingress_vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end