Class: Aws::AppRunner::Types::IngressVpcConfiguration

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

Overview

The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_endpoint_idString

The ID of the VPC endpoint that your App Runner service connects to.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1587

class IngressVpcConfiguration < Struct.new(
  :vpc_id,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC that is used for the VPC endpoint.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1587

class IngressVpcConfiguration < Struct.new(
  :vpc_id,
  :vpc_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end