Class: Aws::AppRunner::Types::IngressConfiguration

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

Overview

Network configuration settings for inbound network traffic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_publicly_accessibleBoolean

Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to ‘True`. To make the service privately accessible, from only within an Amazon VPC set it to `False`.

Returns:

  • (Boolean)


1567
1568
1569
1570
1571
# File 'lib/aws-sdk-apprunner/types.rb', line 1567

class IngressConfiguration < Struct.new(
  :is_publicly_accessible)
  SENSITIVE = []
  include Aws::Structure
end