Class: Aws::AppRunner::Types::CreateVpcIngressConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::CreateVpcIngressConnectionRequest
- 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 create the VPC Ingress Connection resource.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
-
#tags ⇒ Array<Types::Tag>
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
-
#vpc_ingress_connection_name ⇒ String
A name for the VPC Ingress Connection resource.
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 create the VPC Ingress Connection resource.
872 873 874 875 876 877 878 879 |
# File 'lib/aws-sdk-apprunner/types.rb', line 872 class CreateVpcIngressConnectionRequest < Struct.new( :service_arn, :vpc_ingress_connection_name, :ingress_vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
872 873 874 875 876 877 878 879 |
# File 'lib/aws-sdk-apprunner/types.rb', line 872 class CreateVpcIngressConnectionRequest < Struct.new( :service_arn, :vpc_ingress_connection_name, :ingress_vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
872 873 874 875 876 877 878 879 |
# File 'lib/aws-sdk-apprunner/types.rb', line 872 class CreateVpcIngressConnectionRequest < Struct.new( :service_arn, :vpc_ingress_connection_name, :ingress_vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_ingress_connection_name ⇒ String
A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.
872 873 874 875 876 877 878 879 |
# File 'lib/aws-sdk-apprunner/types.rb', line 872 class CreateVpcIngressConnectionRequest < Struct.new( :service_arn, :vpc_ingress_connection_name, :ingress_vpc_configuration, :tags) SENSITIVE = [] include Aws::Structure end |