Class: Aws::AppRunner::Types::IngressVpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::IngressVpcConfiguration
- 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
-
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint that your App Runner service connects to.
-
#vpc_id ⇒ String
The ID of the VPC that is used for the VPC endpoint.
Instance Attribute Details
#vpc_endpoint_id ⇒ String
The ID of the VPC endpoint that your App Runner service connects to.
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_id ⇒ String
The ID of the VPC that is used for the VPC endpoint.
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 |