Class: Aws::AppRunner::Types::CreateVpcConnectorRequest

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

#security_groupsArray<String>

A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.

Returns:

  • (Array<String>)


826
827
828
829
830
831
832
833
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 826

class CreateVpcConnectorRequest < Struct.new(
  :vpc_connector_name,
  :subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.

App Runner currently only provides support for IPv4.

Returns:

  • (Array<String>)


826
827
828
829
830
831
832
833
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 826

class CreateVpcConnectorRequest < Struct.new(
  :vpc_connector_name,
  :subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.

Returns:



826
827
828
829
830
831
832
833
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 826

class CreateVpcConnectorRequest < Struct.new(
  :vpc_connector_name,
  :subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connector_nameString

A name for the VPC connector.

Returns:

  • (String)


826
827
828
829
830
831
832
833
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 826

class CreateVpcConnectorRequest < Struct.new(
  :vpc_connector_name,
  :subnets,
  :security_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end