Class: Aws::AppRunner::Types::VpcConnector

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

Overview

Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is associated with, and the subnets and security group that are used.

Multiple revisions of a connector might have the same Name and different Revision values.

At this time, App Runner supports only one revision per name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time when the VPC connector was created. It's in Unix time stamp format.

Returns:

  • (Time)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#deleted_atTime

The time when the VPC connector was deleted. It's in Unix time stamp format.

Returns:

  • (Time)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#security_groupsArray<String>

A list of IDs of security groups that App Runner uses 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>)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the VPC connector. If the status of a connector revision is INACTIVE, it was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are deleted.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.

Returns:

  • (Array<String>)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connector_arnString

The Amazon Resource Name (ARN) of this VPC connector.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connector_nameString

The customer-provided VPC connector name.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connector_revisionInteger

The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.

At this time, App Runner supports only one revision per name.

Returns:

  • (Integer)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3069

class VpcConnector < Struct.new(
  :vpc_connector_name,
  :vpc_connector_arn,
  :vpc_connector_revision,
  :subnets,
  :security_groups,
  :status,
  :created_at,
  :deleted_at)
  SENSITIVE = []
  include Aws::Structure
end